> but the resulted files are .a, i expect dll files? since i request dllw4. > Library (../lib/mingw4/libiupstub.a) Done'; echo ''
That is the only static library necessary when using DLLs. Because the WinMain function cannot be inside a DLL. > like above, i set USE_GTK=No > but why it still trying to load gtk header files? is GTK compulsory in order to > build a non gtk dll? The "make" command will build only the Win32 base driver. The "make_uname" command will build both drivers. If you don't want the GTK driver just ignore the error. Or edit the iup/src/make_uname.bat file and comment the GTK build line. It will build only the Win32 driver. Best, Scuri ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
