📄 readme
字号:
MSG000001.bin is a binary file, result of Microsoft MC compiler. MC compilercan be downloaded for free with MS Core SDK but it is not included with MSYStools and I didn't find an alternative way to compile MC file.To summarize: the command "MC pgmsgevent.mc" generates pgmsgevent.h,pgmsgevent.rc, and MSG00001.bin files. In MC file, we declare a stringwith %s format, so we can write anything we want in the future withoutneeding to change the definition of this string.To finish, because DllUnregisterServer and DllRegisterServer are systemdefined entry points, we need to export these two functions with their nameswithout "decoration", so we cannot use auto generated .def files withouthandy modifications.Laurent Ballester
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -