LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

link error

I have a problem when i build an executable with LabWindows/CVI. When i do this operation, the error message in the attached .txt file opens. I don't understand the reason of that error since all the functions referenced in the source file are well defined in the header files which are in the project.
 
Please could you help me to find a solution to that problem.
 
Thank you in advance,
 
GLM.
0 Kudos
Message 1 of 4
(3,319 Views)
test
0 Kudos
Message 2 of 4
(3,315 Views)
Hello

You are calling a function of which you have the prototype, but not the body.  The linker looks for the function symbol and doesn't find it.  Maybe you haven't the .c file in the project or you are using a dll that isn't in the project.
Carlos Arcediano del Amo
Message 3 of 4
(3,310 Views)

StartPCSound, StopPCSound and SaveBitmapToFile are included in the programmer's toolbox: you must load toolbox.fp in your project.

MaxMin1D is a function included in the advanded analisys package: you must enable it in Library >> Customise... panel.

The same applies to AISampleChannels and AOUpdateChannel: you must enable DAQ in your project.

The same solution for the other functions: there is some library or obj file missing in your project.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 4 of 4
(3,301 Views)