Revision: 41225
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41225&view=rev
Author:   brlcad
Date:     2010-11-02 12:36:56 +0000 (Tue, 02 Nov 2010)

Log Message:
-----------
bob fixed a problem with the pro/e export plugin being unable to load on 
windows.  the problem was that the prodevelop/protk libraries that we have to 
link against are statically compiled against an old version of the C runtime.  
that C runtime wouldn't necessarily match the newer version we compiled against 
and would cause problems when trying to load the plugin in Pro/E on Windows.  
the problem wouldn't manifest if the C runtimes matched or if visual studio was 
installed.  solution was to add a binding redirect directive in the studio 
build to make the old symbols in the static lib redirect to a newer runtime.

Modified Paths:
--------------
    brlcad/trunk/NEWS

Modified: brlcad/trunk/NEWS
===================================================================
--- brlcad/trunk/NEWS   2010-11-02 12:28:08 UTC (rev 41224)
+++ brlcad/trunk/NEWS   2010-11-02 12:36:56 UTC (rev 41225)
@@ -13,6 +13,7 @@
 --- 2010-09-XX  Release 7.18.0                                     ---
 ----------------------------------------------------------------------
 
+* improved loading of Pro/E export plugin on Windows - Bob Parker
 * added ray bundle shooting capability to rtshot - Keith Bowman
 * improved robustness of facetization and export - Richard Weiss
 * cleaner logging of facetize command BoT failures - Sean Morrison


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to