Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help! - There is not enough memory to complete this operatio
Message
From
20/10/1999 12:15:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Help! - There is not enough memory to complete this operatio
Miscellaneous
Thread ID:
00278908
Message ID:
00278908
Views:
41
Hi Folks,

Here's one that has me stumped. Put the following code into a program in the directory containing the SPLASH.VCX file. The directory is "C:\PROJECTS\EFMLOG\CLASSES".

It works.

** Code

SET TALK OFF
CLOSE ALL
CLEAR ALL
CLEAR DLLS

SET CLASSLIB TO Splash ADDITIVE
oSplash = CREATEOBJECT("Splash")

** End Code

In that directory's parent directory put the test program and change "SET CLASSLIB TO Splash ADDITIVE" to "SET CLASSLIB TO c:\projects\efmlog\classes\Splash ADDITIVE" and it works.

Now, use the original code snippet above in a MAIN.PRG main program in a project and I now get the following message:

"There is not enough memory to complete this operation."

I'll go manually check the project table but this one has me stumped.

Thanks for any help.

Best,
Best,


DD

A man is no fool who gives up that which he cannot keep for that which he cannot lose.
Everything I don't understand must be easy!
The difficulty of any task is measured by the capacity of the agent performing the work.
Next
Reply
Map
View

Click here to load this message in the networking platform