Results 1 to 3 of 3

Thread: refernced memory at "0x27581771" error at the time of IE close

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    1

    Question refernced memory at "0x27581771" error at the time of IE close

    I have made an OCX (in VB) that we use to loaded in IE6.0. IObjectSafety interface is used in the ocx for Object safety.

    Problem is at the time of closing the IE. When we close IE then it is giving reference memory error
    Error detail: The instruction at "0x27581771" refernced memory at "0x27581771". The memory could not be "read".

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    1) are you using any external files or databasses which aren't being unloaded properly when your app/control exits?

    2) Can you run this in the vb ide okay or does the debugger specify an error line?

    3) What parameters does the IObjectSafety call use (as I can only find C++ sameples using this) and what values are you passing to these parameters?

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253
    Are you using 'End' ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width