Problem with Call Library Function.  Want to pass a string and return
a string, but my compiler does not recognize "CStr" and Labview does
not recognize my "char *function()" callout

Hi, I'm trying to use a .DLL I wrote in Visual C++ .NET.  The Call
Library Function generates a function prototype of "CStr Parser(CStr
arg_raw)"
but my compiler won't accept this.  So I change it to how C normally
deals with strings "char *Parser(char *arg_raw).  Now the Call Librafy
Function does not find "Parser" in my .DLL though it is definitely
there!

Help!

-Fong

Reply via email to