I have 127 memvars defined in a header file which is included in each PRG file.
All variables are initialized as PUBLIC in the main program file and can be modified in all others program files, 30 of them are dynamic arrays (initialized with {}, elements are added with the ADD() function).
I...
I have search XMS105 on the web and I have just found something corresponding on a russian site. Functions given in the .OBJ files are usefull for programs running in conventionnal memory, and my program run in extended memory !
Do you have any other idea ?
I have used the MEMORY(3) function in...
Thanks for answer, but I don't think this is really what is happening. I compile all my programs with the /W option and
I have no warning messages !
But if I compile them without the /N option, I have a warning "C1004 Ambigious reference, assuming memvar" for all
my PUBLIC variables...
I have built an extended program which is working 10 hours a day on a DOS 6.22 system with 8Mo of memory.
During execution, extended memory available is decreasing, and when the 7Mo are used, my program use all the conventionnal memory available.
At the end of day, before closing the program...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.