Hello
You cannot export a function from an executable in CVI, I guess the way the options are set, you are only allowed to export symbols only if you create a dll.
Generally, this is not considered healthy (even by Microsoft) because if you end up using LoadLibrary to load the exe, its startup code and global data will not get initialized, causing general unpredictable funckiness. Here is a
discussion on the topic i found on google about it.
You might want to consider maki
ng a COM server out of the executable.
Bilal Durrani
NI
Bilal Durrani
NI