LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Warnings by creating a lib - file

I want to create a lib-file from a dll- and h-file. By creating it, there comes a lot of warnings, that symbols from the header were not found in the dll. The symbols are all const-definitions with a value in the header-file. Can I really ignore this warnings, because I have no chanche to change it. There is also the prblem, that only 100 warnings are displayed, and I don't know whether there is another important warning, that I shouldn't ignore.
Perhaps someone has an answer.
Thanks.
0 Kudos
Message 1 of 2
(3,049 Views)
midicvi,

what kind of warnings are these? is it possible that the names of the functions are "decorated" meaning that they include many "@"-symbols and are very long?
if it is like that, you have to prevent namedecoration within the h-file. you can do that by declare the functions within 'extern "C"'-blocks.
perharps you might take a look into this link.

hope this helps,
Norbert B.
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(3,021 Views)