digitalmars.D.dwt - Can't link debug build of dwt-win r254
- torhu (13/13) Jul 17 2008 I get this when trying to link my app:
- torhu (2/6) Jul 19 2008 Fixed it, patch against dwt-win r254 attached.
- Frank Benoit (2/10) Jul 19 2008 thx, the change is applied.
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
torhu wrote:I get this when trying to link my app: Error 42: Symbol Undefined _D3dwt8internal5win326WINAPI17AssocQueryStringWFkiPuPuPuPkZiFixed it, patch against dwt-win r254 attached.
Jul 19 2008
torhu schrieb:torhu wrote:thx, the change is applied.I get this when trying to link my app: Error 42: Symbol Undefined _D3dwt8internal5win326WINAPI17AssocQueryStringWFkiPuPuPuPkZiFixed it, patch against dwt-win r254 attached.
Jul 19 2008