DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

Results 1 to 3 of 3
  1. #1
    Jonathan Morrison Guest

    Re: about third party library files


    Manisha,
    If you could give me a brief description of the application you are converting
    from(i.e. what it does) and the third-party DLLs (i.e. are they COM DLLs
    or regular Windows DLLs), I would be happy to try to help you.

    Thanks,
    Jonathan

    "Manisha" <mrsmanisha@hotamail.com> wrote:
    >
    >Hi,
    >I am novice to C++ and have developed an application in Visual basic using
    >third party dlls. I have to convert this application in C++ and
    >I am looking for the best approach to do that. I specifically want to know
    >what would be the best approach to deal with Library files. What should

    be
    >my project type?
    >Would it be advisable to use MFC library with this.
    >I would appreciate your help with this.
    >Thanks,
    >Manisha



  2. #2
    Manisha Guest

    Re: about third party library files


    Hi,
    First of all to answer your question about type of dll- Well, I am using
    com dll from Entrust.
    Let me give you brief description of my vb app. The application which I have
    developed using VB and Third Party com dll is a
    command line utility performing cryptographic actions. I have referenced
    those dlls in my vb applications.
    Now I would like to use their C++ Com toolkit and convert the same applications
    in C++.
    I hope I have given you required description to guide me. Please let me know
    if you would like to know more.
    Thanks for replying.
    Manisha

    "Jonathan Morrison" <jonathanm@mindspring.com> wrote:
    >
    >Manisha,
    >If you could give me a brief description of the application you are converting
    >from(i.e. what it does) and the third-party DLLs (i.e. are they COM DLLs
    >or regular Windows DLLs), I would be happy to try to help you.
    >
    >Thanks,
    >Jonathan
    >
    >"Manisha" <mrsmanisha@hotamail.com> wrote:
    >>
    >>Hi,
    >>I am novice to C++ and have developed an application in Visual basic using
    >>third party dlls. I have to convert this application in C++ and
    >>I am looking for the best approach to do that. I specifically want to know
    >>what would be the best approach to deal with Library files. What should

    >be
    >>my project type?
    >>Would it be advisable to use MFC library with this.
    >>I would appreciate your help with this.
    >>Thanks,
    >>Manisha

    >



  3. #3
    Jonathan Morrison Guest

    Re: about third party library files


    Manisha,
    Good! You are not trying to do a GUI application in C++. :-) The conversion
    of this application to C++ should be fairly painless. All you need to do
    is create a "console application" in VC++ and reference the COM DLLs you
    need. A good example of how to access COM DLLs (ADO in this example) from
    a C++ console application is found here:

    http://msdn.microsoft.com/library/ps...k/mdat9s6h.htm

    You can use this example as a guide for accessing COM DLLs from C++.

    I hope this helps you! :-)

    -Jonathan
    "Manisha" <mrsmanisha@hotmail.com> wrote:
    >
    >Hi,
    >First of all to answer your question about type of dll- Well, I am using
    >com dll from Entrust.
    >Let me give you brief description of my vb app. The application which I

    have
    >developed using VB and Third Party com dll is a
    >command line utility performing cryptographic actions. I have referenced
    >those dlls in my vb applications.
    >Now I would like to use their C++ Com toolkit and convert the same applications
    >in C++.
    >I hope I have given you required description to guide me. Please let me

    know
    >if you would like to know more.
    >Thanks for replying.
    >Manisha
    >
    >"Jonathan Morrison" <jonathanm@mindspring.com> wrote:
    >>
    >>Manisha,
    >>If you could give me a brief description of the application you are converting
    >>from(i.e. what it does) and the third-party DLLs (i.e. are they COM DLLs
    >>or regular Windows DLLs), I would be happy to try to help you.
    >>
    >>Thanks,
    >>Jonathan
    >>
    >>"Manisha" <mrsmanisha@hotamail.com> wrote:
    >>>
    >>>Hi,
    >>>I am novice to C++ and have developed an application in Visual basic using
    >>>third party dlls. I have to convert this application in C++ and
    >>>I am looking for the best approach to do that. I specifically want to

    know
    >>>what would be the best approach to deal with Library files. What should

    >>be
    >>>my project type?
    >>>Would it be advisable to use MFC library with this.
    >>>I would appreciate your help with this.
    >>>Thanks,
    >>>Manisha

    >>

    >



Similar Threads

  1. Working with Crystal Report Ver 10
    By AM003295 in forum VB Classic
    Replies: 4
    Last Post: 08-12-2005, 09:13 PM
  2. Project references to Type library (.tlb) files
    By Heather B. in forum VB Classic
    Replies: 10
    Last Post: 05-14-2001, 04:07 PM
  3. Project references to Type library (.tlb) files
    By Heather B. in forum VB Classic
    Replies: 0
    Last Post: 05-10-2001, 07:42 PM
  4. Replies: 1
    Last Post: 01-02-2001, 01:34 PM
  5. Replace In Files utility released
    By René Whitworth in forum vb.announcements
    Replies: 1
    Last Post: 04-29-2000, 02:54 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links