How to build .mc file
-
Hello All I have a file as "Sample.mc" copied from the below link..... http://msdn.microsoft.com/en-us/library/bb540476(VS.85).aspx[^] These r some rules mentioned on the above page how to build this file, Build the message DLL from Sample.mc using the following steps: 1. mc -U sample.mc 2. rc -r sample.rc 3. link -dll -noentry -out:sample.dll sample.res but i want to know where and how to apply these rules... i am using Vs 2005 VC++(Win32 API).... Any suggestion is highly appreciated Thanks
-
Hello All I have a file as "Sample.mc" copied from the below link..... http://msdn.microsoft.com/en-us/library/bb540476(VS.85).aspx[^] These r some rules mentioned on the above page how to build this file, Build the message DLL from Sample.mc using the following steps: 1. mc -U sample.mc 2. rc -r sample.rc 3. link -dll -noentry -out:sample.dll sample.res but i want to know where and how to apply these rules... i am using Vs 2005 VC++(Win32 API).... Any suggestion is highly appreciated Thanks
see if this helps (a quick search here on CP would have found it ....) Using MC.exe, message resources and the NT event log in your own projects[^] 'g'
-
see if this helps (a quick search here on CP would have found it ....) Using MC.exe, message resources and the NT event log in your own projects[^] 'g'