定制应用程序shell
原帖地址——http://topic.youkuaiyun.com/u/20070419/22/cc3ad9e3-9f32-45de-b2b9-04309afabadf.html
问题已解决,在project.bib文件中加入如下内容
FILES
; Name Path Memory Type
; -------------- --------------------------------------------- -----------
MyShell.exe E:/BingGuo/ARMV4IDbg/MyShell.exe NK
mfcce400d.dll E:/rosurce/mfcce400d.dll NK
然后Build Platform,修改shell.reg文件
将如下内容
[HKEY_LOCAL_MACHINE/init]
"Launch50 "= "explorer.exe "
"Depend50 "=hex:14,00, 1e,00
修改为
[HKEY_LOCAL_MACHINE/init]
"Launch50 "= "MyShell.exe "
"Depend50 "=hex:14,00, 1e,00
最后Make Image
呵呵,以前听人说MFC的程序这样放有问题,难道
MyShell.exe E:/BingGuo/ARMV4IDbg/MyShell.exe NK
mfcce400d.dll E:/rosurce/mfcce400d.dll NK
这样可以解决。