#ROGEN has a relative paths problem

Hello Remobjects team,

in one of my Delphi XE projects, Remobjects SDK (8.3.90.1157) writes a message into the Delphi IDE event log when I perform a full build.

The message reads “[Note] RODL file …\Status Webservice\statuslibrary.rodl” does not exist.
I can definitely confirm that the file does exist.

In my DPR File I have the following line:
{#ROGEN:…\Status Webservice\statuslibrary.rodl} // RemObjects: Careful, do not remove!

Using a fully qualified path instead of a relative path works, but I’d rather not do that (It makes the project less portable).

use

{#ROGEN:../Status Webservice/statuslibrary.rodl} // RemObjects: Careful, do not remove!

Thanks, unix-style slashes work!

Thanks, logged as bugs://76011

I’ve logged issue for supporting windows-style slashes

bugs://76011 got closed with status fixed.

Logged as bugs://i63941.

bugs://i63941 was closed as fixed.