Yeah, I figured it out. I wasn't running the code, and thanks to your tip, I found out that I need to both build and run code....told you I was a noob. But to my credit, there is no Run button or even a menu choice. I had to go to the help to figure out which button runs the code (F5, btw). Why wouldn't Microsoft provide at least a menu option?
> > > I'm not familiar with recent versions of VC - but I presume there is > > > still an output window somewhere that logs the results of=20 > > running your > > > application? If so, is it saying anything interesting? > > >=20 > > Yeah I get output, but nothing seems out of place: > >=20 > > 1>------ Build started: Project: Chapter12, Configuration:=20 > > Debug Win32 ------ > > 1>Linking... > > 1>Embedding manifest... > > 1>Build log was saved at=20 > > "file://c:\Users\Derrick\Documents\Visual Studio=20 > > 2008\Projects\Chapter12\Chapter12\Debug\BuildLog.htm" > > 1>Chapter12 - 0 error(s), 0 warning(s) > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Build: 1 succeeded, 0 failed, 0 up-to-date= > , 0=20 > > skipped =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > 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. =20 > > 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 SS= > 14 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

