Closed ToadRoasted closed 9 months ago
When trying to build the UWP I get 1 error that says
Error C2664 'char strcat(char ,const char )': cannot convert argument 2 from 'char [4096][128]' to 'const char ' Sonic1Decomp.UWP
And 26 errors are relating to different things like
Warning C4244 '=': conversion from 'float' to 'int', possible loss of data Sonic1Decomp.UWP
and
Warning C4459 declaration of 'globalSFXCount' hides global declaration Sonic1Decomp.UWP
The UWP version of the decomp has been deprecated, closing
When trying to build the UWP I get 1 error that says
Error C2664 'char strcat(char ,const char )': cannot convert argument 2 from 'char [4096][128]' to 'const char ' Sonic1Decomp.UWP
And 26 errors are relating to different things like
Warning C4244 '=': conversion from 'float' to 'int', possible loss of data Sonic1Decomp.UWP
and
Warning C4459 declaration of 'globalSFXCount' hides global declaration Sonic1Decomp.UWP