BCB 6 Demo Code?
BCB 6 Demo Code?
I just purchased VCL Scheduling Agent, and it looks like it has everything that I need. Is there any demo code for C++ Builder 6? The only example code that came with the package is for Delphi.
Hello,
The new BCB demo project is now available for download from
http://www.sicomponents.com/soft/demo_sa_bcb.zip
This demo will be also included in the next version release of SiComoponents Scheduling Agent.
The new BCB demo project is now available for download from
http://www.sicomponents.com/soft/demo_sa_bcb.zip
This demo will be also included in the next version release of SiComoponents Scheduling Agent.
Best regards,
Serghei Gaivan
Serghei Gaivan
re: BCB 6 Demo Code?
Hi,
Thanks for the demo code, but I can't seem to get it to build under BCB 6. I'm getting all kinds of errors with regard to your use of many of the shell extension objects and functions. Any ideas on what I can try to make this work?
Thanks for the demo code, but I can't seem to get it to build under BCB 6. I'm getting all kinds of errors with regard to your use of many of the shell extension objects and functions. Any ideas on what I can try to make this work?
Hello,
Here the Borland's trick to solve this issue under BCB6 (taken from ShlObj.hpp):
NO_WIN32_LEAN_AND_MEAN, and then re-build the project.
Here the Borland's trick to solve this issue under BCB6 (taken from ShlObj.hpp):
So, open the "Project|Options...", add this conditional define// If problems occur when compiling win32 structs, records, or
// unions, please define NO_WIN32_LEAN_AND_MEAN to force inclusion
// of Windows header files.
NO_WIN32_LEAN_AND_MEAN, and then re-build the project.
Best regards,
Serghei Gaivan
Serghei Gaivan
re: BCB 6 Demo Code?
Thanks! That did the trick.
[/quote]
[/quote]