LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

WebBrowser EXAMPLE cannot be moved

Hello,

 

I wanted to move the project/workspace in another folder, but when I build the Project the following link errors occure.

 

I gues it is quit trivial, but I don´t see a solution.

 

thanks  Johann

 

 

8 Project link errors
  Undefined symbol '_Toolbar_New@32' referenced in "WebBrowser.c".
  Undefined symbol '_Toolbar_Discard@4' referenced in "WebBrowser.c".
  Undefined symbol '_Combo_InsertComboItem@16' referenced in "WebBrowser.c".
  Undefined symbol '_Toolbar_Display@4' referenced in "WebBrowser.c".
  Undefined symbol '_Combo_GetIndexFromValue@16' referenced in "WebBrowser.c".
  Undefined symbol '_Toolbar_InsertItem@40' referenced in "WebBrowser.c".
  Undefined symbol '_Toolbar_DimItem@12' referenced in "WebBrowser.c".
  Undefined symbol '_Combo_NewComboBox@8' referenced in "WebBrowser.c".

0 Kudos
Message 1 of 2
(2,940 Views)

Hi, since this example is depending on combobox.fp, inet.fp and toolbar.fp, make sure those are loaded in the workspace or put them into the project. Furthermore all the h-files must be present.

I´ve just moved the project files to another folder, and I was asked about missing h-files, so I had to point to their location again. That was all.

 

Marco Brauner NIG

0 Kudos
Message 2 of 2
(2,930 Views)