debugging a standalone exe in visual studio

windows ce

    Next

  • 1. Embedded VC Problem
    I created a new "Hello world" project I compile the programe at once without do anything but i can't pass the compile, the error is as follow: --------------------Configuration: test3 - Win32 (WCE emulator) Debug-------------------- Linking... CVTRES : fatal error CVT1102: out of memory; 40 bytes required LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt Error executing link.exe. What can i do?
  • 2. Is it possible that a pointer's value is changed on Pocket PC with ARM processor?
    Hi: I use eVC++ 3.0 to write an application running on Pocket PC with (ARM processor) and Pocket PC 2002 operating systems. I met a weird pointer problem on device, but app. runs well on emulator. Below is simplified problem description. Great thanks to any reply. I have a linked list pointed by a global variable root; and a node class A. A has a pointer pointing to previous A; In A's constructor, A links itself to the linked list; In A's destructor, A remove itself from the linked list; I traced the value of this in A() and ~A(). And find on device when ~A() is called, the value of "this" is changed. e.g. chain has nodes -- 2010E640 -- 2010E634 -- 2010E628 -- 2010E61C but when ~A() is called 2010E640 become 2010E564, 2010E634 become 2010E558, 2010E628 become 2010E54C, 2010E61C become 2010E540, Below is class A's declaration: static A* root = NULL; class A{ A(); virtual ~A(); private: A* m_prev; } class A:A(){ ---link to chain; ---output this; } class A:~A(){ ---remove from chain; ---output this; } William
  • 3. Pocket PC 2002 doesn't close sockets. Why?
    Hi. I have a problem with sockets in PPC2002. I have made a socket client on my pocket pc and it connects to a socket server somewhere. When my pocket pc is in the cradle and connected via active sync to my pc, then connection from socket client to socket server works fine. But when I disconnect the device from the cradle, the connection doesn't close! Normally (atleast in pocket pc 2000!) the recv() function realises that the socket connection has been lost and returns. But in pocket pc 2002 it doesn't return. I have to first call send() and only after that the recv() realises that the socket is no longer connected. Why??? Why does it work fine in PPC2000 but not in PPC2002? If the pocket pc is in the cradle and I pull off the network cable from my pc, the connection lost as it should be. So that works well, but what keeps the socket connected after taking the device out of the cradle? Has anybody the same problem. Has it something to do with the active sync? What can I do? Thanks for advance. JJ.
  • 4. Implementing a kiosk mode feature in a Pocket PC
    Define "kiosk mode". What applications are affected? What input methods does the user have (mouse, trackball, touch, keyboard)? Paul T. "Anderson Takemitsu Kubota" < XXXX@XXXXX.COM > wrote in message news: XXXX@XXXXX.COM ... > Hi! > > I need to implement a kiosk mode feature in PPC. > Did anyone ever do it? > How should I proceed? > > Thank you, > > Anderson T. Kubota > >

debugging a standalone exe in visual studio

Postby bebop » Thu, 17 Aug 2006 00:35:02 GMT

I have to debug an application compiled with evc4, but I don't now how
to load the exe into the IDE. Can anyone help me?


Re: debugging a standalone exe in visual studio

Postby Paul G. Tobey [eMVP] » Thu, 17 Aug 2006 01:08:47 GMT

You can't do that (debug an eVC EXE with Visual Studio).  Use eVC to debug 
it.

Paul T.








Similar Threads:

1..exe debug without sources from Visual Studio 2005

2.debugging a secondary exe with Visual Studio .NET

Please excuse (and guide?) me if this is off topic here.

I am trying to debug a C++ application in .NET. Let's say the name of
my application is Foo.

The problem is that Foo.exe must be executed indirectly through another
program (which essentially ensures to run multiple copies of Foo.exe
simultanously, and help them "communicate" with each other). In order
to achieve this I set up debugging action (from the Project Property
pages) to call this program and indicated Foo.exe as the command
arguement to this program.

I can not succeed in debugging my application, the Foo.exe. How is this
possible? 

thanks 
- slyi

3.visual studio standalone soap server

Hi,

Does anyone know if its possible to build a standalone
soap service with Visual  Studio 2005 ?
Now an amx file is generated for use with IIS.


Rob Frohwein

4.Installing Visual Studio .Net Enterprise Architect on same machine as Visual Studio .Net

I am trying to install .Net Enterprise Architect on my machine, where
I currently have a working copy of .Net Developer. I have the
following questions/concerns:

1) When I run the installation, I am asked to load the pre-requisites.
I had already loaded these before I installed .Net Developer. I could
go ahead and run
n:\setup\Setup.exe /NO_BSLN_CHECK,
however, I want to make sure that will not cause any problems.

2) My biggest question is, can I load the .Net Enterprise Architect
version on the same machine as the .Net Developer version, or will
this cause any problems?

TIA,
Poonam

5.installing Visual Studio 2003 and Visual Studio 2005

First, i want to partition my hard drive, then install visual studio 2003 and 
2005. Partitioning a drive, i think would require partition magic or any 
other software doing that.

Questions,

1. Can .NET 1.1 and .NET 2.0 be installed on MCE 2005, without a problem?

2. How can i get media center image on my cd/dvd to install again on the 
computer, the existing software came with the desktop, and i do not have 
media center cd/dvd, in short how do i make mce2005 cd/dvd one from the 
existing installed software?

Thanking you in advance for your replies.
-- 
Hemant Singh

6. Going from Visual Studio 6.0 to Visual Studio 2003

7. Visual Studio 6.0 -> Visual studio .NET 2003

8. Updates for VB, Visual Studio .Net 2003, Visual Studio 2005



Return to windows ce

 

Who is online

Users browsing this forum: No registered users and 91 guest