2004-05-25 10:56 PM
2011-05-17 03:01 AM
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 ]2011-05-17 03:01 AM
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 DANIEL2011-05-17 03:01 AM
Glad to hear the USB Demo is working well for you.
What is the ''vcl.h'' file you are referring to?2011-05-17 03:01 AM
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