February 02, 2007
FWIW, I had the same initial problem with the Error 180 and all that.  Finally solved that by adding CODE and DATA lines to my .def file.  Since the lines i added differ from what was shown in this thread, others might want to see and maybe explain what's going on.   (Although, i have yet to get as far as running a test app to use my DLL...)

LIBRARY wavescrawlcore INITGLOBAL
EXETYPE NT
CODE            PRELOAD DISCARDABLE
DATA            PRELOAD SINGLE

EXPORTS
 CreateWaveScrawler    @1
 ....
February 04, 2007
On Fri, 02 Feb 2007 06:13:13 +0100, DarenW <darenw@comcast.net> wrote:

> FWIW, I had the same initial problem with the Error 180 and all that.  Finally solved that by adding CODE and DATA lines to my .def file.  Since the lines i added differ from what was shown in this thread, others might want to see and maybe explain what's going on.   (Although, i have yet to get as far as running a test app to use my DLL...)
>
> LIBRARY wavescrawlcore INITGLOBAL
> EXETYPE NT
> CODE            PRELOAD DISCARDABLE
> DATA            PRELOAD SINGLE
>
> EXPORTS
>  CreateWaveScrawler    @1
>  ....

Hi, thanks for the feedback. I'm going to try it out and let you all know. Robert
1 2
Next ›   Last »