Are there any free software packages that will display the memory and swap being used by a program? I am running a simulation program on a SUN. Because of the large input files, sometimes I get a...
http://www.experts-exchange.com/Hardware/Misc/Q_10009620.html
This is also a big problem of mine. I was able to read from memory and these kind of things in BPascal but in D3 there is no procedure like MEM or no variable like SEG0040? Please, help me. I need ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10014794.html
What's wrong with my OnDraw function that I loose so much memory?
void CImageView::OnDraw(CDC* pDC)
{
CBitmap* cbitmap = new CBitmap;
cbitmap->LoadBitmap(IDB_BITMAP1);
CDC* pSrcDC = new CDC;
pS...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10021086.htm...
Zones:
Windows MFCDate Answered: 08/24/1997 Grade: D Views: 0
Hello!
I am making a program that capture image from CCD camera, capture image on
specifed memory and then process this captured data..
But capturing doesn't well.. So how can I capture this Image ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10024190.html
Zones:
C++Date Answered: 09/23/1997 Grade: C Views: 0
I use jvc to compile my program, using jview to run, how to setup memory for running just like java -mx -ms. If I use jview, there isn't parameters to setup memory for runing, how much size is defa...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10030308.html
Zones:
JavaDate Answered: 01/01/1998 Grade: C Views: 0
My question concerns storing bitmaps in memory. I wish to
store bitmapped data in memory but I get a problem with
Windows' resources. I think it has something to do with
the device context connecte...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10034504.html
Anyone got CorelDraw run with NT 3.51 ?
CorelDraw 7.0b german say's it won't run under this OS
" 7.0 " seems to install .... (?)
" 4.0 " installs fine, runs but can't s...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10041413.html
Zones:
Windows NTDate Answered: 03/16/1998 Grade: B Views: 0
In a script I am writing, I have a reference to an anonymous 3D array of hashes. This structure takes quite a bit of memory and about half way through the program, it is no longer needed. I would...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10072678.html
Zones:
PerlDate Answered: 08/16/1998 Grade: A Views: 0
Is there a way of passing a string into a function, comparing its value as memory and then return the value of a static variable of another whose name is the same as the string.
I want to be abl...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10074208.html
Zones:
C++Date Answered: 09/13/1998 Grade: C Views: 0
I want to determine a shared memory between two processes. One of the processes uses a device driver that allocates memory for its needs. It returns pointer to this allocated memory. I want to make...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10079574.html