Home | Reviews | GUIpedia | Forum | Fun500


trollymemory allocation for \"get/put\" function
hi, i rewrite a gui with futureLib (in 32bit colors mode) i want to make a popup menu, and i should do "get/put" to save the background content i use xms (provided by futurelib) to allocate memory the problem is that i cant allocate more than 32kb, and it's not enough to store an aera from more than (bytes to allocate= xsize*ysize*4) 80x150 pixels :( have somebody a solution?
2009-04-156:00 PM

jasonwoodlandRe:memory allocation for \"get/put\" function
I think you have to check dosbox.conf.
2009-04-158:33 PM

trollyRe:memory allocation for
i dont use dosbox ^^, and qb propriety are seted to use xms and ems
2009-04-158:53 PM

SonicBritRe:memory allocation for
if you've only got 32kb to work with you'll have to do a get/put in chunks so grab the first half (or quarter depending on the memory needed) store that, then grab the next part, its iffy but it'll work.
2009-04-161:46 PM

BASIC Programming Help


2021 Brandon Cornell