didier | 23 May 09:57

ftol

Hi

yes i added it per default but dont plan to use it so found it strange that 
there is a dis for linux wo opengl link but not on windows.

i have a compile error (when compiling hello tuto) as well with the vc2003 
compiler.
the AG_TableviewRowAdd macro is not supported due to var param ...

as well there is unresolved symbol with _ftol2() which doesnt seem to be 
implemented in none of my sdk  .... how did u compile those libs ? 

thanks
Julien Nadeau | 23 May 12:13
Favicon

Re: ftol

On Fri, May 23, 2008 at 08:00:41AM +0000, didier wrote:
> Hi
> 
> yes i added it per default but dont plan to use it so found it strange that 
> there is a dis for linux wo opengl link but not on windows.

The precompiled package flavors are based on what is most commonly
needed.

> i have a compile error (when compiling hello tuto) as well with the vc2003 
> compiler.
> the AG_TableviewRowAdd macro is not supported due to var param ...
> 
> 
> as well there is unresolved symbol with _ftol2() which doesnt seem to be 
> implemented in none of my sdk  .... how did u compile those libs ? 
> 
> thanks

I used Visual Studio 2005, which is the only version we support officially.
I'm sure the fixes needed for it to compile under vc2003 are extremely
trivial. The ftol2() usage is probably from VG or another library you
probably won't use. AG_TableviewRowAdd() is a convenience macro.

Gmane