This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Objective-C, Win32, dll, objc_exec_class and objc_load_callback



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]