Skip to main content
Visitor II
May 26, 2004
Question

USB_DK3200_Demo-Example

  • May 26, 2004
  • 4 replies
  • 792 views
Posted on May 26, 2004 at 07:56

USB_DK3200_Demo-Example

    This topic has been closed for replies.

    4 replies

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 12:01

    I only want to know, for what this vcl.h is needed for????

    because it isn't a standard library!! it means isn't supported with Visual Studio or i am wrong!!!!

    Includes in the USB-Demo!!!!!

    include ''vcl.h''

    <-- this one

    include ''setupapi.h''

    include ''stdio.h''

    include ''DateUtils.hpp''

    ....

    include ''app_intr.h'' <--MCU_CMD class

    include ''USB_demo.h'' <--mainDialog

    .... sourcecode

    [ This message was edited by: daniel24 on 26-05-2004 11:08 ]

    [ This message was edited by: daniel24 on 26-05-2004 11:09 ]

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 12:01

    Hello,

    I 've downloaded the curruent USB_Demo and it work really fine!

    But now i want to modify a couple of things that i could use it for my purposes.

    My Problem is the

    'vcl.h' isn't surported in the *.zip File!

    I want to know, which informations are containing in this library??

    And for what functions is it neseccary?

    Best regards

    DANIEL

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 12:01

    Glad to hear the USB Demo is working well for you.

    What is the ''vcl.h'' file you are referring to?

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 12:01

    The window program is written for Borland C++ Builder, the vcl.h refers to their Visual Component library.

    Porting to Visual C would not be to much of a problem.

    Regards

    sjo