Login Page - Create Account

Support Board


Date/Time: Sat, 11 Jan 2025 19:52:21 +0000



Post From: Remote Build problem: can't find #include file

[2016-12-23 00:49:32]
User129630 - Posts: 22
I have a main.cpp which include another mylib.cpp (my own library), such as

#include "mylib.cpp"

The Remote Build doesn't seem to recognize the include of this file and complain all the functions referenced (used) by the main.cpp from the mylib.cpp "were not declared in this scope". It seems the Remote Build can't find this mylib.cpp file, where it is resided at the same directory as main.cpp. The same main.cpp were compiled and executed fine with the old compiler.

Any suggestion of what the fix is will be appreciated.