On 18.11.2010, at 13:05, Paul R wrote: > the docs refer to visualc directory and .dsw file as with version 1.1, > however this is not in the tree for 1.3, is the path ide/.. and then vc2005 > or visualc6 or whicever i can get to work in there?
The documentation is still in 1.1 format as you rightfully remarked. The VC6 and visualc2005 projects are outdated. Please refer to the README.MSWindows.txt and use the VusaluC2008 and VisualC2010 solutions. > problem is i am importing into codeblocks latest version so not sure which is > best, CodeBlocks on MS Windows? We do not support that. It also depends on which compiler you are using within CodeBlocks. If you are using MSVC++, then VisualC is already installed on your machine and you can use the VisualC project to generate your libraries. If you are using gcc or Cygwin or MinGW, then you can use the command line to generate your libraries as described in teh README file I mentioned above. > i tried building from visualc6 at home but it failed with references to > hinstance style stuf which i assume is from windows library files, then i > noticed the linker did not include windows stuff, which was added > automatically to the project options with the 1.1 build, shall i just go back > and see which windows libraries i need to link to according to the 1.1 build > and add those? VisualC 6.0 was released in 1994, IIRC. Need I say more. Please use VisualC 2010. > i have not a clue how or where to put the command lines to use makefiles so i > am doing the build using the ide projects It's all in the README.MSWindows.txt . - Matthias _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

