Greg Ercolano wrote:
> I have VS 7 here, and tried to fix the fltk.dsw file, but it seemed like VS 7
> only lets you save .sln files.
> 
> I figure /maybe/ I can hand edit the files, as the .dsw and .vcproj files all
> /seem/ to be human readable.. I can maybe copy an existing project file that's
> similar, and hand tweak it. Guess I'll give it a try..

        Wow, it was apparently /very/ easy to hand-modify the dsw/vcproj/dsp 
files
        by hand; added the FNFC widget and the native-filechooser test program.

        I didn't see any scary stuff in these files, it was all very straight
        forward.

        After making the changes, I loaded fltk.dsw into VS 7 .NET, and it
        showed the new native-filechooser test program and built the whole
        project in both Debug and Release modes, and in both cases, it built
        the correct native-filechooser*.exe files.

        (The only things that failed were references to Fl_Tree,
        so I figure if I add that to the project as well, FLTK will build
        correctly)

        It took less time to make these changes in a text editor than it did
        to build FLTK..!

        Once I make the tweaks for Fl_Tree, if I can get all of FLTK to build
        successfully in VS 7, I'll post a tar file to STR #2298, and if all
        looks OK, I'll check them in.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to