
Fri, 07/08/2011 - 16:04
Forums:
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
Fri, 07/08/2011 - 17:13
or i can ask:
is it enough to import the .lib files in the
inst-root/ros/win-32/vc8/lib into my project?
Fri, 07/08/2011 - 17:56
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