Quote:
|
Originally Posted by Natsuki
[...] I used wxWidgets once before with devC++ and it didn't require compiling.. all I did was palce some .dll in the library section and it worked fine.
|
It did require compiling, and it was compiled, exactly because those .DLL-files were placed in the "library section." You'll have to do the same thing with Visual C++. It's two different IDEs, so the way of adding .DLL-files to a project differs. It would be exactly the same, if you chose GTK+. You would still have to add the files.