Hi,
Since the definitions were all the same and defined in Microsoft Platform SDK\Include\WinInet.h(3666) I put in comment in get_net_conf.cpp and netlib.cpp :

"AutoProxyHelperVtbl" structure
"AutoProxyHelperFunctions" structure
"AUTO_PROXY_SCRIPT_BUFFER" structure
"pfnInternetInitializeAutoProxyDll" CALLBACK
"pfnInternetDeInitializeAutoProxyDll" CALLBACK
"pfnInternetGetProxyInfo" CALLBACK

Is it the right way to do since in the future you will use this definition instead of creating it in 2 .cpp files ? My platform SDK version is "Microsoft Platform sdk for Windows Server 2003 SP1"

Thank you very much guys for your support.

Eric

Hi,
For my "atlbase.h" problems, I added "C:\Program Files\Microsoft Platform SDK\Include\atl" in my INCLUDE path and it worked. I don`t know if it was an error on my side or if I installed something else but yesterday I didn`t find the file...

But now I got a new compiling problems :-) :

It`s seem to have 2 definitions of the structure AutoProxyHelperVtbl.
one is in  "wifo\netlib\src\netlib.cpp(44)"
and the other in "C:\Program Files\Microsoft Platform SDK\Include\WinInet.h(3666)"

This is my output when compiling:
netlib.cpp
wifo\netlib\src\netlib.cpp(44) : error C2371: 'AutoProxyHelperVtbl' : redefiniti
on; different basic types
C:\Program Files\Microsoft Platform SDK\Include\WinInet.h(3638) : see de
claration of 'AutoProxyHelperVtbl'
wifo\netlib\src\netlib.cpp(48) : error C2371: 'AutoProxyHelperFunctions' : redef
inition; different basic types
C:\Program Files\Microsoft Platform SDK\Include\WinInet.h(3666) : see de
claration of 'AutoProxyHelperFunctions'
wifo\netlib\src\netlib.cpp(54) : error C2371: 'AUTO_PROXY_SCRIPT_BUFFER' : redef
inition; different basic types
C:\Program Files\Microsoft Platform SDK\Include\WinInet.h(3663) : see de
claration of 'AUTO_PROXY_SCRIPT_BUFFER'
scons: *** [debug\wifo\netlib\src\netlib.obj] Error 2

Did I make someting wrong ?
How I can solve this problems ?

I continue to work on it...

thanks

Eric

Hello,

On 3/8/06, *Eric Langevin* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

But I'm asking myself if there is a way to get this library (legally)
    free and make it works or any other way to compile it free.
I want to check the other "possibilities" before buying Visual Studio
    2003. :-)

Ok, please let us know how it goes. You could also try using MinGW. One could build NG with MinGW successfully at some time in the past, but i doubt it's sill the case. However, it might require only small fixes so that it builds, and we'd be glad to have some bug reports regarding this.

Thank you very much for your feedback.

Regards,
--
Julien Gilli

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to