At 10:28 AM 6/8/2001, you wrote:
>[sp]>: I have a construct like this. But my main Problem is, that Delphi
>even fails to step over the LoadLibrary Line (error code: 998
>ERROR_NOACCESS). The Lib is there, thats not the point. I tryed it, when i
>removed the Xerces DLL�s from my Directory and it throws me an execption
>like "dll xerces_xyz.dll not found". When i put them in, my mashine do
>something on my harddisk and then throws this exeption in LoadLibrary. In my
>Code from VC++, there is a try...catch in it, when running into the 'catch'
>part, it only gives back a int-returncode!
>I try to solve this for 4 Days, but all i get till now are more white hairs
>;) So, it is very nice of you to help me, thank you, and i hope, it will
>work next week.

Since it sounds like nothing is clearly wrong with your Delphi code, I 
would try to build a debug version of the Xerces DLL (and your C++ DLL) and 
run your Delphi program under the VC++ debugger.  This might help you find 
the location of the problem.

Chris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to