Re: iostream

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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





.



Relevant Pages

  • Re: iostream
    ... I did include the stl70 path in the sources file on the ... I'm using the winddk to not only develop a WDF driver, ... console app that tests out my driver. ... The test app uses classes and ...
    (microsoft.public.development.device.drivers)
  • Re: iostream
    ... From some live SOURCES file, for a DCOM service EXE based on ATL: ... Maxim Shatskih, Windows DDK MVP ... console app that tests out my driver. ...
    (microsoft.public.development.device.drivers)
  • Re: iostream
    ... Maxim Shatskih, Windows DDK MVP ... console app that tests out my driver. ...
    (microsoft.public.development.device.drivers)
  • Re: iostream
    ... Maxim Shatskih, Windows DDK MVP ... I'm using the winddk to not only develop a WDF driver, ... console app that tests out my driver. ... Here is my sources file for the app ...
    (microsoft.public.development.device.drivers)
  • Re: How to Develop Console Application in Win CE 5.0
    ... How to get console app up and going has been discussed already on newsgroups ... Microsoft Corporation ... This posting is provided "AS IS" with no warranties, and confers no rights. ... > and changed the EXEENTRY option in sources file to ...
    (microsoft.public.windowsce.platbuilder)