I've compile my helloworld gtk+ application using MinGW for Native MS Windows. The instructions I followed were here.
If I run the helloworld.exe application from the same command window that I built the application, it works fine.
However, I would like to distribute the gtk+ libraries with my app, so I have downloaded and extracted all of the runtimes from http://www.gtk.org/download/win32.php.
I have also copied my helloworld.exe application to the bin folder with the gtk runtime files.
When I attempt to run my application in a new command prompt, I get the following error:
My machine is 64 bit, but I downloaded the 32 bit runtime for gtk.
Any pointers will be appreciated.