From: Pete S. <pst...@ve...> - 2008-03-16 03:37:33
|
PS = Pete Stieber PS>> Today I made a post on the users list looking for PS>> "innocent victims" to attempt to build the version PS>> of the code in the trunk so that I can add decent PS>> build instructions on the web site. If you get PS>> an opportunity to try this I would be willing to PS>> help you. L = Leland L> I'll give it a try. I too have VS8 (Pro) and VS9 L> (Express) installed, so I'll try VS8 first. Great. I appreciate it. The VS8 solution is under jazzplusplus/trunk/jazz/vc8 and it called JazzPlusPlus-VC8.sln. It uses an environment variable called EXT_PKGS to find the wxWidgets package. I typically create C:\ExternalPackages and put the wxMSW version of wxWidgets in this directory. You will see $(EXT_PKGS)\wxMSW-2.8.7-VC8 in the project setting in various places. Let me know if you have any difficulties. Thanks again, Pete |