or i can ask:
is it enough to import the .lib files in the
inst-root/ros/win-32/vc8/lib into my project?
Archived discussion
The easiest way to start coding with opencascade libs
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.
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