LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

FileBrowser control error: Undefined symbol '_FileBrowser_Create@12

Solved!
Go to solution

Hi there,
I have a problem with FileBrowser control. I use it like this (just to make thing clear)

FileBrowser_Create (EXPLORARTO, PANEL_3_FILEBROWSER, ROOT_LEVEL_STRING);

Compilation: OK

Execution:

“ Undefined symbol '_FileBrowser_Create@12' referenced in "User Interface Application.c".”


Without this line the program runs as it should.
I have fallowed the example from the: “Any File Browser Control examples?”
@ http://forums.ni.com/t5/LabWindows-CVI/Any-File-Browser-Control-examples/m-p/399987 called TestFileBrowser

In the code the CVI can find it´s reference to the:
"int CVIFUNC FileBrowser_Create(int panel, int control, char* startPath);" @ filebrowser.h that I included.

The result about this control in the forum is quit pure, what´s more no errors reported ?.

Gratefully 4 any help.
Pawel

0 Kudos
Message 1 of 4
(3,822 Views)

Have you loaded the File Browser Instrument (with Instrument >> Load...)?

 

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 2 of 4
(3,814 Views)
Solution
Accepted by topic author Deusto

Have you loaded the File Browser Instrument (with Instrument >> Load...)?

 

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
Message 3 of 4
(3,814 Views)

Ok, that was the case.You see I have never used this operation.

Thank you.

0 Kudos
Message 4 of 4
(3,803 Views)