From foxgui-users-bounces@lists.sourceforge.net  Tue Nov 28 17:35:38 2006
Date: Tue, 28 Nov 2006 23:35:12 +0100
From: Raymond de Vries <reedev@zonnet.nl>
To: Sander Jansen <s.jansen@gmail.com>
Cc: foxgui-users@lists.sourceforge.net, jeroen@fox-toolkit.org
Subject: Re: [Foxgui-users] Fox 1.6.19 & MS VC++ 8.0, don't compile

Hoi Sander,

In order to build it succesfully with VC Studio 2005, only the function 
implementation needs to be in between the define, the declaration should 
not be, i.e. the ifdef should be removed around the declaration.

bye
Raymond

 
Sander Jansen wrote:
> So can this be fixed in a 1.6.21 release, unless somebody can tell us
> where the vfscanf is hiding?
>
> Sander
>
> On 11/15/06, Amanjit Gill <amanjit.gill@gmx.de> wrote:
>   
>> Jeroen van der Zijp wrote:
>>
>>     
>>> Well, what *should* we have there, then?  In other words, does VC++ 8.0 have
>>> a version _MSC_VER less than 1400?
>>>
>>> Just let me know what _MSC_VER is set to with this compiler.
>>>
>>>       
>> C:\Program Files\Microsoft Visual Studio 8\VC\bin>cl /?
>> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
>> for 80x86
>>
>> - 1400 is set for Microsoft visual c++ 8
>> - But vfscanf is notwhere to be found in the platform sdk. I guess even
>> VC8 needs your implementation of vfscanf?  It compiles if we force to
>> use your impl
>>
>> Cheers
>> Amanjit
>>

