Results 1 to 4 of 4

Thread: Vcl?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,091

    Vcl?

    Hi,

    Can Visual C++ do VCL? If not, it seems to me that C++ Builder is a much better value than Visual C++ because you can do VCL and ATL.

    What I like about that is that I can sell native components for both Visual Basic and Delphi users from the same code, right? Or is that an incorrect assumption?

    Any help would be appreciated..

    Dan

    Visual Studio 2010

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    VC++ has the ATL library. VCL is, if I'm right, the Borland equivalent of the MFC.

    What do you mean by "native components"? You can write COM objects with VC++, and those are as native to VB as anything. I don't know about Delphi, the one that you mean is probably the one of Borland Delphi Builder (which I hate). But COM objects can be accessed from about any language.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,091
    I didn't think that VCL was the equivalent of MFC. I thought that VCL was the equivalent of an ActiveX component, but for the C++/Delphi Builder world..

    I know that ActiveX can usually be used from within Delphi but it is not native to the language as VCL is so sometimes ActiveX components do not work with Delphi.

    I'm just trying to figure out which one is a better value (C++ Builder or Visual C++). When I start producing components, I would like to have the largest audience and not want to have to recode for each language. I don't think the Delphi world should be ignored when developing components because there are a large number of them still around..

    Any one else have some insight on this topic?

    Thanks,

    Dan

    Visual Studio 2010

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    As ActiveX was developed as a completly language-independent system, it should make no difference which compiler you are using. Use the one you know better or find better to work with. I just love the IDE ov VC++, but I never tried the builder. Only Delphi, and I hated it.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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