Compilation Global Constants
Wed, 17 Oct 2007 19:52:01 -0700
I've been trying to put to use some Global Compilation Constants. From what I
understand, I set them up in the Advanced Compiler Settings dialog in the
Custom Constants Filed. The name of my Solution Configuration is DebugOpt and
the proper one is selected. My Constant is "DEMO=TRUE".
Now, in my code I am ...
|
Remote debugging--Good for VC++ bad for C#
Wed, 17 Oct 2007 15:17:09 -0700
I develop some Window console applications in both C++ and C#. Sometimes I
have to debug my applications remotely.
I found it is very easy and nice to do that for my C++ projects, but painful
and confusing for C# projects. While C# is a brand new language from
Microsoft, I had expected everything is done nice ...
|
remote debuging, VS2005, No symbols loaded
Fri, 12 Oct 2007 15:04:44 +0300
Hello all,
I have a plain executable that I'd like to debug remotely.
The machines are on diferent domains so I have chosen to use native transport with no authentications (although I configured the required users, but there was a firewall problem for DCOM communication)
On the remote machine I installed the Remot ...
|
Native C++ Problem: error C2628: 'boolean' followed by 'bool' is illegal (did you forget a ';'?)
Thu, 11 Oct 2007 10:34:45 -0700
When my code has all the necessary include files, I receive the above
error. In trying to isolate the error, I remove all include files
except windows.h and still receive this error in Visual Studio 2005.
>c:\program files\microsoft visual studio 8\vc\platformsdk\include\wtypes.h(1075) : error C2628: 'boolean' ...
|
VS 2003 SP1 Weird Debugger Problem
Thu, 11 Oct 2007 07:26:01 -0700
On one form in my project, when attempting to debug, after the process starts
it automatically removes my breakpoint from the form. If I attempt to put it
back after it has started, it opens a new instance of the code view and
places the breakpoint at random locations on that form that I had not picked.
Even ...
|
How to configure ADPLUS to give full dump on CTRL+C
Wed, 10 Oct 2007 08:26:02 -0700
(this is a repost under managed newsgroup alias)
How do I configure ADPlus to give a full dump on a CTRL+C command window? I
know minidumps are the default behavior.
Thanks in advance for the help.
Bill
...
|
How to configure ADPLUS to give full dump on CTRL+C
Tue, 9 Oct 2007 15:50:20 -0700
I swear I looked all through the ADPlus docs for the answer to the
question:.
How do I configure ADPlus to give a full dump on a CTRL+C command window? I
know minidumps are the default behavior.
Thanks in advance for the help.
Bill
...
|
|
|
Re: Minidumps available !
Tue, 9 Oct 2007 13:20:03 -0700
I am experiencing a similar error, but the crash occurs whenever various,
unconnected folders crash the Windows Explorer. I have just recently
installed an upgrade to Windows Vista Business and this was not occuring
before then.
"Skybuck Flying" wrote:
> Make that 28 !
>
> System just crashed again w ...
|
Debugg custom control developed in VB6
Fri, 5 Oct 2007 05:52:00 -0700
Developed a VB6 controll, OCX. Using it in Visual Studio 2005 Form.
My Question, is it possible to debugg the VB6 controll from VB6. I can use
binary debugging in VS 2005, but I would like to debugg the OCX in VB6.
Debugging ordinary COM objects works fine, create them in VS2005 and then
debugg it in VB6. A ...
|
What is the "Title" In Attach To Process
Mon, 1 Oct 2007 21:17:00 -0700
In Visual Studio under Debug | Attach To Process In the Attach To Process
Dialog there are a list of processes, one of the columns is "Title", what is
the Title? Is it the Caption of the MainWindow for the Process? Is it the
process name?
-Wayne ...
|