Compilation Directives in BPL s

Asked

Viewed 59 times

0

I have an application developed in Delphi XE7, running on an Oracle server, Windows Server 2012 R2.
Our system is modularized into several BPL s.

Often the error occurs External Exception C0000006, and one of the solutions suggested in several sites, including here on Sopt is to add the directives IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP or IMAGE_FILE_NET_RUN_FROM_SWAP in the application.
But that didn’t solve the client. I think maybe adding these directives to all the BPL s’s in the system can help or who knows the solution, only I can’t add in BPL s s.

When trying to compile error appears:

"E2003 Undeclared Identifier: 'IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP'".

I know this problem occurs because I don’t have the Uses Windows added in BPL, but here’s the point: I can’t add the required uses in BPL s.

How can I solve this question?
Or if anyone knows any effective way to solve this problem below (which is keeping me awake)...

External Exception C0000006

1 answer

-1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.