Standard c++ containers in windows driver -
i know can't use stl library directly when developing windows driver. need use standard c++ containers ( vector, map,etc ) . 1 knows kernel based implementation of stl use under kernel mode, or other similar library @ least implements standard containers?
check out 1 http://bazislib.sysprogs.org/. lib contains patched version of stlport .
Comments
Post a Comment