Jump to content

Server source compiling error


Recommended Posts

Hello,

 

I'd like to ask for some help compiling the novaline server source.

I am using Visual Studio 2012 (Update 4, with .NET 4.5 Framework installed) and I am getting this error on the 'game' project, 'castle.cpp' source file:

 

Error C2371: 'POSITION' : redefinition; different basic types.
 
The error message points to this block on my file:
 
struct POSITION
{
int x, y;
};


static POSITION s_frog_pos[4][MAX_CASTLE_FROG] = {
// EMPIRE_NONE
{
{ 0, 0 },
{ 0, 0 },
{ 0, 0 },
{ 0, 0 },
{ 0, 0 },


{ 0, 0 },
{ 0, 0 },
{ 0, 0 },
{ 0, 0 },
{ 0, 0 },


{ 0, 0 },
{ 0, 0 },
{ 0, 0 },
{ 0, 0 },
{ 0, 0 },

I have read MSDN and stackoverflow entries already, but none of them helped me.

I'd appreciate any help. 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.