Home | Reviews | GUIpedia | Forum | Fun500
trolly | memory allocation for \"get/put\" functionhi,
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-15 | 6:00 PM |
jasonwoodland | Re:memory allocation for \"get/put\" functionI think you have to check dosbox.conf. | 2009-04-15 | 8:33 PM |
trolly | Re:memory allocation fori dont use dosbox ^^, and qb propriety are seted to use xms and ems | 2009-04-15 | 8:53 PM |
SonicBrit | Re:memory allocation forif 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-16 | 1:46 PM |
BASIC Programming Help
2021 Brandon Cornell