what is the default library for vsnwprintf function in kernel mode ?
linking ntstrsafe.lib gives unresolved external symbol for the above function ie vsnwprintf ....
DDK build is 2600.1106 ( Windows XP SP1 DDK)

RE: default library for vsnwprintf by shadab

shadab
Mon Jul 19 01:37:01 CDT 2004

note I have already done Ignore all Default Libraries to No in properties ....

"shadab" wrote:

>
> what is the default library for vsnwprintf function in kernel mode ?
> linking ntstrsafe.lib gives unresolved external symbol for the above function ie vsnwprintf ....
> DDK build is 2600.1106 ( Windows XP SP1 DDK)

Re: default library for vsnwprintf by Don

Don
Mon Jul 19 07:19:47 CDT 2004

Build you driver with the standard BUILD utility and a sources file. Trying
to use VS causes this sort of stupidity and makes for a driver that can
never be trusted. If you want to build from inside the VS IDE get DdkBuild
from http://www.hollistech.com/


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply

"shadab" <shadab@discussions.microsoft.com> wrote in message
news:BF81A4B8-B9F8-4F59-B364-D4CE56FBA4E7@microsoft.com...
> note I have already done Ignore all Default Libraries to No in properties
....
>
> "shadab" wrote:
>
> >
> > what is the default library for vsnwprintf function in kernel mode ?
> > linking ntstrsafe.lib gives unresolved external symbol for the above
function ie vsnwprintf ....
> > DDK build is 2600.1106 ( Windows XP SP1 DDK)



Re: default library for vsnwprintf by Tim

Tim
Mon Jul 19 23:47:17 CDT 2004

shadab <shadab@discussions.microsoft.com> wrote:
>
>what is the default library for vsnwprintf function in kernel mode ?
>linking ntstrsafe.lib gives unresolved external symbol for the above function ie vsnwprintf ....
>DDK build is 2600.1106 ( Windows XP SP1 DDK)

libcntpr.lib.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc

Re: default library for vsnwprintf by Mark

Mark
Thu Jul 22 06:27:52 CDT 2004

Why don't you stop hurting yourself and use the ddk tools to build your ddk
components instead of trying to convince some other set of tools to do
something that doesn't produce observable errors?

--

=====================
Mark Roddy
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com
markr@hollistech.com


"shadab" <shadab@discussions.microsoft.com> wrote in message
news:BF81A4B8-B9F8-4F59-B364-D4CE56FBA4E7@microsoft.com...
> note I have already done Ignore all Default Libraries to No in properties
....
>
> "shadab" wrote:
>
> >
> > what is the default library for vsnwprintf function in kernel mode ?
> > linking ntstrsafe.lib gives unresolved external symbol for the above
function ie vsnwprintf ....
> > DDK build is 2600.1106 ( Windows XP SP1 DDK)