Driklyn
Member
|
[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 |
|
Esenthel
Administrator
|
RE: [Code Editor] Map Tutorial Broken
thanks! ill fix it
|
|
04-21-2011 01:15 PM |
|