Skip to content
⌘ NSIS Forum Archive

Conversion variables with System plugin

3 posts

Instructor#

Conversion variables with System plugin

Is it possible to do with system plugin:
char *chNumber="90";
int nNumber;

nNumber=*((int*)chNumber); //nNumber="12345"
kichik#
StrCpy $0 "Null"
System::Call "*(&t4 r0)i.r1"
System::Call "*$1(i .r0)"
System::Free $1
DetailPrint $0