mardi 10 mars 2015

My application got crashed while execute following code


Vote count:

0




i call function from Dll which is following.



**"testVC2.dll"**

char * getcheck();

char * getcheck(){
strcpy(Detail::AMessage, a.auth_answ.Check);
return Detail::AMessage;
}


My def file..



LIBRARY
EXPORTS
getcheck @1


My VB code is



Public Declare Function getcheck Lib "testVC2.dll" () As String

Console.WriteLine(getcheck() )


it give error and application got crashed but when i am trying to return integer from function it works.



asked 1 min ago







My application got crashed while execute following code

Aucun commentaire:

Enregistrer un commentaire