www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - Can't link debug build of dwt-win r254

reply torhu <no spam.invalid> writes:
I get this when trying to link my app:

Error 42: Symbol Undefined 
_D3dwt8internal5win326WINAPI17AssocQueryStringWFkiPuPuPuPkZi

The release build works fine. I'm using tango r3753, dmd 1.033.

I build with:

dsss build -g -debug

or maybe it was this:

dsss build --debug -g

probably shouldn't matter.

oneatatime is set to no.

I also tried just building dwt manually by handing all files to dmd 
directly, but I get the same linking error when trying to link the 
resulting lib with my app.
Jul 17 2008
parent reply torhu <no spam.invalid> writes:
torhu wrote:
 I get this when trying to link my app:
 
 Error 42: Symbol Undefined 
 _D3dwt8internal5win326WINAPI17AssocQueryStringWFkiPuPuPuPkZi
Fixed it, patch against dwt-win r254 attached.
Jul 19 2008
parent Frank Benoit <keinfarbton googlemail.com> writes:
torhu schrieb:
 torhu wrote:
 I get this when trying to link my app:

 Error 42: Symbol Undefined 
 _D3dwt8internal5win326WINAPI17AssocQueryStringWFkiPuPuPuPkZi
Fixed it, patch against dwt-win r254 attached.
thx, the change is applied.
Jul 19 2008