Problems with DAIDE Unit
Hello
My Problem is, when I put in my end user application the unit daide,
the delphi 6 compile the program and run it in windows 2000
Professional,
when I instal the aplication on windows 98 second edition compiled
in windows 2000,
it give an error like this " doesn't exist enough free memory to
execute this program.
Leave one or more programs and, try again."
Some suggestion.
thanks
My Problem is, when I put in my end user application the unit daide,
the delphi 6 compile the program and run it in windows 2000
Professional,
when I instal the aplication on windows 98 second edition compiled
in windows 2000,
it give an error like this " doesn't exist enough free memory to
execute this program.
Leave one or more programs and, try again."
Some suggestion.
thanks
This discussion has been closed.
Comments
2K/NT/Xp do not have. Try increasing the memory for that machine. Can you
run our end user demo projects which use daIDE on this machine instead of
your application? Is your app requiring a lot of resources without RB being
involved? You may want to try deploying your app with runtime packages to
see if that can help.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
thanks for your help, I solve the problem.
I remove a prolabel that I use in one form.
but it's a bit strange.
thanks