Forum: NSIS Discussion
23rd February 2007, 13:29
|
|
Replies: 4
Views: 1,122
|
Forum: NSIS Discussion
23rd February 2007, 13:03
|
|
Replies: 4
Views: 1,122
The buffer IS actually a string. I store...
The buffer IS actually a string. I store information in it and I can get them back from PowerBuilder (RAD) where the function prototype is declared as character array.
Anyway if I allocate a buffer...
|
Forum: NSIS Discussion
23rd February 2007, 07:20
|
|
Replies: 4
Views: 1,122
System::Call problem
Hello everyone.
I'm using the System::Call to call a function from a DLL and get back some output. I've succesfully get back ulong values but I can't get back a byte array. the syntax i use is:
...
|