Re: Calling PE DLLs

2005-11-02 Thread Daniel Stodden
On Wed, 2005-11-02 at 10:54 +0100, Alexandre Julliard wrote: > Daniel Stodden <[EMAIL PROTECTED]> writes: > > > then, one of my better guesses on how to proceed seemed to be: > > > > winebuild --dll -fPIC -E vendor.dll.spec -L. -lvendor test.o -o > > libven

Calling PE DLLs

2005-11-02 Thread Daniel Stodden
pler, if i just knew how. :) could someone please enlighten me? what am i doing wrong? thanks, daniel -- Daniel Stodden LRR - Lehrstuhl für Rechnertechnik und Rechnerorganisation Institut für Informatik der TU München D-85748 Garching http://www.lrr.in.tum.de/~stodden

Re: Calling PE DLLs

2005-11-02 Thread Daniel Stodden
On Wed, 2005-11-02 at 18:28 +0900, Mike McCormack wrote: > Daniel Stodden wrote: > > > though, there's not much application code yet, except a small test > > program written by myself, currently only meant to call a single > > function on the dll. > > >

Calling PE DLLs

2005-11-02 Thread Daniel Stodden
_spec_file_name' i'm aware that i could probably avoid all of this by just using LoadLibrary() and resolving the symbols at runtime. otoh, the approach above is potentially simpler, if i just knew how. :) could someone please enlighten me? what am i doing wrong? thanks, daniel --