I just might have something to say on the topic but I believe this belongs
on nttalk so there.
//Daniel
“Dejan Maksimovic” wrote in message news:xxxxx@ntdev…
>
> (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.
>
>
>