"Greg Ercolano" <[email protected]> schrieb im Newsbeitrag news:[email protected]... [...] >> hallo welt fltk 2.obj : error LNK2001: Nicht aufgelöstes externes Symbol >> ""public: __thiscall Fl_Window::Fl_Window(int,int,char const *)" >> (??0Fl_Window@@q...@hhpbd@Z)". [...] > Sounds like you're not linking in the fltk.lib > > Try compiling one of the fltk examples and look at the build log > to see the link line being used, and make yours look like that. > > I have some old video tutorials that describe how to write > FLTK apps using VS, which although several years old, may still > be helpful; click on the first video, and forward to the second > section that shows how to make an new FLTK project from scratch: > > http://seriss.com/people/erco/fltk-videos/
thx for the video link. solved my problems. i didn't know that precompiled headers should be inactive. and the rest was just because i didn't linked to the libs (although i did already). do i have to add /Ic:\fltk-1.1.9 and under linker c:\fltk-1.1.9\lib\fltk.lib wsock32.lib comctl32.lib always, because i think i have added them already somewhere. can i set this somewhere, so that i don't have to type it everytime i want to program? btw: the hello-world programm doesn't work for me in your video (and I'm sorry for using your email, didn't worked a long time with newsreaders.)
_______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

