I'm setting up Cocotron to cross-compile my Mac app into an EXE for Windows... One of the compiler args I had to take out to get it to build using the Cocotron Windows compiler was the flag that enabled Objective-C garbage collection in GCC.
Will I have to add manual reference counting memory management back into my app in order for it not to leak memory while running under Windows? Or is there some other flag to turn on garbage collection in the Cocotron compiler?