Execution of 'rc.exe -fo"Final Release\CvGameCoreDLL.res" CvGameCoreDLL.rc' failed

It is not actually worth it, if you would do it only for civ4 modding.

Let's don't exaggerate. All you need for adding a new file is to add its name with .obj extension to the link command and then go to the section of compiler commands copy one of the commands that compile some other file and change names.

You are not supposed to add zellions of files anyway.

Edit: I must say that such a plug-in is possible. Its main component will be a parser for the makefile. You don't need GUI as it is provided by VS. VS will also create command line statements that includes the options selected by the user, you can retrieve these and insetr them in the makefile. Now the problem is that you need to account for differences between any options that has changed from VS2003 to VS2005. (Still it is a hell of work)
 
I found the 'Others' folder. But how do you delete it?

Kevin

EDIT: unless you meant just the file inside of it?

EDIT: deleted the folder, followed instructions...

instead I get 17 "unresolved external symbol" errors.

Any ideas?
 
Back
Top Bottom