Re: [Gimp-developer] Starting with Win32 plug-in development

2005-07-29 Thread Arnaud Darmont
Hi, I'm now using Dev-C++ that is MinGW based. The compiling still goes well (i have had to make some minor changes to the code) but i get the same linker errors (pasted below). It seems that i'm missing some lib files from gimp and gtk2+. I don't want to build those softwares completely,

Re: [Gimp-developer] Starting with Win32 plug-in development

2005-07-29 Thread Sven Neumann
Hi, Arnaud Darmont [EMAIL PROTECTED] writes: I'm now using Dev-C++ that is MinGW based. The compiling still goes well (i have had to make some minor changes to the code) but i get the same linker errors (pasted below). It seems that i'm missing some lib files from gimp and gtk2+. I don't

Re: [Gimp-developer] Starting with Win32 plug-in development

2005-07-29 Thread Tor Lillqvist
Arnaud Darmont writes: It seems that i'm missing some lib files from gimp and gtk2+. I don't want to build those softwares completely, could someone send me the necessary LIBs? Go to www.gimp.org/win32/downloads.html for developer packages (headers, import libraries) for GTK+, Pango, atk