Bruce
Tue Jun 03 07:48:14 PDT 2008
Don't use console I/O like printf.
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG
http://geekswithblogs.net/bruceeitman
EuroTech Inc.
www.EuroTech.com
"cp" <c@d.co> wrote in message news:egxGtXYxIHA.420@TK2MSFTNGP02.phx.gbl...
> Hi,
>
> You are right a command window is launched.
>
> and.. is there any way to launch my app and command window was not
> launched?
>
> Bye,
>
>
> "Valter Minute" <v_a_l_t_e_r.m_i_n_u_t_e@g_m_a_i_l.com> escribió en el
> mensaje news:Xns9AB2A0CF5B308VALTERMINUTE@207.46.248.16...
>> "cp" <c@d.co> wrote in news:#gkMyoXxIHA.1236@TK2MSFTNGP02.phx.gbl:
>>
>>> Hi,
>>>
>>> nop the app is a command line application, nothing about a
>>> graphical window.
>>
>> The commandline applications uses console I/O (printf,scanf etc.)?
>> If you run it on your device and your device has a graphics user
>> interface (does it?) it will open a console (text) window or run
>> inside the same window you used to launch it (CMD, I suppose).
>> That window is graphic and it's updating isn't very fast (scrolling
>> it's also quite slow) and this may impact your application
>> performances since printfs etc. are performed syncrounusly.
>>
>> --
>> Valter Minute
>> www.fortechembeddedlabs.it
>> Training, support and development for Windows CE
>> (the reply address of this message is invalid)
>
>