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

Client App using Remote ActiveX component

Status
Not open for further replies.

yen

Programmer
Oct 28, 1999
3
0
0
US
I am currently developing a client application to work with a remote ActiveX component. Both client app and server component developed were in Visual Basic 6, Enterprise Edition. Everything works fine using late binding.<br>
<br>
However, we want to use early binding because we forsee passing UDTs. Using early binding, the object is correctly instatiated on the server machine and seems to be sending information back to the client machine. Then, the client machine bombs. The error is:<br>
<br>
Instruction at &quot;0x00000000&quot; referenced memory at &quot;0x00000000.&quot; The memory could not be &quot;read.&quot;<br>
<br>
Any ideas about what the problem is would be greatly appreciated.
 
Don't know - but there's a good explanation of binding in Dan Appleman's book on writing ActiveX controls. I'd start there.<br>
<br>
Mike<br>
<p>Mike Lacey<br><a href=mailto:Mike_Lacey@Cargill.Com>Mike_Lacey@Cargill.Com</a><br><a href= Cargill's Corporate Web Site</a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top