Results 1 to 2 of 2

Thread: Create a DLL to call an EXE

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    N.E. Philadelphia
    Posts
    3

    Exclamation Create a DLL to call an EXE

    I have written a simple VB EXE to call the Lotus Notes class (Notes32.tlb) to send email.
    Now I need to use the VB EXE from a database trigger. The bad thing is that the database trigger can only call a DLL.
    So can a DLL call my VB EXE (which is currently calling another dll - the Lotus Notes Class)? Write such a DLL in VB or I can only use VC++. I am new to Visual C++. How do I go about doing this?

    Thank you in advance.

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    If you make an ActiveX DLL in VB, then you can use COM from C++ to call it. However, COM is a bit over my head since I don't need it and as such didn't bother learning that behemoth of a technology
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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