martok / fpc-mm

Memory Manager experiments for Freepascal
2 stars 2 forks source link

fastmm4 - FullDebugMode + freepascal #1

Open JernejL opened 4 years ago

JernejL commented 4 years ago

When turning on {$define FullDebugMode} various compiler errors pop up - includng problem with missing array members in StandardVirtualMethodNames, missing vmtSelfPtr, etc.. that do not seem to be resolved for freepascal compiler.

martok commented 4 years ago

Debug Mode was not a focus for my q&d fixes, just core memory management functionality I needed to get a project running... I've basically given up on FPC at this point, but if you get this working I'm happy to accept pull requests.