About Store Forum Documentation Contact



Post Reply 
VS 2012 and resources
Author Message
uNetti Offline
Member

Post: #1
VS 2012 and resources
Hi,

Just recently switched to VS 2012 Ultimate, and I noticed in v1 editor, if you add a .pak file to project, it gives an error due to resources and I can't compile it in editor.

resource.rc:
130 PAK "C:\my documents\my project\file.pak"

To make it run, I have to open the project in VS and then fix resource.rc

130 PAK "C:\\my documents\\my project\\file.pak"

Just wondering if I am doing anything wrong, or if there is a quick way to fix this?
04-06-2013 08:22 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: VS 2012 and resources
Hi, I've fixed it, will work ok in next release.
04-07-2013 11:21 AM
Find all posts by this user Quote this message in a reply
Post Reply