| ||||||||
Technical Support Support Resources
Product Information | µVISION: USER APPLICATION OUTPUT MISSINGInformation in this article applies to:
QUESTIONWhen I start an application from µVision's Tools menu, the output does not appear in the Output Window - Command tab. Can you tell me why my user output fails? This application was written with Microsoft Visual Studio and uses the function cprintf to output text. ANSWERThe output from the cprintf function cannot be redirected. µVision redirects the STDIO output pipe that is accessed by the printf function. When you write a console application, If you replace all cprintf by printf calls, your application should integrate into the µVision IDE as a user application. MORE INFORMATION
SEE ALSOLast Reviewed: Thursday, January 11, 2007 | |||||||
| ||||||||