Re: How to Calling PE Dlls on linux??

2007-08-22 Thread trulyliu
The issue of the order of global C++ object's constrution has been metioned in wine development guid section 8.3.3.Starting a Winelib process For the first scheme, how can we made win_init as the entry of .init section. Implement like .strat() in preloader.c 2007/8/22, trulyliu &l

Re: How to Calling PE Dlls on linux??

2007-08-22 Thread trulyliu
nd allocat PE header before LoadeLibaray. Why they can run correctly??? 2007/8/22, Damjan Jovanovic <[EMAIL PROTECTED]>: > > On 8/21/07, trulyliu <[EMAIL PROTECTED]> wrote: > > > > > > > > 2007/8/21, Damjan Jovanovic <[EMAIL PROTECTED]>: > > > O

Re: How to Calling PE Dlls on linux??

2007-08-21 Thread trulyliu
2007/8/21, Damjan Jovanovic <[EMAIL PROTECTED]>: > > On 8/21/07, trulyliu <[EMAIL PROTECTED]> wrote: > > Can I made Arithmetic.dll.so ? And link it against my linux App? > > A library function runs in the context of the process that invokes it. > A library doesn

Re: How to Calling PE Dlls on linux??

2007-08-20 Thread trulyliu
2007/8/20, Damjan Jovanovic <[EMAIL PROTECTED]>: > > On 8/20/07, trulyliu <[EMAIL PROTECTED]> wrote: > > hi: > > > > I am sorry to disturb you with a question about calling PE Dll on linux. > > This is really an old question. > > I foun

How to Calling PE Dlls on linux??

2007-08-20 Thread trulyliu
hi: I am sorry to disturb you with a question about calling PE Dll on linux. This is really an old question. I found the sameness issues in mail list. http://www.winehq.org/pipermail/wine-devel/2003-December/thread.html http://www.winehq.org/pipermail/wine-devel/2005-November/thread.html#41917 ht