I am trying to create a resoure file using VS command prompt.
I am using the following code:
TlbExp.exe /win32 MyMenu.dll
echo 1 typelib MyMenu.tlb > MyMenu.rc
rc.exe MyMenu.rc
I have the MyMenu.dll and the MyMenu.rc file saved in the same folder but for some reason it will not recognise the rc command to create a resource file.
Would appreciate any help or ideas. Thanks