D
Dileep Dasa
Guest
The message clearly says that OUTPUT parameter should be initialized. Help text with message number 12450: It is not really appropriate at all to pass a CHARACTER or LONGCHAR variable to a DLL as an OUTPUT parameter. However, if you do, you must first store a character string in the variable that is at least as long as the expected output. If you do not do this, it is likely that you will get a memory violation or other unexpected behavior.
Continue reading...
Continue reading...