neowutran / ShinraMeter

Tera DPS Meter
https://neowutran.ovh/updates/?C=M;O=D
MIT License
114 stars 80 forks source link

Compile questions #71

Closed citCompile closed 8 years ago

citCompile commented 8 years ago

The build error pops up when building a DPS meter. Whether you are using any compiler

I'm currently in use* VS 2013* compiler

Some Error List. ShinraMeter-master \ Tera Common \ Game \ Angle.cs (15,31,15,33): error CS1002:; required. ShinraMeter-master\TeraCommon\Game\Angle.cs(15,39,15,40): error CS1519: class, you have the wrong '(' token in the struct, or interface member declaration. ShinraMeter-master\TeraCommon\Game\Angle.cs(15,49,15,50): error CS1519: class, there is a wrong '/' token in a struct, or interface member declaration. ShinraMeterV0.76\ShinraMeter-master\TeraCommon\Game\Player.cs(78,20,78,21): error CS1056: Unexpected '$' character. ShinraMeterV0.76\ShinraMeter-master\TeraCommon\Game\Player.cs(15,30,15,32): error CS1002:; is required. ShinraMeter-master\TeraCommon\Game\Player.cs(15,46,15,47): error CS1519: class, struct, or interface members declared invalid on the ';' There is a token. ShinraMeter-master\TeraCommon\Game\Player.cs(16,30,16,32): error CS1002:; is required. ShinraMeter-master\TeraCommon\Game\Player.cs(16,46,16,47): error CS1519: class, struct, or interface members declared invalid on the ';' There is a token. ShinraMeter-master\TeraCommon\Game\Player.cs(18,28,18,30): error CS1002:; is required. ShinraMeter-master\TeraCommon\Game\Player.cs(18,40,18,41): error CS1519: class, struct, or interface members declared invalid on the ';' There is a token. ShinraMeter-master\TeraCommon\Game\Player.cs(19,30,19,32): error CS1002:; is required. ShinraMeter-master\TeraCommon\Game\Player.cs(19,39,19,41): error CS1519: class, there is a wrong '==' token in the struct, or interface member declaration.

neowutran commented 8 years ago

We use this kind of thing: https://msdn.microsoft.com/en-us/library/dn961160.aspx so, VS 2015 required to compile

Gl0 commented 8 years ago

btw, not sure, whether it worth to port Tera.Core back to VS2013 compatible format to bring back the ability to compile gothos version with it.

neowutran commented 8 years ago

don't really see any reason to port the project back to VS2013