Hi, Is it possible to use boost in the "NT Kernel" environment? It seems like I should be able to but I am only able to do so if I modify the library. I assume that there are two possibilities: 1. There is a #define that allows me to use in "NT Kernel". (Or there is some other step I need to do.) 2. boost is not supported (without modification) Thank you
Sam Tertzakian wrote:
Is it possible to use boost in the “NT Kernel” environment? It seems like I should be able to but I am only able to do so if I modify the library. I assume that there are two possibilities:
1. There is a #define that allows me to use in “NT Kernel”. (Or there is some other step I need to do.) 2. boost is not supported (without modification)
Note boost specific, but have you read: http://www.microsoft.com/whdc/driver/kernel/KMcode.mspx and currently KMDF drivers do not support writing drivers in c++ see: http://www.microsoft.com/whdc/driver/wdf/WDF_FAQ.mspx
Yes, I have been writing C++ in the kernel for years...no problem there. But, I need to use code that uses boost but so far I have been unable to compile it because appears to require c-runtime library. -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of eg Sent: Friday, August 01, 2008 5:26 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] boost in NT Kernel Sam Tertzakian wrote:
Is it possible to use boost in the "NT Kernel" environment? It seems like I should be able to but I am only able to do so if I modify the library. I assume that there are two possibilities:
1. There is a #define that allows me to use in "NT Kernel". (Or there is some other step I need to do.) 2. boost is not supported (without modification)
Note boost specific, but have you read: http://www.microsoft.com/whdc/driver/kernel/KMcode.mspx and currently KMDF drivers do not support writing drivers in c++ see: http://www.microsoft.com/whdc/driver/wdf/WDF_FAQ.mspx _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
eg
-
Sam Tertzakian