Need precompiled binaries VS2008 or VS2010

Hello everyone.
I have VS2008 and VS2010 installed on my computer, but I cannot make the included MFC (and C#) samples working on my computer. I also tried to compile OCCT in VS2010 but after 2 of compilationhours i got 20 errors - some libraries were missing (and 500 warnings too). I tried to use VS2005Express but there is no MFC/ATL. I browsed the forum and tried some advices how to make it working, but none of this work. Compilation runs fine, but when I start any of the sample applications, I get an error: The application failed to initialize properly (0xc0150002). This is probably because of wrong version of OCCT.

It would be very nice, if someone can share precompiled OCCT for VS2008 or 2010. Or does anyone have an idea how to solve this problem (without complete compilation of OCCT)?

Thank you very much!

Thomas Paviot's picture

Hi Peter,

You can download OCE-0.5.0 binaries for MSVC 2008 and 2010 (both 32 and 64 bit). It's binary compliant with OCCT6.5.1. and comes with a lot of fixes/improvements over upstream.

Go to https://github.com/tpaviot/oce and click 'Download'.

Best Regards,

Thomas

pimpel's picture

Hello Thomas. Thanks a lot, I din't know about this project. I downloaded the binaries, modified some properties and it works. The sample applications are working too.

Thomas Paviot's picture

You're welcome Peter. You can join http://groups.google.com/group/oce-dev if you want to follow oce developments and technical discussions.

Thomas