
Thu, 07/30/2015 - 12:55
Forums:
hello,
I tried to compiler my application from windows MSVC 2013 to ubuntu g++.
I could configure and make opencascade 6.7.1 form source package in my ubuntu computer,but I could't use qt creator to compiler my application.
The error message is:
/home/cglab/opencascade-6.7.1/inc/Standard_Macro.hxx:49: error: expected constructor, destructor, or type conversion before '(' token
# define Standard_IMPORT __declspec( dllimport ) extern
And my .pro file.
Please,someone can help me!
Attachments:
Mon, 08/03/2015 - 05:50
this is code:
Sat, 08/15/2015 - 02:33
these are definitions for Windows. Grab the opnecascade 6.7.1 source code for Linux and the problem will be gone, I think