12-05-2005 01:34 PM
12-05-2005 06:54 PM
12-06-2005 02:41 AM
12-06-2005 11:00 AM
12-07-2005 01:57 AM
12-07-2005 11:31 AM
07-05-2012 09:29 AM
Hello,
The problem: I can't add Combo Box.
I add String Control. I also included "combobox.h", and combobox.fp file to the project.
I already look at the example: "combodemo".
Even when i tryed to copy exactly the "combodemo" example to a new project it didn't work.
The error shown on screen when I'm trying debug the project:
3 Project link errors
Undefined symbol '_Combo_NewComboBox@8' referenced in "MyOwnCombo.c".
Undefined symbol '_Combo_DiscardComboBox@8' referenced in "MyOwnCombo.c".
Undefined symbol '_Combo_InsertComboItem@16' referenced in "MyOwnCombo.c".
Thanks
07-06-2012 04:55 PM
Loading ComboBox.fp to your Instrument Libraries should eliminate that error. If the FP cannot locate combobox.obj, then you also get a popup error the first time you build. Did you get that? If so, then check to see if combobox.obj is located at C:\Program Files (x86)\National Instruments\CVI2010\toolslib\custctrl\msvc\combobox.obj
Alternatively, the source code is provided, so you can just add combobox.c to your project and you should be good to go.