Hi Shelarcy On 07/12/06, shelarcy <[EMAIL PROTECTED]> 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wxhaskell-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxhaskell-users
