kru2z / Publications
Forum
problems with dll import
hello, here i have a basic script: #import "libmysql.dll" #import int OnInit() { return(0); } void OnDeinit(const int reason) { return; } it compiles correctly but when i run it the dialog window has no OK button. I tried different versions of the dll but it did not help. simmilar script