[Insight-users] problem when I run project

John Drescher drescherjm at gmail.com
Tue Mar 15 08:25:39 EDT 2011


2011/3/14 michael ma <michael8446 at 126.com>:
> sorry to bother u again.
>
> but when i put a getch() at the end of the main program,before return 0, when i built it . there is a error, it can  not genetrate .exe document.
>
> where did i go wrong?
>

You probably did not include the header necissary for getch. Or you
may need to use _getch

http://msdn.microsoft.com/en-us/library/078sfkak(v=VS.90).aspx

John


More information about the Insight-users mailing list