in an appdata folder because if this program will be part of cosmos (i mean downloadable with sources as install.bat now) if i store settings in the cosmos...
correct. I'm just saying, the tool (install.exe or whatever) will be a small tool (commandline, or simple winforms) doing a quick build, but shouldn't ask for...
Hi They is a way to free memory in a class that should replace the heap class as it does the same but also allow you to control the memory more and free ...
Yes, yes of course! I'm going to use the current install.bat path's and settings and if it fails the build for some reason it will ask for something missing...
sorry, mLength - mStartAddress. (best to look at the Alloc method to see which start variable you need) On Fri, May 11, 2012 at 2:40 PM, Matthijs ter Woord <...
Isn't simple to create a garbage collector?? A simple one would just require a list of static objects, a list of created objects and a root object. Garbage...
What about method parameters, static fields, local variables, etc? Garbage collectino is extremely hard to get right. It also needs compiler changes, etc.....
eh? stack can contain references as well. stack values (value types), are automatically "freed", but those aren't taking space in the heap... heap is where the...
... For easy porting and easy expansion Id like to see a set of classes which emulate bat commands. Later we can add new things etc. but would be easiest if we...
I could be mistaken, but all of list is managed code, so no plugs involved. Plugs are just for classes which contain unmanaged code (icalls or pinvoke..) Op 12...