
Wed, 04/27/2005 - 12:22
Forums:
I have choose, to work with the new version Opencascade 5.2 , but i have problem when i want to built the programme it said me
Linking...
LINK : fatal error LNK1181: cannot open input file "TKShHealingStd.lib"
Error executing link.exe.
i dont know what i should and where i can find this librery
Can you help me
Regards
Wed, 04/27/2005 - 12:34
Hi,
try to link to "TKShHealing.lib" instead of "TKShHealingStd.lib".
HTH,
Patrik
Wed, 04/27/2005 - 12:42
How can i link the new lib TKShHealing.lib ??? and where !
Regards
Wed, 04/27/2005 - 13:08
Hi,
for VC6: take a look at "Project->Settings" from VCs menu. A dialog for the project settings wiil appear. In it take a look at the linker settings. Here you have to do the replacement.
HTH,
Patrik
Wed, 04/27/2005 - 13:38
Ok for the librery it is ok now i have this problem Patrik of including file look that :
Compiling...
StdAfx.cpp
F:\wahid_pfe\pfe\Copie de projet2\StdAfx.h(68) : fatal error C1083: Cannot open include file: 'BRepAlgoAPI.hxx': No such file or directory
Error executing cl.exe.
bottle.exe - 1 error(s), 0 warning(s)
can you tell me what is the problem ?
Regards
Wed, 04/27/2005 - 14:15
Hi,
sounds you haven't add the "inc" path from OCC to your project settings.
I suggest studying the VC help a little bit for such errors
Greets,
Patrik
Wed, 04/27/2005 - 14:54
i have done the configuration ! Tools-->OPtion-->directories and i put this C:\OPENCASCADE5.2\ROS\INC i don t know it is true or not !!
but i have this problem
F:\wahid_pfe\pfe\Copie de projet2\StdAfx.h(68) : fatal error C1083: Cannot open include file: 'BRepAlgoAPI.hxx': No such file or directory
Error executing cl.exe. where can i find 'BRepAlgoAPI.hxx"
Regards
Wed, 04/27/2005 - 15:22
Hi,
oops - my failure. Sorry.
But I have looked at the old source:
use this:
#include
and later in the source this:
myBody = BRepAlgoAPI_Fuse(myBody , myNeck);
for the bottle example...
HTH,
Patrik
Wed, 04/27/2005 - 23:57
Thank s Patrik but i didin t undrestand where i should add thatand later in the source this:
myBody = BRepAlgoAPI_Fuse(myBody , myNeck); in which source i must add that !
Regards
Thu, 04/28/2005 - 00:01
Hm,
I think it would be easier if you send me your project and I look what I can do for you. What do you think about that (I just need your email address)?
Greets,
Patrik
Thu, 04/28/2005 - 00:05
ok i can send you my project which work on OCC 4.2 but i have problem to move to the new version plizz help me my email is wahid_ept@hotmail.com give me your adress
Thu, 04/28/2005 - 00:13
Patrik i can send you my project which work on OCC 4.2 can you give me your email adresss ?? !
Thu, 04/28/2005 - 00:51
i m waiting for your reply please send my an email !thx
Thu, 04/28/2005 - 11:52
Hi,
take a look at your personal email!
Greets,
Patrik