I'm getting the error "MacOS 68K Linker caused exception 0xc0000005"
when I build a multi-segment C++ project in CodeWarrior
(v6, 68Linker.dll v2.3.2.0).  It happens as soon as I declare
a global object of a class that has a constructor defined.
It doesn't happen if I reduce the scope of the global object,
and it doesn't happen if I remove the constructor from the
global object's class.

I assume the problem is something to do with the __InitCode__()
routine that the linker needs to generate for the object's
implicit constructor call on startup.  Is there a known fix 
for this?  I've seen references to the problem in the archives, 
but the cause seems to be unknown in most cases.  Here it's 
definitely isolated and repeatable.

   -M-                                    [EMAIL PROTECTED]


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to