2009年6月4日 星期四

DLL

dynamic link library (DLL)

package the class in DLL, then this class can be reused
when the implementation of class is modified, the client program does not need to rebuild

problem:
ex:
test.DLL has two version,
version 1: class Test is 4 bytes
version 2: class Test is 8 bytes
If user installed test.DLL version 2, then client program originally use test.DLL version one will fail because it thinks the class Test is 4 bytes

2009年6月3日 星期三

regedit.exe

register editor

.vcproj

the setting for project is define in .vcproj file

2009年5月18日 星期一

install windows sdk

1. install .net framework
2. install 6.0.6001.18000.367-KRMSDK_EN.iso

2009年5月15日 星期五

using vshadow.exe

ex:
vshadow.exe -nw -p F:
// create a shadow copy for F:

2009年5月14日 星期四

2009年5月13日 星期三

ddk version

3790 : windows server 2003 sdk

6000: windows vista sdk

6001.18000: windows server 2008 sdk