> > On my computer the fltk1.10 folder is inside the root > > programfiles/codeblocks folder > > The wizard seems to accept that path if you enter it where it says 'please > > enter the path where..blah blah' > > > > Interesting point made about IDE's being a distraction from real work, just > > to say i love the notepad++ editor, its just so nice to use and you get a > > great big view of your code. > > Yeah, ok. Cool. Thanks for your help guys! > I love the notepad++ editor too.... That's what I'm using now (with MSYS) :). > I can't get CB working, but that's okay :). I'll manage :). > > Well, I'm just happy I can compile stuff. :). > > Thanks! > -- Stewart > -------------- I just realised I need to compile .dll files and I have no idea how to do that with MSYS. The wizard (in code::blocks) just ain't working for me... I even renamed Fl.H to Fl.h! (it was giving the error: Can't find Fl.h). And I can't compile any programs with MSYS (probably because I don't know what I'm doing) using something like "g++ mycppfile.cpp -I. -l./fltk" (but I can using fltk-config --compile myfilename.cpp
So I don't really know what I'm asking. When I try to compile the apps that come with fltk-1.3 I get the error message: C:\fltk\lib\libfltk.a(Fl.o):Fl.cxx|| undefined reference to `oleuninitial...@0'| I get about 17 similar messages. Here's my project file: http://www.upurload.com/files/9e65d23f46519daa71995663f7f32e9a.zip If anyone could take a look at that and tell what's wrong, I'd really, really (really!) appreciate it. My fltk version is "fltk-1.3.x-r7722" and I also tried "fltk-1.3.x-r7710.tar.bz2". It may have something to do with me compiling fltk using MSYS instead of code::blocks; I used MSYS because code::blocks wouldn't compile it for me :( I haven't yet tried using Visual Studio, simply because I'm having a hell of a time trying to find where to download it. -- Stewart _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

