Home > database >  How to transfer from VC DLL char * type variable?
How to transfer from VC DLL char * type variable?

Time:09-27

Char * __stdcall sayhello (void)
{
Return A "78789";
}


PB:
The Function string sayhello () Library "C: \ gt2010 \ sd \ Debug \ sd DLL"


String ls
Ls=space (264)
Ls=string (sayhello ())
Messagebox (" ", ls)

Over there is a lot of gibberish. The master, please show it? Thanked first!!

CodePudding user response:

Has been solved!

CodePudding user response:

Through the pointer parameter,

CodePudding user response:

Ask the landlord how to solve the problem?
  • Related