> > I'm not familiar with recent versions of VC - but I presume there is > > still an output window somewhere that logs the results of > running your > > application? If so, is it saying anything interesting?
> > Yeah I get output, but nothing seems out of place: > > 1>------ Build started: Project: Chapter12, Configuration: > Debug Win32 ------ > 1>Linking... > 1>Embedding manifest... > 1>Build log was saved at > "file://c:\Users\Derrick\Documents\Visual Studio > 2008\Projects\Chapter12\Chapter12\Debug\BuildLog.htm" > 1>Chapter12 - 0 error(s), 0 warning(s) > ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 > skipped ========== OK - that's the output from the build log and all does indeed seem well. This is probably "stating the bleeding obvious" but you are using "build and run" I assume? It is not that you have only built the code, but not run it? I ask because I vaguely remember that the log output had different stuff in it if used in "build and run" mode, than what is shown for a "build only" mode.... > One thing I didn't mention is that I am running Win7 x64. > Can FLTK run on 64-bit systems? Should do - works on 64-bit linux, at any rate, and IIRC on 64-bit vista or XP, which can't really be any different from win7 I'd imagine. There are a few residual issues with 64-bit OSX, but they are being fixed right now, and all are to do with the OSX system libs, not with fltk itself. So... Returing to my original questions: Do the worked examples in the fltk test folder run OK? If you run the exe from the debugger, does that indicate anything? If you just double-click on the generated exe (rather than running it from within VC) does it run? SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

