cancel
Showing results for 
Search instead for 
Did you mean: 

USB_DK3200_Demo-Example

daniel52079
Associate II
Posted on May 26, 2004 at 07:56

USB_DK3200_Demo-Example

4 REPLIES 4
daniel52079
Associate II
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 ]

daniel52079
Associate II
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

joseph2399
Associate II
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?

sjo
Associate II
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