DiscussionsIssue archiveOther usage issues

Archived discussion

dll

Other usage issuesSun, 05/11/2008 - 05:023 replies

Browse this forum
QuestionAuthor

it is possible to put classes of open cascades 6.2 and the definition of their functions members in a dll without problem. if yes how, one makes it.

Discussion

3 archived replies

Posts are displayed in their archived order.

01Commenter-1

What do you mean, they are already in a dll?

02Author

think you gianni
i know that. but i'wouled like to compile OCC with Borland 6.0 , i now it's impossible to do that. but i' have an idea (to put the classes of occ in a map and under BORLAND I use the dll of this map)
for example :
to call Topods_shape, juste i call the number of this class in the map
please gianni if you have any idea please help me

03Commenter-1

Sorry, I don't know Borland enough. Maybe you can also consider this solution. If you define the preprocessor symbol HAVE_NO_DLL you can compile OpenCasCade statically and then link your application with the static library generated.
Best wishes
Commenter-1