Hey,
Sorry for my english, i don't speak very well. I have a problem , i want send a string to a dll, but i just catch the first character in the .dll.
code :
code:
DLLIMPORT int ConectionLog (char * name)
{
MessageBox (0, name, "Hi", MB_ICONINFORMATION);
}
this code juste print the first character of the string name.
the code in script to send a string is :
code:
Interop.Call("msgplus.dll","ConectionLog", "hello"):
wha is rong widht is??
thanks for help