Command Window
Fri, 19 Oct 2007 17:45:01 -0700
From what I have read the Command window is similar to the Immediate Window
in MS Access, thus you can type in the name of a function prefixed with a ?
and run the function while the application is NOT running. For example, to
test this, I created a PUBLIC Function Adding(byval x as integer, byval y as
inte ...
|
Open Form Flickering
Thu, 18 Oct 2007 12:15:02 -0700
I have three forms, a MDI Parent and 2 MID Child forms.
When i initially load my MDI Parent with the initial MDI Child, everything
looks fine. But, when I click on a button in my first MDI Child that opens
another MID Child, the new form flickers and jumps. It seems my MDI Child is
opening in Normal Mode po ...
|
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 ...
|