Skip to content
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

DEP issues Fixed #39

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment
Open

DEP issues Fixed #39

GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

The Symptoms: 
Application crash when ever a circuit with an Equation or 
Differential Sytsem object are played.

The cause:
Both the Equation and Differential system objects dynamically 
compile their equations to memory. Newer Windows version employ 
DEP (Data Execution Prevention) to prevent such cross modified 
code.

The Cure:
ABox revision R25 attempts to fix this by setting necessary flags
in a Win32 API call. 

It is thought that the problem is now fixed. 
With thanks to qWord and the folks at masm32.com.

Original issue reported on code.google.com by [email protected] on 5 May 2014 at 12:29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant