Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
? Insufficient Memory Message at startup VFP3.0
Message
From
24/04/2001 15:46:46
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00497619
Message ID:
00499238
Views:
34
>Thank you all,
>I have created a program launcher for the program with the too-much-mem problem.
>
>* StarTool.PRG Run Tool Project on NT with mem > 256
>=SYS(3050,1,256)
>DO ToolProj.EXE
>
>This did not work.
>
>I attempted to put the line of code into ToolProj Main.PRG but I think that in order for the exe to recognize the code the project must be recompiled.
>
>My question now is, if I go throught the trouble of gathering the project together and recompile the project into an executable will the line of code work?
>I have no way of testing - short of moving my project to their workstation and interfer with their work time.
>
>Should I add another =SYS(3050,0,256) into the main - what else can I look for?
>
BTW the memory value specified is in bytes, not MB, so you'd want something like
=SYS(3050, 1, 256000000)

* or, if that doesn't work:
=SYS(3050, 1, 128000000)
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform