__aulldvrm symbol

error LNK2019: unresolved external symbol __aulldvrm referenced in function
_OtWriteData@28

has anyone had this link problem before? It seems that the compiler has an
optimization where it holds onto the remainder after a division and this
symbol does not exist in the ddk libraries.

Any suggestions/comments?

Yes - the name of the intrinsic routine changed with the new compiler in the
Windows Server 2003 DDK BUT the win2K libraries in the this DDK still
include the old routine (__aulldiv as I recall).

You can, apparently, just add $(BASEDIR)\lib\wnet*\int64.lib to your
TARGETLIBS macro.

/simgr

-----Original Message-----
From: Gerg [mailto:xxxxx@hotmail.com]
Sent: Tuesday, May 27, 2003 2:37 PM
To: NT Developers Interest List

error LNK2019: unresolved external symbol __aulldvrm referenced in function
_OtWriteData@28

has anyone had this link problem before? It seems that the compiler has an
optimization where it holds onto the remainder after a division and this
symbol does not exist in the ddk libraries.

Any suggestions/comments?


You are currently subscribed to ntdev as: xxxxx@stratus.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Sweet.
----- Original Message -----
From: “Graham, Simon”
To: “NT Developers Interest List”
Sent: Tuesday, May 27, 2003 11:45 AM
Subject: [ntdev] RE: __aulldvrm symbol

> Yes - the name of the intrinsic routine changed with the new compiler in
the
> Windows Server 2003 DDK BUT the win2K libraries in the this DDK still
> include the old routine (__aulldiv as I recall).
>
> You can, apparently, just add $(BASEDIR)\lib\wnet*\int64.lib to your
> TARGETLIBS macro.
>
> /simgr
>
> -----Original Message-----
> From: Gerg [mailto:xxxxx@hotmail.com]
> Sent: Tuesday, May 27, 2003 2:37 PM
> To: NT Developers Interest List
>
> error LNK2019: unresolved external symbol __aulldvrm referenced in
function
> _OtWriteData@28
>
> has anyone had this link problem before? It seems that the compiler has
an
> optimization where it holds onto the remainder after a division and this
> symbol does not exist in the ddk libraries.
>
> Any suggestions/comments?
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@stratus.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@hotmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>