
Wed, 09/18/2013 - 21:16
Forums:
Hello everybody,
I'm developing an MFC extension dll which uses OpenCASCADE,
and I'm getting a really strange compilation error at the following line
Handle(Geom_BezierCurve) curve = new Geom_BezierCurve(CurvePoles);
saying that 'Standard_Transient::operator new' doesn't accept 3 arguments.
I really don't understand what's going on here, the exact same code is working on regular dll, any idea?
Thanks
Silvia
Wed, 09/18/2013 - 22:49
Hi Silvia,
look here: http://www.opencascade.org/org/forum/thread_160/?forum=3
Greets,
Patrik
Wed, 09/18/2013 - 22:55
Thank you very much!!!
I've lost one full day on this.
Cheers,
Silvia