Search found 4 matches

by huginn18
Thu Mar 05, 2015 1:53 am
Forum: R.U.B.E discussion
Topic: Unexpected getFormatedErrorMessages error
Replies: 2
Views: 7792

Re: Unexpected getFormatedErrorMessages error

I didn't made any changes in project and I'm using ONLY VC13... so it's still secret to me what happened.
But anywayz thank you for that github thing.
Afterwards you are right this was obvious but sometimes life makes thinking hard. Sorry for your waste of time.
by huginn18
Wed Mar 04, 2015 9:22 pm
Forum: R.U.B.E discussion
Topic: Unexpected getFormatedErrorMessages error
Replies: 2
Views: 7792

Unexpected getFormatedErrorMessages error

After fortnight of break project suddenly started returning this weirdo error..

Code: Select all

 Error	4	error C4996: 'Json::Reader::getFormatedErrorMessages': Use getFormattedErrorMessages instead	d:\!w\!l\devlib\include\box2d\b2json\b2djson.cpp	952	1
And again I cant imagine what I should do.
by huginn18
Thu Feb 19, 2015 9:28 pm
Forum: R.U.B.E discussion
Topic: Error LNK 2019 b2dJson::b2dJson(bool)
Replies: 3
Views: 10891

Re: Error LNK 2019 b2dJson::b2dJson(bool)

When I add loader files directly (before with VC++ directories) to the project I must add freeglut. This is normal thing or maybe I "installed" something wrong?
by huginn18
Thu Feb 19, 2015 7:02 pm
Forum: R.U.B.E discussion
Topic: Error LNK 2019 b2dJson::b2dJson(bool)
Replies: 3
Views: 10891

Error LNK 2019 b2dJson::b2dJson(bool)

Hello everyone, I was trying to use R.U.B.E. and b2djson but... when I try to compile project in Visual Studio 2013, I get this error Error 6 error LNK2019: unresolved external symbol "public: __thiscall b2dJson::b2dJson(bool)" (??0b2dJson@@QAE@_N@Z) referenced in function "public: __...