From: Jeremy O'D. <jer...@gm...> - 2006-12-07 20:55:47
|
Hi Shelarcy On 07/12/06, shelarcy <she...@gm...> wrote: > > Because current VC project for wxWidgets-2.6.3 doesn't works well my > environment, and I was busy. Jeremy changed VC project from > "..\..\wxWidgets-2.6.3\lib\vc_lib\mswu" to "..\..\wxWidgets-2.6.3\lib\mswu" > in "Update VC++ project file to reflect updated DLL version supporting > wxWidgets 2.6.3" patch. It breaks building my environment but I don't find > where causes problem, soonly. The real issue here is that whatever is in the VC++ Project file reflects the individual users configuration. The build instructions on the website explain how to change this, but it requires careful editing in a file which is autogenerated (so not meant to be edited). I am working on a replacement for the VC++ project files - an NMAKE file for building wxc. It should be much simpler to reconfigure this to the user's environment. It should be ready in a few more days (obviously patch coming once it works), but the general idea is that the user will just modify a few entries in an nmake.cfg file to reflect their environment, wxWidgets version etc. I'll be very happy if you could test it once it is done (so maybe not worth building 2.6.3 DLL immediately). Regards Jeremy |