ANN: MultiExtractor v2.6.1a update
Sun, 9 Sep 2007 20:53:20 +0200
1. Download and screenshots
2. Information
3. Version history
1. Download and screenshots
Main web site address:
* http://www.multiextractor.com
Screenshots:
* http://www.multiextractor.com/screenshots.html
* http://www.multiextractor.com/screenshots/mxwood.png
* http://www.multiextractor.com/scre ...
|
Mapping memory usage between dll's
Sun, 26 Aug 2007 22:54:01 -0700
Hi,
I have a process that uses a lot of Dll's, part of them were written by me.
The process takes a lot of memory and virtual memory, and I want to see the
memory allocation mapped to each Dll. is there some tool/way that can provide
this functionality? ...
|
Howto create the info in an "update.ver" file?
Sun, 26 Aug 2007 17:09:45 -0500
What tool do you use to create the hashes in the
"update.ver" filename which represents the size, date,
version info etc.
I couldn't find any info on MSofts site that says
a). what tool to use and where to get it.
b). What each of the entries in the "update.ver" represents
That is each field per line ...
|
Windows Installer
Fri, 24 Aug 2007 14:45:01 -0400
I'm sure that this isn't the right group but I cannot figure out whether
there is a right one.
I have a Win32 application that I've built an install set for using VS-2005.
The install seems to work just fine putting all the files in the right place
alright.
However, I would now like to alter one of the f ...
|
Microsoft Installer
Fri, 24 Aug 2007 11:44:17 -0400
I'm sure that this isn't the right group but I cannot figure out whether
there is a right one.
I have a Win32 application that I've built an install set for using VS-2005.
The install seems to work just fine putting all the files in the right place
alright.
However, I would now like to alter one of the f ...
|
An EXE that does exactly the same job as ShellExecute
Fri, 24 Aug 2007 01:20:04 -0700
Hi there,
Is there any exe file in window which launches programs exactly
the same way ShellExecute() does?
I know "cmd.exe" works somewhat similar, but I'm not quite sure
if it works exactly the same way.
In short, I'm wondering if there is a program like this:
WinMain( ..., lpCmdLine, ... )
{
r ...
|
Need clarification on JET_INDEXCREATE documentation
Thu, 23 Aug 2007 10:00:01 -0700
In that documentation I read:
JET_bitIndexPrimary
The index is a primary (clustered) index. Every table must have exactly one
primary index. If no primary index is explicitly defined over a table, then
the database engine will create its own primary index.
So, when database is creating that primary in ...
|
|
|
how to determine free space on a specific CD drive ?
Tue, 21 Aug 2007 20:14:32 -0700
I know the drive letter of the CD drive, and am trying to figure out how
much free space is on the CD in that drive. How can I do this?
For example, I know the drive is D:. I know I can use the IDiscMaster
interface to enumerate through all of the individual recorders, and then use
IDiscRecorder::QueryMed ...
|
Putting a fax into Landscape orientation
Tue, 14 Aug 2007 14:40:02 -0700
I have an application written in Delphi which needs to create a fax in
landscape mode. I have been able to successfully get the fax to go out, but
can't figure out the landscape part. I'm using the winfax.dll to get the
device context with the FaxStartPrintJobA function. Does anyone have a
suggestion on h ...
|
AppVerifier and memory block corruption
Tue, 14 Aug 2007 10:40:02 -0700
I'd like to use AppVerifier to find overrun of alocated memory block on the
heap.
I created simple application with these code:
main(...)
{
char* m=malloc(16);
memset(m,0,17);
}
I have set in AppVerifier test: Basic->Heaps. In Basic->Heap->Properties I
have deafult values. I run application under VC ...
|