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

Re: Run WinSCP in RAD Studio

You have to build and install all .bpl projects.
Though as per the "Readme", WinSCP needs C++ Builder XE6, not 12.

We are currently trying to migrate WinSCP to newer version of C++ Builder, buyt we are facing major issue with the debugger:
https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-903
Consider subscribing or commenting to bump the issue.
nsaenzz

Run WinSCP in RAD Studio

Hello; I am new to this. I just download Embarcadero RAD Studio 12.1.
I installed "Build Tools and Agents for Visual Studio 2022"
I opened the project: \source\WinSCP.groupproj in RAD Studio Architect 12
I am having a few issues:

  • When I open a file in WinSCP.exe\forms an error message pops up:
    Class TTBXDock not found. ....

  • When I try to run the program an error message shows up:
    [DCC Fatal Error] ComboEdit.pas(341): F2613 Unit 'PasTools' not found.


I don't know how to fix these issues. I haven't changed anything in the code yet.
I am using Windows 11.
Thank you