OK, that's my mistake. In the released source code, there is no implementation for DoAssert. Please change the definition of macro assert in core/Common.h to no-op. And rebuild all projects.
- martin
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
I passed this above error by manually creating a "lib" directory.
However, I got the error saying "Can't find afx.h" when FileZilla is built.
I find out that the personal version Builder 6 doesn't have /include/mfs folder, where afx.h resides.
Any idea how to solve it?
Is C++Builder 6 Personal what I need to compile and trace your source code?
I am reading your code and noticed that for back-end you are using putty and filezilla. From what I read in this Forum, you use Putty for SCP implementation. Do I understand correctly? What else for you are using Putty implementation?
What is the reason that you choose to use FileZilla? Is this your own FiileZilla or the same filezilla as filezilla-project.org
The structure of Winscp, I understand, is
WinSCP GUI Code <->
FileZilla <->
Putty, your SFTP <->
System Call (via Borland Library)
. Am I right? Excuse me if I am totally wrong. Can you give out a simple picture of Winscp architecture.
I plan to purchase Borland C++ builder so I can build and trace the execute flow. (Also get to know about Borland)
Another question, WinSCP is running on Windows but built by Borland C++. How did you get away from using Windows stuff?
Another question, WinSCP is running on Windows but built by Borland C++. How did you get away from using Windows stuff?