-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting access violation error on script execute time. #248
Comments
? failed event wrapper for OnStatus ? |
yes and ichecked out code everything normal as #230 |
i don't understand solving with reading #230 can you explain ? |
There is not enough information in your question to answer. |
wrapper code; i cut just some where for you . actually i implement with imp.exe in pascalscipt. thanks
|
This is not enough.
|
|
Signature not shown for TOnStatusEvent. There is a signature mismatch in your examples (see const AStatusText): declaration:
script:
Rarely: Also there may be a mismatch between the "string" type of the compiler and the rps-engine. |
Still did not work and what is rps ? |
rps - remobject pascal script |
@carlokok help Carlo we haven't solve problem . |
Try to make an example so that we can see all your code. |
example : extension link |
Your code fragments:
A class cannot be passed to a DLL as a parameter and an ordinary string (instead of string, you need WideString or Variant). |
No not i guess old version of delphi cannot passed a class to a dll but this is working good. |
In some particular case, this may work, but in the general case it is not true: it will fail/AV or there will be memory leaks ... |
is there any progress about problem ? |
rps not have problebs. problem is in your code... |
hello,
i am getting acces violation error on script execute time . compiling is normal but when i calling execute method , it make access violation error.
The text was updated successfully, but these errors were encountered: