I have problems using the OLE Interface of OE Ent. within VC++ programs. I sometimes get Error Access Violation at addresses 0046FFB7 and 006BC5C2.
I noticed that such a problem had been mentionned by "Jeremy" on 07/13/2002 in this forum, but can not see any further information.
Had this problem been solved, or is it due to a known bug ?
I am using the latest version of OE.
Thanks for your help.
Is there any way to reproduce it or to see which OLE calls cause the problem?
Thank you.
Best regards,
Oleg Chernavin
MetaProducts corp.
I will try to find a way to reproduce it.
In th meantime, I can give you the SCODE that go with these errors. These are:
-2147023170
-2147023174
-2147023169
Is there a way to know what they mean ?
Thanks for your help.
Oleg.
I looked for the meaning of these error codes. They are windows error codes, and the one which appear most often is "RPC_SERVER_UNAVAILABLE". It is always the first one in the serie of errors I get.
It occurs in a loop on the GetStatus() method of IOEProject to check the status of the project to detect the end of the download.
Does that help you to identify the problem ?
I looked for the meaning of these error codes. They are windows error codes, and the one which appear most often is "RPC_SERVER_UNAVAILABLE". It is always the first one in the serie of errors I get.
It occurs in a loop on the GetStatus() method of IOEProject to check the status of the project to detect the end of the download.
Does that help you to identify the problem ?
Oleg.
Julien.
http://www.metaproducts.com/download/betas/oee1331.zip
Let me know how it works.
Thank you.
Oleg.
I just tried this new version, but it does not solve the problem, unfortunately. I still get Access violations error, and the same error messages. However, now, it seems that the error message that cause the problem is RPC_CALL_FAILED and RPC_CALL_FAILED_DID_NOT_EXECUTE, followed, after, by some RPC_SERVER_UNAVAILABLE (3 projects run in the same time, and the first to hang seems to hang the 2 others)
Julien
I just tried this new version, but it does not solve the problem, unfortunately. I still get Access violations error, and the same error messages. However, now, it seems that the error message that cause the problem is RPC_CALL_FAILED and RPC_CALL_FAILED_DID_NOT_EXECUTE, followed, after, by some RPC_SERVER_UNAVAILABLE (3 projects run in the same time, and the first to hang seems to hang the 2 others)
Julien
Oleg.
I`ll try to reduce the number of projects active simultaneously, to see if that helps, but I`m afraid it won`t solve the problem
Thanks anyway
Julien.
Oleg.