WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Plug-in development?

Re: Re: Plug-in development?

by Tor Lillqvist :: Rate this Message:

| View in Thread

> First, if you wish to use VS Express, you will have to use GIMP and GTK+
> compiled with VS, [...] because the C runtime used by MinGW and the one
> used by newer versions of VS aren't compatible.

At first I was going to say that I don't necessarily think that is
absolutely required.

But then I actually tried building a simple GIMP plug-in with MSVC9
(i.e., the compiler from Visual Studio 2008), and although I did get a
.exe file, it failed oddly when attempting to run it, crashing in
__security_init_cookie, whatever that is. I didn't bother
investigating further.

If you happen to have the venerable MSVC6 still, with that it might be
much easier, as it uses the same C runtime as mingw-built code.

> such as the one offered by <http://gimp-vs.sf.net/>,

I think that website kinda speaks for itself...

--tml

 « Return to Thread: Plug-in development?