Using Visual C++ with Windows XP
Doryen library : Can't run "Hello world". Functions cause mysterious crashes with no error message.
Fast Light Toolkit : Failed to compile the "Hello world" program
"fatal error C1083: Cannot open include file: 'X11/X.h': No such file or directory"
Qt (with Qt creator IDE) : Close (I might go back to this one). Debugger glitch caused all compiler warnings to be meaningless. Unable to build accompanying libraries that were in source code form.
TinyCurses : Failed to compile "Hello world" program. Produced "unresolved external symbol" linker errors to functions that do exist and are declared.
SDL : I've got this the closest to working of all the ones I've tried so far. Not really a "GUI" library though. Trouble building SDL_ttf library (but I finally got it working, I think).
GTK+ : Apparently impractical to use with VC++ more recent than 6.
Doryen library : Can't run "Hello world". Functions cause mysterious crashes with no error message.
Fast Light Toolkit : Failed to compile the "Hello world" program
"fatal error C1083: Cannot open include file: 'X11/X.h': No such file or directory"
Qt (with Qt creator IDE) : Close (I might go back to this one). Debugger glitch caused all compiler warnings to be meaningless. Unable to build accompanying libraries that were in source code form.
TinyCurses : Failed to compile "Hello world" program. Produced "unresolved external symbol" linker errors to functions that do exist and are declared.
SDL : I've got this the closest to working of all the ones I've tried so far. Not really a "GUI" library though. Trouble building SDL_ttf library (but I finally got it working, I think).
GTK+ : Apparently impractical to use with VC++ more recent than 6.
Comment