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
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
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
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
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