Re: How to Find Memory Used (IVF 9.1, WinXP)




Jugoslav Dujic wrote:
John S wrote:
| Using my MSDN with IVF Visual Studio, I found the GetProcessMemoryInfo along
| with sample C code.
|
| Since I already use some C subroutines from Fortran, it was easy to add this
| as a routine and call it.
....

USE IFWIN or USE KERNEL32 would have been simpler :-).
GetCurrentProcessId returns the pid.


Intel has apparently added more of the kernel API entry
points--GetProcessMemoryInfo wasn't included in the CVF distribution of
kernel32.f90 so seemed likely when John said he didn't find it, it was
because it wasn't there... :)

.