About Store Forum Documentation Contact



Post Reply 
[Code Editor] Map Tutorial Broken
Author Message
Driklyn Offline
Member

Post: #1
[Code Editor] Map Tutorial Broken
If you copy the Map tutorial into Code Editor and comment out the stdafx.h include, when you build it, you get:

Code:
error C2374: 'map' : redefinition; multiple initialization

It's declaring map twice, once in the header and once in the source. You have to open the project in Visual Studio and comment out one of them for the tutorial to build.
04-20-2011 08:54 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: [Code Editor] Map Tutorial Broken
thanks! ill fix it
04-21-2011 01:15 PM
Find all posts by this user Quote this message in a reply
Post Reply