INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: MJ crashes when AV installed.  (Read 1118 times)

Nikolay

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1681
  • Former CTO, JRiver, Inc.
MJ crashes when AV installed.
« on: May 15, 2002, 07:32:11 am »

Rhino,

Are you subclassing any of MJ controls like ListBox for example?

If AV installed, MJ crashes when listbox in options scrolled. And call stack shows that the call came from VB.

Nikolay.
Logged

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
RE:MJ crashes when AV installed.
« Reply #1 on: May 15, 2002, 07:56:49 am »

I'm subclassing the scrollbars (for my thumbnail control) ... but only those created within AV.

I know that there is a problem and it is next on my "to investigate" list after the memory leak.
Logged

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
RE:MJ crashes when AV installed.
« Reply #2 on: May 15, 2002, 09:10:23 am »

Just to let you know Nikolay I have fixed the problem ... adding a simple "On Error Resume Next" to my mouse wheel handler proc fixed the crash ... even though all the proc did was call the next in line if it wasn't my window.
Logged
Pages: [1]   Go Up