digitalmars.D.dwt - Can't link debug build of dwt-win r254
- torhu <no spam.invalid> Jul 17 2008
- torhu <no spam.invalid> Jul 19 2008
- Frank Benoit <keinfarbton googlemail.com> Jul 19 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.
Jul 17 2008
Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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
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








Frank Benoit <keinfarbton googlemail.com>