Recent content by Rethdakair

  1. Rethdakair

    Want to Create Plugin using VB

    I don't want to disapoint you, Prashanth Deshmukh , but VB6 does ActiveX Dll. Those are more like OCX, than standard Dll. From my researches (cause I tried), there is no way to do a Dll in VB6 and below that is compatible with other program than VB, unless that program supports Microsoft's OCX...
  2. Rethdakair

    Plug-In dev --> Access violation at address 000000000. Read of address 000000000

    OK. That's it, I'm officially blind. The Unit PlugInIntf doesn't export the procedure RegisterCallback. Just added it to the unit and now it does work. Rule # 1, when there's no post about it, wheter it is a new bug or it so obvious no one is talking about it ! :-)
  3. Rethdakair

    Plug-In dev --> Access violation at address 000000000. Read of address 000000000

    Hello. I'm using PL/SQL Trial version in disconnected mode without any Oracle installed. I'm trying to develop a "query reference" plugin in Delphi 7. Delphi is not on the same machine as will be the PLSQL developper prog and Oracle database access. When I try to use IDE_SETEXT( PChar) or...
Back
Top