Thread: how to make a dll

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    4

    how to make a dll

    i want to write a function in c, c++
    and want to make its dll...
    so that i can use it in oracle, to call that function specified in the dll.

  2. #2
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465
    Creating a Win32 DLL
    How to Build and Use a Simple DLL
    Super Easy DLL

    I don't know what Oracle is really, but I'm sure you could link it or load your .DLL at run-time with whatever it is (sicne you are asking this). Those links were found within just a few seconds of google searching, try searching a little bit before asking here eh? Then you can ask a more specific question about problems you are experiencing.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Error C2664 - Trying to call an external Dll
    By jamez05 in forum C++ Programming
    Replies: 3
    Last Post: 08-08-2006, 06:07 AM
  2. Calling a DLL
    By jamez05 in forum C++ Programming
    Replies: 1
    Last Post: 01-05-2006, 11:13 AM
  3. 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
  4. DLL & free() Heap Access Violation
    By kuphryn in forum Windows Programming
    Replies: 0
    Last Post: 08-13-2002, 10:45 PM
  5. Internal Exceptions in a BCB DLL?
    By andy668 in forum Windows Programming
    Replies: 3
    Last Post: 01-07-2002, 10:50 AM