Re: ce6.0 subproject templates by swaldraf
swaldraf
Mon Mar 31 05:49:25 PDT 2008
On 27 Mrz., 15:09, Valter Minute
<v_a_l_t_e_r.m_i_n_u_t_e@g_m_a_i_l.com> wrote:
> "Dean Ramsier" <ramsiernos...@nospam.com> wrote innews:eqZ96uAkIHA.1744@TK=
2MSFTNGP05.phx.gbl:
>
> > You can also run a second instance of VS2005 to do your application
> > development...
>
> I forgot about that option... or my memory removed the experience of
> running two instances of Visual Studio 2005 on my laptop as somehing
> so painful that deserves to be forgotten :)
>
> I'm joking, this is the right solution, mostly if you don't need to do
> this sort of "double" debugging often.
>
> You should run VS2005 debugger client (ConnManClient2) on the device
> and be able to activate and ActiveSync or network connection (even
> over KITL if you have VMINI enabled) and you may experience some kind
> of "interactions" between the two debuggers during module loading
> (usually PB will ask for symbols and the VS debugger seems to be
> frozen) or when an exception happens inside your application.
>
> --
> Valter Minutewww.fortechembeddedlabs.it
> Training, support and development for Windows CE
> (the reply address of this message is invalid)
Hi,
First of all thanks for all your answers.
I have changed sources-file so that it links the mfc-libs, modified
the makefile an got a running MFC-App with a Resource-File (incl
dialog) as a subproject.
After working a while at the code and the dialog, the dialog-wizard
doesnt work anymore (cant add event handler for buttons ....).
I can build the project but without dialog-wizard it isnt funny to
work with.
Then I tried to use a second vs2005 instance using ConnManClient2.
This worked fine on one PC, but the same projct doesnt work on another
PC.
There is a successful connection, but a deploy failed with following
message:
"Deployment and/or registration failed with error: 0x8973190e. Error
writing file '\Test.exe'. Error 0x8007274c: Ein Verbindungsversuch ist
fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne
nicht ordnungsgem=E4=DF reagiert hat, oder die hergestellte Verbindung war
fehlerhaft, da der verbundene Host nicht reagiert hat."
Any suggestions ?