inno setup - How to import prototype to Pascal -


i have function prototype installshield script, unfortunately unable import pascal code

#define serial_dll "serial.dll" prototype cdecl number serial._validatecdkey(  hwnd,   byref string, byref string, byref string, byref string,   byref string, byref string, byref string, byref string,   byref string, byref string, byref string,   byref number, byref number);        prototype bool isserialcorrect( string ); 

i able import dll successfully, every attempt call function ends access violation.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -