[ANN] Dr.Explain 3.0 : Software Documentation Writing Gets Easy
Tue, 11 Mar 2008 18:45:56 +0400
Dr.Explain v.3.0 is an innovative software documentation tool.
What benefits will the Dr.Explain bring to you as software vendor:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thanks to unique technology, with Dr.Explain you can produce attractive and
professional looking help files just in a few hours, not in days.
...
|
AppVerifier: HeapWalk returns ERROR_INVALID_FUNCTION
Mon, 10 Mar 2008 15:11:06 -0700
When I call HeapWalk with AppVerifier running, the function returns
ERROR_INVALID_FUNCTION.Does AppVerifier supports HeapWalk function?
//hHeap is a valid handle passed in
PROCESS_HEAP_ENTRY HeapEntry;
memset(&HeapEntry, 0, sizeof(HeapEntry));
while (::HeapWalk(hHeap, &HeapEntry))
{
Blah..blah...
}
D ...
|
Xperf
Thu, 6 Mar 2008 17:39:01 -0800
I'm not seeing much talk about Xperf. Is there a different forum? I have some
questions about getting stack tracing to work.
If you haven't tried it you might want to check it out.
http://www.microsoft.com/whdc/system/sysperf/perftools.mspx
...
|
Application Verifier keep hanging on windows service
Tue, 26 Feb 2008 18:55:01 -0800
All,
I tried to run Application Verifier (version 3.4.0158) against a custom
Windows service but it kept failing when starting the service from Service
Management Console. Every time the error is the same as:
"Error 1053: the service did not respond to the start or control request
in a timely fash ...
|
App Verifier crawls
Tue, 26 Feb 2008 17:26:01 -0800
Hi All,
App verifier makes our program crawl.
The process that takes about 3 seconds at 100% cpu utilization without
App verifier, is not finishing after an hour with App Verifier.
The process does a bunch of xml parsing and dynamic memory allocations.
When App Verifier is enabled, our process eats up ...
|
App Verifier for Windows Mobile 6.0?
Mon, 25 Feb 2008 12:51:02 -0800
Is there a version of Application Verifier for WM 6.0? If not, what is the
strategy for testing WM 6.0 applications the same way as we did with Hopper
and App Verifier for WM 5.0?
Thanks,
semTake ...
|
Heap32Next slow, and HeapWalk crashes
Mon, 25 Feb 2008 00:47:05 -0800
Hi,
I'm trying to write an automation tool for vb6 (therefore i am not within
the process)
Investigation has led me to the CreateToolhelp32Snapshot api.
Which works, but Heap32listnext & Heap32Next is much too slow on a large
application (taking over 6 minutes) to start with.
I investigated further and H ...
|
|
|
How to Package App Verifier on Windows CE 6.0
Thu, 14 Feb 2008 09:46:00 -0800
Can you please let me know how I can package the App verifer to work for
Windows CE?
regards
Karthikeyan ...
|
ASP Detailsview InsertItemTemplate Button Calendar VB
Fri, 8 Feb 2008 19:42:33 -0800 (PST)
Trying to setup the a detailsview template with a Textbox,
Imagebutton, and a Calendar control.
Textbox and Imagebutton are visible, but calendar is not by default
Textbox is the only bound data control
Concept:
User Clicks on the ImageButton of a Calendar and then the Calendar
control becaomes visib ...
|
Our new website
Fri, 8 Feb 2008 15:37:23 -0800
This website is for artist, freelancers, programmers, writers, translators. All who is looking for work.
If you are a skilled professional use page "Add profile" to create your profile.
Also this website is for those who is looking for skilled professional.
If you are looking for a professional use page "Pr ...
|