Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

find amount of memory my program uses

Status
Not open for further replies.

lleemon

Programmer
Mar 26, 2002
21
GB
Does anyone know of a tool or code that I can use to determine how much memory is needed to run a application? I created a vb app and someone tried to use and worked but they got a Run-time error 13. Type mismatch and I am wondering if it's a memory issue. They are running Win95 with only 8MB of memory.

Thanks for the help in advance.
LEe
 
The runtime error type mismatch probably comes from a call you made that doesn't exist on 98. Craig, mailto:sander@cogeco.ca

Si hoc legere scis, nimis eruditionis habes
 
A type mismatch error comes from doing something like the following:

MyInteger = "Some Text"

It has nothing to do with memory. Add error handlers to determine where the error is occuring and then fix it.
-Adam T. Courtney
Stratagem, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top