10-13-2010 04:33 AM
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
Solved! Go to Solution.
10-13-2010 06:34 AM
Have you loaded the File Browser Instrument (with Instrument >> Load...)?
10-13-2010 06:35 AM
Have you loaded the File Browser Instrument (with Instrument >> Load...)?
10-13-2010 07:55 AM
Ok, that was the case.You see I have never used this operation.
Thank you.