Die Gestalt wrote:
> I wrote several drivers in Windows NT using C++/STL/Boost and they had
> excellent performances and reliability.
>
>   
Are you sure you used the STL?

http://www.microsoft.com/whdc/driver/kernel/KMcode.mspx

Read the section about "Libraries":

"Although much of the Standard Template Library is implemented as source
code in headers, it occasionally uses library functions or other
features that are not available or usable in the kernel environment."

I'm guessing you must have had to do some serious mangling of the STL in
order to shoehorn it into your driver. Sounds like far more trouble than
it's worth.

-ml

Reply via email to