开发者

Automation Error - Not enough storage is available to process this command

开发者 https://www.devze.com 2022-12-21 15:05 出处:网络
VB6 CreateObject() is advising this error message: \"Automation Error\" - \"Not enough storage is available to process this command\"

VB6 CreateObject() is advising this error message:

"Automation Error" - "Not enough storage is available to process this command"

The object being created is a DLL written in C. I'm running the application开发者_StackOverflow that's trying to create the object on my machine, and the object itself is being created on my machine also.

I'm running Windows Vista 64bit.

Any help would be much appreciated.


Does the user have security rights to access the directory? You might try running it via Right-Click "Run As Administrator" as a first step.

Are the references to the dll already in the project or are you creating them on the fly? Add the direct project ref if possible.

0

精彩评论

暂无评论...
验证码 换一张
取 消