Tech Support > Microsoft Windows > Drivers > how can I call C runtime library functions in a driver?
how can I call C runtime library functions in a driver?
Posted by Marco on April 8th, 2004


how can I call C runtime library functions in a driver?

Anyone can offer some helps?


Posted by Doron Holan [MS] on April 8th, 2004


which ones do you want to call? some of the CRT is available to kernel
drivers, but most of it (like malloc and free for instance) is not.

d

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only.

"Marco" <sorry@nomail.com> wrote in message
news:%23cqMBgQHEHA.2720@TK2MSFTNGP11.phx.gbl...



Similar Posts