Results 1 to 2 of 2

Thread: activex dll's in other laguages

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 1999
    Location
    u.s.a
    Posts
    127
    Are the common dll's in the windows system available in all languages?
    In other words is the comdlg32.dll the same for c++ and VB?
    If know that the ADO dll available for vb users, then I can use the same dll for C++?
    If so, is there not a problem with data type compatibility?
    Thanks.
    Dan.

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    DAO Dlls and Comdlg32.dll are completely different.
    Comdlg32.dll is a static C dll which for you in order to use will requre declare each function (or sub) of that DLL.
    It is the same as using windows API.

    DAO DLLs are activeX DLLs and require a reference from within your application. You use properties and methods of that DLL to get the functionality of it.

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