'AdvToolBar.hpp' file not found error when building

Asked 2 years ago, Updated 2 years ago, 31 views

I am trying to build a project file created with Borland C++ Builder 6 that can be partially added to a new project in C++ Builder 10.3.

When I added three files to the project, Main.cpp, Main.h, Main.dfm, I got the following error:

[bcc32c fatal error] Main.h(13): 'AdvToolBar.hpp' file not found

This error should not be found in

#include "AdvToolBar.hpp"

Do you mean that I cannot include this file called AdvToolBar.hpp because it is not on my PC?
Please check if you have this file and let me know how to avoid the error.

c++

2022-09-30 11:17

1 Answers

Error this time

[bcc32c fatal error] Main.h(13): 'AdvToolBar.hpp' file not found

This is a screen capture when it could be avoided.I will post an image for myself so that I won't forget it.

Enter a description of the image here


2022-09-30 11:17

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.