int MyFunc(LPCTSTR param1, LPCTSTR param2)
That I want to call using the System plugin. Seems simple enough right? This is how I'm calling the function
System::Call 'MyDLL::MyFunc (t "Hello", t "Goodbye") i r2' However when I print out the contents of $2 all I get is a blank string when it should be an integer equal or greater than 0. Is there any way I can check whether the DLL is acutally getting called by the script? I think I've got the syntax right but I've never used the System DLL before so I'm not sure.