From: ninja AT aerohel DOT snu DOT ac DOT kr (Chun, Sung Jin) Subject: [Q] Please, ObjC Dll linked Program Does not Work!!! 14 Aug 1998 01:03:07 -0700 Message-ID: <001901bdc6b3$2d484ac0$92752e93.cygnus.gnu-win32@aeromdo2.snu.ac.kr> Reply-To: "Chun, Sung Jin" To: "GNU-Win32" >I've asked some question on creating dll in ObjC but >there's no response but I managed to create the dll. >But this time in my system Windows 95, this links well >and there's no error such as "Cannot find class XXX" >But in this time Windows error Dialog box!!! >" Cannot execute XXX" >and return to prompt. >And in C++ example in MinGW32( yes, I'm using MinGW32 >gcc-2.8.1 ) also have the same problem. Does any one can >tell me how to solve this problem ? I'm currently porting ObjC >program into Windows environment from Linux, and this dynamic >loading feature is desperately needed in my program I found the solution!!!! But this is not for Windows 95 users. :-( In Windows NT the creation of dll is not problem and resulting binaries are usable in Windows 95, so, I think the source of problem is the difference of Windows95 and NT though I'm not sure. I Hope this can help people who have the same problem of mine ****************************************** I like N*Step's beauty, but Iove Freedom. ninja AT aerohel DOT snu DOT ac DOT kr ---ObjC--- NSString* NSMyName = @"Chun, sungjin"; [ NSMyName fly ]; ---ObjC--- ****************************************** - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".