This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Objective-C, Win32, dll, objc_exec_class and objc_load_callback
- To: gcc at gcc dot gnu dot org
- Subject: Objective-C, Win32, dll, objc_exec_class and objc_load_callback
- From: Michael Scheibler <michael dot scheibler at onevision dot de>
- Date: Fri, 05 Jan 2001 11:47:52 +0100
- Organization: OneVision Vertriebsgesellschaft mbH
- Reply-To: michael dot scheibler at onevision dot de
Hello there,
I am currently trying to use dynamically linked libraries on win32. I
found out, that the +load method of my class inside my dll is invoked
correctly, but the callback routine _objc_load_callback, though
redirected, is never invoked. There's no problem with that on other
platforms.
Michael