Anna wrote:
> I am trying to load fltk using Visual C++ express.
> I have tried the various versions, but I cannot find
> the file fltk.dsw.

        Probably your file browser is stripping off the .dsw extension
        because recognizes it as a VisualC file, so it's probably showing up
        as just 'fltk' in your browser, but it's really called fltk.dsw.

        If you open up a DOS window and do a directory listing of the
        visualc directory, you should see the fltk.dsw file in there.

>  I tried clicking on the file fltk in visualc, 

        Yes, that's probably the fltk.dsw..

> but it could not load the other programs.

        You may have left over project files from attempting to build
        using one of the other files in that dir.

        Suggest closing visual studio, removing (or renaming away) your
        current fltk directory, and re-extract from the tar file.
        Then open Visual Studio and open the fltk(.dsw) file.

        If a dialog pops up asking yes/no/yes to all,
        hit 'yes to all' and it should load up.

        Then you can change the Debug -> Release,
        right click on 'Solution FLTK' in the 'Solution Explorer'
        and click 'Build Solution'.

        It should go more or less just like this video:
        http://seriss.com/people/erco/fltk-videos/fltk-ms-vs-build.html

        Note the comments below the video regarding what's changed since
        this video was made.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to