Where can I find .hpp files

Hi all,

I try to build a webservice in C++Builder. When I turn my application into a remobjects-project,
a line in the main-unit is added:

#include <uROCOMInit.hpp>

When I compile my project that there is an error that the file uROCOMInit.hpp can not be found.

Where can I find the necessary .hpp-files ?

Regards.

Josef

Hi,

this file should be generated automatically during installing of full version.
Trial version doesn’t have C++Builder support.

by other hand, if you have full version, you can regenerate C++Builder files manually from correspondent .pas files.

Thanks for the quick answer.

Josef