PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Elias Montoya on January 08, 2012, 03:13:25 PM

Title: Equate conflict
Post by: Elias Montoya on January 08, 2012, 03:13:25 PM

Guys i am having this error:

Error 468 in XXXXXXXXXXXXX
This equate may not be defined.
%IPPROTO_GGP = 1
A likely conflict is in XXXXXXXXXXXXX
%IPPROTO_GGP = 3


The problem is that i dont remember my credentials to the jose roca forum and i cant download latest declarations. And i dont remember the pasword to the old email i used to register there... And i cant register using my current email because registrations are closed...

Should i just rem one of those euqates? if, so, which one?




Title: Re: Equate conflict
Post by: Rolf Brandt on January 08, 2012, 03:33:19 PM
You can download them too in this forum. See this link:

http://www.planetsquires.com/protect/forum/index.php?topic=2982.msg22063#msg22063

Rolf
Title: Re: Equate conflict
Post by: José Roca on January 08, 2012, 04:45:13 PM
Quote
Should i just rem one of those euqates? if, so, which one?

Obviously %IPPROTO_GGP = 1. %IPPROTO_GGP was defined as 2 in the old WinSock header and is defined as 3 in WinSock2.
Title: Re: Equate conflict
Post by: Elias Montoya on January 11, 2012, 05:02:11 PM

That must be obvious for those who know what that equate is.  ;D
Its the first time i see it and only because of that error. :)

Thanks Jose. :)
Title: Re: Equate conflict
Post by: José Roca on January 11, 2012, 07:08:42 PM
I thought that you should know, since you had it defined in your code.

IPPROTO_GGP

    Gateway to gateway protocol

http://msdn.microsoft.com/en-us/library/windows/hardware/ff543744%28v=vs.85%29.aspx