Using own rendering architecture with OpenCASCADE

I've got an existing framework that I'd like to try using the OpenCASCADE geometry library with (3D curves, surfaces etc) but I'm having trouble getting it to compile. OpenCASCADE doesn't seem to like using STL in an MSVC environment - I'm using STLPort and VC 6.0. If I define WNT I get a conflict with the old MSVC stream classes. Any ideas anyone?

Thanks,
Michael

Patrik Mueller's picture

Hi Michael,

I had the same problem. Trying to separate OCC from MSVC streams and using STD:: instead if using namespace std helped me a lot.

Best regards,
Patrik Müller