User Details
User Details
Less Serious Stuff
- User Since
- Feb 20 2018, 9:16 AM (265 w, 3 d)
Jul 17 2018
Jul 17 2018
Mar 7 2018
Mar 7 2018
TMcSquared added a comment to T1190: PawLIB: MSVC Support.
ah ok, I'll see if I can find a version that supports that.
TMcSquared added a comment to T1190: PawLIB: MSVC Support.
This was the error that I was getting.
and it was pretty much everywhere that you had this:
char foo[somenumber];
or
char foo[strlen(str)];
TMcSquared added a comment to T1190: PawLIB: MSVC Support.
Oh wait I forgot, that didn't quite fix the problem, I needed to do something this
TMcSquared added a comment to T1190: PawLIB: MSVC Support.
Ok, I'll still make the changes as they are necessary for it to compile.
TMcSquared claimed T1190: PawLIB: MSVC Support.
Definitely, I did that first thing, and cmake works great!
However that was as far as it went bcs MSVC threw out some rather odd errors.
The easiest to fix being a C3863 error in three places.
mainly when something like this occured
Mar 6 2018
Mar 6 2018
TMcSquared added a comment to T1190: PawLIB: MSVC Support.
I'll work on this for the next couple of days/weeks