Link to home
Start Free TrialLog in
Avatar of asaf_koren
asaf_koren

asked on

Using XMS with VB dos ver 1.0 pro edition

how do i compile/link programs in VB for dos ver 1.0 professional edition to use XMS memory ?
i encountered this problem because when running my compiled application and loading two forms i get an out-of-memmory error in module X.my compiled program is over 530k!
Avatar of asaf_koren
asaf_koren

ASKER

Edited text of question
Adjusted points to 240
Adjusted points to 250
I tried to do what you're trying to do several years ago.  Unfortunately, because of the way VB-DOS handles memory (or rather, doesn't handle it) it won't use XMS or EMS for its own storage.  You can, however, use XMS or EMS for storing your own data, freeing up conventional memory for VB-DOS.

Sorry, but I'm afraid there's not much you can do about it.
ASKER CERTIFIED SOLUTION
Avatar of kswinney
kswinney

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial