Visual Studio: Difference between revisions

no edit summary
[unchecked revision][unchecked revision]
mNo edit summary
No edit summary
Line 29:
 
For the kernel and any drivers, create a Win32 Project and select DLL, empty project. Choose DLL if you want to have a kernel that can export functions using the standard Win32 method. It is relatively simple to use this to export functions for use by device drivers...
 
=== Custom C++ Runtime ===
 
Since you can't use standard C/C++ runtime in your kernel, you'll need to write some of it's functionality yourself. The following article will help to [[Visual_C++_Runtime|write your custom Visual C++ runtime]]
 
=== Some basic definitions: ===
Anonymous user