Author | Message | Time |
---|---|---|
ObsidianWolf | Recently ran into the Following error while making some types. Fixed or Static data can't be larger then 64k Is there a way around this? | January 20, 2004, 4:17 PM |
ObsidianWolf | nm, Mesiah helped to solve problem already. | January 20, 2004, 4:51 PM |
Grok | [quote author=ObsidianWolf link=board=31;threadid=4817;start=0#msg40347 date=1074617498] nm, Mesiah helped to solve problem already. [/quote] So share problem and your resolution. Help other people learn. | January 20, 2004, 6:40 PM |
ObsidianWolf | Well I was using way too many variants(being lazy). He suggested not using variant as to they are not as efficient. Took the time out to figure what I needed for each variable to work better. I was using a Public Type to hold data grabbed from a config file and other files. The main problem was the array. Too many large arrarys within the type. After I changed the variables to values that helped slim down memory usage and added errorhandlng. Worked tons better. | January 20, 2004, 8:10 PM |
R.a.B.B.i.T | [quote author=ObsidianWolf link=board=31;threadid=4817;start=0#msg40341 date=1074615432] Recently ran into the Following error while making some types. Fixed or Static data can't be larger then 64k Is there a way around this? [/quote] ...or you could use C++ and just overload. C++ is better anyways (even though I suck at it). | January 20, 2004, 11:21 PM |
St0rm.iD | [quote author=R.a.B.B.i.T link=board=31;threadid=4817;start=0#msg40396 date=1074640914] [quote author=ObsidianWolf link=board=31;threadid=4817;start=0#msg40341 date=1074615432] Recently ran into the Following error while making some types. Fixed or Static data can't be larger then 64k Is there a way around this? [/quote] ...or you could use C++ and just overload. C++ is better anyways (even though I suck at it). [/quote] Or he could not waste his time learning a language that is overkill for what he's doing. | January 22, 2004, 2:23 AM |
ObsidianWolf | Im just sprouting forth from VB'Newbness and someone suggests that I should go be a c++ newb... figures | January 22, 2004, 5:20 PM |