This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

[Q] Please, ObjC Dll linked Program Does not Work!!!


>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@aerohel.snu.ac.kr

---ObjC---
NSString* NSMyName = @"Chun, sungjin";
[ NSMyName fly ];
---ObjC---

******************************************


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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