Re: Documentation & Examples
Robert Hastings <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <JAWIN%[email protected]> |
I use VC6.0 to compile jawin, but I have VC.NET so I could compile with that as well. For other projects we actually have it setup so that you can use either compiler. The .dsw, and .dsp files are for VC6.0 while the .sln and .vcproj files are for VC.NET. The main problem is keeping them in sync. If we add a new file to the .dsp file we sometimes forget to add the same file to the .vcproj file. Robert