> ... perhaps you can post a small "hello world" ...

I like your idea. Hopefully if I can get Hello World compiled and executed I'll 
be able to run my own applications. But it doesn't look promising, because the 
problems with 'Hello World' are different. It seems to compile o.k., but chokes 
during the link.  The output from the from the BuildLog is -

Compiling...
hello.cxx
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
fltkd.lib(Fl.obj) : error LNK2019: unresolved external symbol 
__imp___trackmouseev...@4 referenced in function "long __stdcall WndProc(struct 
HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@i...@z)
hello.exe : fatal error LNK1120: 1 unresolved externals

I'm using the source from the Hello World demo with no changes.
The includes are ...

#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Box.H>
#include <FL/filename.H>

But this doesn't seem to be an include problem anymore?


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to