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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB Application Error - memory could not be "read"

Status
Not open for further replies.

edrny42

Programmer
Oct 20, 2000
1
US
HELP!!! I am running Windows NT Workstation and Visual Studio 6 - within Visual Basic I can run programs, view the code behind modules and forms but when I attempt to view the object of a form I get the following error:

The instruction at 0x004581f1 referenced memory could not be "read".

I then have to exit VB altogether...

I have done the reinstall bit to no avail...

I am hoping to NOT waste days rebuilding my computer (way too full of many many months of hard work!!)

[sig][/sig]
 
I had the same error when calling an VC++ API from a VB application. This error was due to the fact that I had the wrong types of arguments passed to the API in the declare function statement.

Can you paste the code that gives the error?? [sig]<p>Simon<br>[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top