Re: iostream
- From: "Carey McMaster" <mcmaster@xxxxxxxxxxx>
- Date: Thu, 21 Dec 2006 12:59:35 -0500
stdio.h doesn't know anything about stl::cout? How does your suggestion
work?
regards,
cm
"Maxim S. Shatskih" <maxim@xxxxxxxxxxxxxxxx> wrote in message
news:u7xlydSJHHA.420@xxxxxxxxxxxxxxxxxxxxxxx
Use stdio.h instead.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com
"Carey McMaster" <mcmaster@xxxxxxxxxxx> wrote in message
news:uI2nMZSJHHA.4384@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
I'm using the winddk (6000) to not only develop a WDF driver, but also a
console app that tests out my driver (using IOCTLs). When I include
<iostream> in the console app, the ddk compiler can't find it. I did find
it
in c:\winddk\6000\inc\api\crt\stl70. The test app uses classes and "new"
constructs, but I can't seem to include <iostream> for stl::cout and the
like.
Here is my sources file for the app
==============================================================
TARGETNAME=rmgr
TARGETTYPE=PROGRAM
UMTYPE=console
UMENTRY=main
USE_MSVCRT=1
!if defined(DDKBUILDENV)
C_DEFINES = $(C_DEFINES) -DDDKBUILD=1
!endif
TARGETLIBS=$(SDK_LIB_PATH)\setupapi.lib \
$(SDK_LIB_PATH)\user32.lib \
INCLUDES=$(INCLUDES);$(DDK_INC_PATH);
SOURCES= \
rmgr.cpp
RUN_WPP= $(SOURCES) #-func:printf(MSG,...)
=========================================================
thanks in advance for help,
cm
.
- Follow-Ups:
- Re: iostream
- From: Maxim S. Shatskih
- Re: iostream
- From: Scott Noone
- Re: iostream
- References:
- iostream
- From: Carey McMaster
- Re: iostream
- From: Maxim S. Shatskih
- iostream
- Prev by Date: Re: iostream
- Next by Date: Re: iostream
- Previous by thread: Re: iostream
- Next by thread: Re: iostream
- Index(es):
Relevant Pages
|