[Mono-winforms-list] GC-Wine, Was: Monostub for Wine SWF

Alexandre Pigolkine pigolkine@gmx.de
15 Mar 2003 11:44:41 +0100


John,

I can run SFW applications on GC enabled Mono now,
but I had to modify the code a bit:

monogc.c uses wine_dlopen and wine_dlsym
instead of LoadLibraryA and GetProcAddress.
Otherwise, Wine can not find symbols in gc-wine.dll.so.
May be I missed some steps in build/installation ?

InitializeCriticalSection added to LOCK() macro
definition inside gc_locks.h. Without this section
cannot be entered.

I am wondering now whether you can run the code 
w/out those changes ?

Alexandre Pigolkine