On 15 Nov 2008, at 6:35, Zdravko Monov wrote: > I am using VS2008 and downloaded fltk 1.1.9. I managed to compile > the Hello > world (the include headers were ok to setup). But then I got error > with this > msvcrt.lib.
It would help if you could post more details of your system, your toolchain, an example of what link invocation was run and some details of the error you are seeing. Many people are successfully using fltk with the VS compilers, so it can be made to work - so we just need to figure out why it does not work for you. I assume all the examples in the /test/ folder work OK? And you can build other things with your compiler setup? > What type of application should FLTK use - console or > windows-one? Any ideas? It does not matter: If you build a "console" project, then a windows console will appear when your application starts, and it will then show its first window as normal. A "windows" project simply does not show the console window but is otherwise much the same. Either is fine for fltk. That is not likely to be the cause of your problem. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

