Michel Fortin Wrote: > How is this supposed to work correctly with and without the "-safe" > compiler flag? The way you define things "-safe" would make module > memory safe for use while it is not. "-safe" would cause the compiler to check if the code was safe and error out if it wasn't. Not sure how it would work out for the precompiled libraries.