
Tue, 08/16/2005 - 22:18
Forums:
How can I call OpenCascade functions from external C programs? For example, I want to write a C program that reads and verifies the validity of a STEP file (using the STEPControl_Reader class). Is this possible? What header files should I include?
Thanks,
Peter
peter.djalaliev@gmail.com
Tue, 08/16/2005 - 22:23
I think you cannot.
you have to create a C wrapper to the C++ code, and calling those C functions.
Stephane
Tue, 08/16/2005 - 22:26
How about if the external program is in C++?