DiscussionsIssue archiveOther usage issues

Archived discussion

The easiest way to start coding with opencascade libs

Other usage issuesFri, 07/08/2011 - 16:042 replies

Browse this forum
QuestionAuthor

Hi,
I am on windows and it is the primary problem because i think on linux i can put all the hxx and cxx in the same directory save the code i wrote in the same directory and gcc it.
i have looked for some article for integrating opencascade libs into Bloodshed Dev or QT Creator but could find nothing so far.
Can you advise something?
thanks

Discussion

2 archived replies

Posts are displayed in their archived order.

01Author

or i can ask:
is it enough to import the .lib files in the
inst-root/ros/win-32/vc8/lib into my project?

02Commenter-1

Hi,
You should take into account that you need as header files (Additional Include Directories property of VS Studio) as libraries (Additional Library Directories property of VS Studio).
Regards