From: John L. <jla...@gm...> - 2006-02-21 23:12:45
|
On 2/21/06, klaas.holwerda <kho...@xs...> wrote: > >> If so we might pay less attention to VC6 which is not to good i think. > > I think MSVC6 is going to be completely 'deprecated' in few years... > That is what i think too. But at the moment? > > maybe we could: > > a) move msvc6 project files in the new build\msvc6 folders > > b) convert msvc6 project files and add them in the build\msvc7/8 folder= s > Good idea. > > > > Unfortunately AFAIK MSVC.NET and MSVC2005 use two different formats... > > I'm going to see if I can add these formats to bakefile. But, don't they both support converting from dsp files to their sln files? I use 2005, the free one new and I've also used .NET (a few years back) and both converted the dsp files just fine. You had to be careful about deleting the sln files if you edited the dsp files, but that wasn't a big deal. > >> I myself get linking errors, etc. i wonder if this is because of VC6 > >> or soemthing else. > I put the two logs files here. > > First i tried to make wxStedit which i downloaded at wxCode. ( I tried > first CVS but had problems so i downloaded it eventually.) > It is not clear yet from install.html which one i should get. > That i tried to build without success. > Next the log file for wxLua. > > http://www.xs4all.nl/~kholwerd/tmp/logs/ I've updated wxStEdit in wxCode's CVS to remove the warnings. I'm sorry, I've never tried to compile wxWidgets as a DLL so I have no experience on why you get so many unresolved function errors. Do you have to cross link libraries to get it to work? Dunno. John Labenski |