Something about .CRT and .TEXT getting merged?
mm
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Dejan Maksimovic
Sent: Thursday, May 19, 2011 12:12 PM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] C++ support lib for kernel?
IIRC, just new and delete will suffice. I can compile the driver with
Mark’s Hollistech lib but with some linker
error that I am not sure should be left alone (code section merging), so no
more is needed. And C++ EH is not used,
my mistake.
Martin O’Brien wrote:
Not that I’m aware of.
Are you saying that you need support for C++ EH (not SEH, which is
supported)? If so, just for new/delete?
mm
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Dejan Maksimovic
Sent: Thursday, May 19, 2011 11:22 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] C++ support lib for kernel?
(quite) some time ago, I have used NuMega DriverWorks for a driver
that required C++ support. The main reason I needed DW is support for
new and delete.
Is there any C++ library for kernel mode today for more than
“super-C”, that works in both x86 and x64? I believe the driver won’t
require anything fancier than new/delete over what the WDK provides, but
since templates are used, I am not sure. The new/delete is the only
thing preventing a successful link, and yes I know that doesn’t mean the
code would run after.
Remembering how the code handled a possible new failure will be a
big task as there is no SEH support 
–
Kind regards, Dejan (MSN support: xxxxx@alfasp.com)
http://www.alfasp.com
File system audit, security and encryption kits.
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
–
Kind regards, Dejan (MSN support: xxxxx@alfasp.com)
http://www.alfasp.com
File system audit, security and encryption kits.
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer