On 04/08/2010 03:19 PM, Mike Werner wrote:
>> ... 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
>
Link to comctl32 and that particular error should go away.  I guess it 
got missed in the build file.

Mike

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

Reply via email to