Replies: 1 comment 1 reply
-
|
What is the actual error in the log? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
The
gpacommand will set$resultto zero if the export name is not found and the image is a DLL. However, when the image is an EXE, this command causes an error.I can check if the image is a DLL or not and conditionally run this. However, should $result be just set to 0 in an EXE as well rather than an error?
Beta Was this translation helpful? Give feedback.
All reactions