Ok, but what about this?

Quote:


target_map
Render target for panels and texts. If this parameter is set to a bitmap, the object renders into the bitmap instead of on the screen.
Type:
BMAP* (or file name in definition)
Remarks:

* In the panel definition, a previously defined BMAP, or the file name of an image file can be given. A mere BMAP* pointer can not be used within a definition.
* The panel or text position determines the render position within the target_map.





It says it's for 7.06, which is the version I currently have.

It seems to be a new member of the PANEL* struct that allows for rendering to a BMAP.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}