Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

The package project files are in the repository: DScpComp.cbproj and RScpComp.cbproj
stlcours

I have successfully created the packages of Delphi components. But I fail to create for the C++ components: ThemePageControl and UnixDirView and UnixDriveView. They have many dependences... Could you upload your package file (.cbproj) for these two components to install into IDE? Because I want to change somethings for the main UI.

Thanks, Best regards
martin

Re: Error of Form Progress, not found TBXDock.cpp

The TTBXDock is implemented in packages\tbx\TBX.pas
stlcours

Error of Form Progress, not found TBXDock.cpp

I have build all necessary libraries, including tb2k and tbxp, finally I can generate winscp.exe of WinSCP-6.1.2
But when I open the progress.cpp form in the ScpForms.lib, it shows the error:

I only find TB2Dock.hpp, but there is no TBXDock.cpp
What should I do can resolve this problem?
Another thing, could you tell me a little what you have modified for tb2k and tbxp?
So maybe I can modify it myself to resolve. In fact, I am a Delphier...