Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/07/2005 at 11:54, xxxxxxxx wrote:
User Information: Cinema 4D Version: Platform: Windows ; Language(s) : C++ ;
--------- Hi, Anyone got an idea why DrawText("MyText", 2,2) is not working. I use it in a normal GeUserArea and all other functions like DrawBorder(... DrawSetPen(... DrawLine(.. are working....? regards,
On 04/07/2005 at 14:06, xxxxxxxx wrote:
Ok, it seems that the call is connecting to the windows DrawTextA. I'm including windows.h indeed for other reasons. How can i undef the windows function ? regards,
On 04/07/2005 at 14:10, xxxxxxxx wrote:
Ok, talking to myself again.
It's just a: #undef DrawText This solves the conflicting function calls thanks, Regards,