Thread: DLL versus OCX

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

    DLL versus OCX

    Hi,


    Does anybody know the exact difference between a DLL and an OCX file?
    I understand that they are both dynamic library files or am i wrong?

    Is it possible to write an OCX file an include this in an VB.NET application?

    ---

    At my internship i'm supposed to write a library in C++ that can be included into a Visual Basic application.

    Software is Visual Studio 2005 Professional

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    One question is not about programming, the other is not about C++. Wrong forum.

    http://www.google.com/search?hl=en&q...=Google+Search
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  3. DLL and std::string woes!
    By Magos in forum C++ Programming
    Replies: 7
    Last Post: 09-08-2004, 12:34 PM
  4. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM
  5. DLL & OCX into exe
    By (TNT) in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 04-14-2002, 09:10 AM