原创 make sure Stream Position located in zero

While operation persist Recordset and Stream, must make sure Stream Position located in zero. _StreamPtr   pStreamTest 

原创 Windows 64 位體系結構及C/C++ 開發

Windows 64 位體系結構 3.1 重要概念 3.2 內存比較 3.3 Windows 64 位 (WoW64) 上的 Windows 32 位 3.4 不支持的功能 3.5 遷移策略 3.6 技術概述 3.7 小結

原创 detours, x86 kernel hook 以及 x64 kernel hook

detours, x86 kernel hook 以及 x64 kernel hook http://bbs.driverdevelop.com/htm_data/92/0702/99096.html 我假設讀者已經非常熟悉detours

原创 物理地址轉換成虛擬地址MmMapIoSpace

PVOID MmMapIoSpace( PHYSICAL_ADDRESS PhysicalAddress, ULONG NumberOfBytes,

原创 Convert Dataset to Recordset with C#

Web Service in C#, it is easy to operate database with dataset, it is necessary to convert dataset to recordset: static

原创 兩種基本64 位的體系結構

  第一種是 x64,它基於針對 x86 指令集的 64 位擴展。它允許用戶利用 32 位 Windows 應用程序,同時也提供最新的 64 位技術。

原创 C# ref and out

 pass parameters with reference: ref and out same: both the method definition and the calling method must explicitly us

原创 DebugVista的一般步驟

DebugVista的一般步驟 http://bbs.driverdevelop.com/htm_data/92/0702/99093.html在Vista系統中以管理員身份運行Cmd.exe1,將當前的配置作一個Copybcdedit

原创 Windows CE下驅動程序開發基礎

 Windows CE下驅動程序開發基礎 http://www.blogcn.com/u2/60/72/winceboy/blog/39329536.html 我想即使讀者看過微軟的關於驅動開發的培訓教材和CE幫助文檔中的驅動部分,頭腦中

原创 adodb.stream work problem list in C++

it is easy to using adodb.stream, but it will bring some problem in C++, here list some problem attentioned: 1. Must us

原创 What is the C# equivalent to C++ OutputDebugString?

OutputDebugString is what gets called by the TRACE macro in an MFC app.Right?You can use Debug.WriteLine or Trace.Write

原创 hash_map原理

http://blog.163.com/liuruigong_lrg/blog/static/27370306200711334341781/ 詳細解說STL hash_map系列   0 爲什麼需要hash_map 用過ma

原创 Deploy your web service written with C#

you need configurate web appliation carefully: 1. ASP.net version. select appropriate  asp.net version, vs2005 use asp.

原创 adodb access value in C#

 object lngRecordsAffected = null;//? type match which in c#            adoConn.Execute(SQL_Query, out lngRecordsAffect

原创 Rebuilding MFC and CRT

http://www.trigeminal.com/usenet/usenet034.asp Building MFC Unicode version with MSLU First we will make a backup of th