Re: [GnuWin32-Users] libungif 64bit version

2008-04-22 Thread Kees Zeelenberg
> I have the following > ... > Should I have something different In this way you only have a series of #ifdef's in the header file gif_lib.h. Since none of the #ifdef's relates to a defined value, you end up with the default one, i.e. LIBUNGIF_DLL_IMPEXP expands to __DLL_IMPORT__, which in tur

Re: [GnuWin32-Users] libungif 64bit version

2008-04-22 Thread Kees Zeelenberg
> The warnings look like this > > 1>..\lib\dgif_lib.c(67) : warning C4273: 'DGifOpenFileName' : inconsistent > dll linkage Did you define BUILD_LIBUNGIF_DLL when compiling the sources of the DLL? Kees Zeelenberg - This SF

[GnuWin32-Users] libungif 64bit version

2008-04-22 Thread LeRetha Childress
Hello I am trying to build a 64bit version of libungif and I have run into a few problems. I converted my solution file to x64 in Visual Studio 2005. The debug and release versions both build but with a lot of warnings and it is some of these warnings that are causing me problems. I am getting se