Hello
For the first error, i think the CaSrvrwqeInit function is probably defined in test.h, but not in test.c, which would explain that error. Go ahead and implement the function in the C file ( doesnt have to do anything, you can leave it empty). Just make sure you follow the prototype in the header, other wise the compiler will error out.
For the second error, make sure you're using the correct name for the control. You can check this by opening up the UIR file, double clinking on the appropriate control, or by opening the UIR file and going to View >> Preview User Interface Header. This would give you a list of all the control names that the panel defines.
And make sure you've included the header for the UI in the file where you are planning to use the UI
control.
You might also want to check out this
tutorial here.
I hope this helps
Bilal Durrani
NI
Bilal Durrani
NI