Wednesday, July 9, 2008

[eVC++] Can't include iostream

Problem: in Embedded VC++ 3/4 you can't seem to include iostream

Solution: Embedded VC++ 3/4 does not support iostream - use stdio.h instead

This got me stuck for a while - it's just a good example of the limitation imposed by development on Windows CE: cout is way too fancy for eVC++ ... you'll have to live with the good old printf.

No comments: