LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration problem ???

hi all,

CVI901/XP, the same in CVI8

I have a problem using some *.fp in my project (I have attached a picture of the project-explorer (Project.jpg) and also a little sample-project).

The behaviour:

In Debugmode:
1. If I start the linker says: "Undefined symbol "INET_IWebBrowserNavigate@76...".
2. If I start the sample-project "activex\webbrowser" and after this my project it runs ok.

In Releasemode:

1. If the sample-project hasnt run before the linker-error is the same.
2. If the sample-project has run before, and I want to build a Release-Executeable there come five other linker error-messages like:
Undefined Symbol '___CompiledDebuggingLevel'....

The kernel of my trouble is -I think- that the sample-project loads something in the background my projects doesnt load - but what ????

best regards

Simon




0 Kudos
Message 1 of 3
(3,061 Views)

Hi Simon,

the problem seems to lie in the inclusion of the Inet function panel. I received the same error when I ran your original project. After I removed the Inet fp from the project and loaded it again from its original location (\samples\...), the linker was able to find the functions.

 

I ask you to try and remove the fp reference, then simply add it again. I forces CVI to re-establish the fp reference, thus providing the linker with the correct linking information. For some reason it seems to have lost this information at some point. 

 

Let me know if you need more help.

 

Regards

 

Peter

--
Peter A.
Field Sales Engineer, NI Germany
0 Kudos
Message 2 of 3
(3,024 Views)
Peter,

1. thanks. I found the same "solution" - not to copy the FP but to link to the original file-location. but I'm not sure why.

2. by the way: there is a very special behaviour in CVI since 9.0. I always sent a description into another thread of this forum. sometimes the commandline-arguments are not read correctly (It sounds creazy, but I'm not drunken). I had this behaviour two times in different projects. If you restart CVI the things are all right again.

best regards

Simon
0 Kudos
Message 3 of 3
(3,020 Views)