Thread: How-to use DLL and ActiveX in a C program

  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    1

    How-to use DLL and ActiveX in a C program

    Good morning.

    How can i declare and use ActiveX (or DLL) in a C (not C++)program ? I'm using the dev-c++ compiler.

    Tnx,
    Breck.

  2. #2
    Im a Capricorn vsriharsha's Avatar
    Join Date
    Feb 2002
    Posts
    192

    Thumbs up Check this post

    Check this out...

    This Post

    -Harsha
    Last edited by vsriharsha; 08-27-2004 at 02:54 AM. Reason: Link Not Proper
    Help everyone you can

  3. #3
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    For ActiveX objects, check out the free DispHelper COM Helper library. Included are over 20 samples, all compilable with Dev-C++.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using an OCX ( ActiveX) control in a non-MFC application?
    By abachler in forum Windows Programming
    Replies: 0
    Last Post: 05-07-2007, 08:43 AM
  2. Calling a VB DLL w/ forms from C++ DLL
    By UW_COOP in forum C++ Programming
    Replies: 8
    Last Post: 06-30-2003, 08:04 AM
  3. Accessing varibles in a DLL from VB in run-time.
    By Dirty Sanchez in forum Windows Programming
    Replies: 1
    Last Post: 04-27-2003, 11:25 AM
  4. ActiveX question
    By DominicTrix in forum Windows Programming
    Replies: 2
    Last Post: 04-13-2003, 09:44 PM
  5. Passing parameters from VB to C++ through ActiveX DLL
    By torbjorn in forum Windows Programming
    Replies: 0
    Last Post: 12-10-2002, 03:13 AM