Nope, rc is still there.
(all code tags are in order of how they are inputted)
Code:
cl /clr "super.cpp"
I've tried;
Code:
rc super-resource.rc
And that outputs an .res.
Then using the full command;
Code:
link "super.obj" /ASSEMBLYRESOURCE:super-resource.res /out:"Not Super.exe"
Compiles the program, with the same size as when I compile the .exe using the GUI, HOWEVER, no icons.
Please tell me how to get this to work.
Thanks in advance,
Panarchy