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

John Sohn jsohn@columbus.rr.com
15 Mar 2003 12:00:53 -0500


Yes, it was working but I thought it would need some additional work
with CriticalSections. I wasn't aware of the need for wine_dlopen
instead of LoadLibrary but this sounds reasonable as I may have missed
something in the Wine documentation.

Is the new version in CVS? I would like to give it a try.

John

On Sat, 2003-03-15 at 05:44, Alexandre Pigolkine wrote:
> 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
> 
> 
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list