Thread overview
Can't link debug build of dwt-win r254
Jul 17, 2008
torhu
Jul 19, 2008
torhu
Jul 19, 2008
Frank Benoit
July 17, 2008
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.
July 19, 2008
torhu wrote:
> I get this when trying to link my app:
> 
> Error 42: Symbol Undefined _D3dwt8internal5win326WINAPI17AssocQueryStringWFkiPuPuPuPkZi

Fixed it, patch against dwt-win r254 attached.



July 19, 2008
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.