TGB Compilation Troubles on Xcode (Fatal)!
by Orion the Hunter · in Technical Issues · 11/26/2012 (2:08 pm) · 1 replies
Hello,
By "fatal" in the title, I do not mean my computer explodes and kills everyone in the immediate vicinity. I mean that Xcode fails the build. Here is where it goes wrong:
The error is on this part of the string:
There is a similar error the comes right after:
The error is on this part:
Again, the comment is:
Could anyone help me out? Thanks. :)
By "fatal" in the title, I do not mean my computer explodes and kills everyone in the immediate vicinity. I mean that Xcode fails the build. Here is where it goes wrong:
static bool setSourceRect(void* obj, const char* data) { static_cast<t2dScroller*>(obj)->setSourceRect(&getStringElementRectI(data)); return false; };The error is on this part of the string:
getStringElementRectI(data)
Quote:Taking the address of a temporary object of type "Recl"
There is a similar error the comes right after:
scroller->setSourceRect(&getSourceRect());
The error is on this part:
getSourceRect()
Again, the comment is:
Quote:Taking the address of a temporary object of type "Recl"
Could anyone help me out? Thanks. :)
Associate Peter Robinson