dwt-win build error

John Reimer terminal.node at gmail.com
Sat Mar 1 06:55:03 PST 2008


Simen Haugen wrote:
> Great, thanks a lot. It works now.
> 

>> I've had this error before too... These functions are in User32.lib and 
>> Kernel32.lib. If dsss doesn't know where to find these libraries, this can 
>> happen. Try adding "-S<path to implibs>"  to your dsss command line and 
>> see if this changes anything.  Also try adding the "-llKernel32" and 
>> "-llUser32" to the dsss command line. You shouldn't have to do this, but 
>> maybe it might be a useful diagnostic.
>>
>> -JJR 
> 
> 


In my case, I had the implibs stored in dmd\lib directory... so I don't 
know why the "-S" option must be added for dsss.  dmd should know to 
search the it's own lib directory (sc.ini tells it too). Maybe this is a 
problem with dsss?  I'm not sure. But good to hear that this worked for you.

-JJR


More information about the Digitalmars-d-dwt mailing list