rjantz
(RJ)
1
What are the command line options for rodl2code.exe for generating an implementation .pas file with the options shown in the graphic below?
It looks from the help displayed by the command line that I can set the code first option but how can I set the others?
EvgenyK
(Evgeny Karpov)
2
Hi,
these options aren’t supported by rodl2code.
if you want, you can create Delphi utility based on attached Delphi example rocg4_helper.zip (21.6 KB)
rjantz
(RJ)
6
I am unable to compile the rocg4_helper project because I have not been able to locate a dcu or pas file named ToolsAPI. Any ideas where it might be?
EvgenyK
(Evgeny Karpov)
7
Hi,
add C:\Program Files (x86)\RemObjects Software\RemObjects SDK for Delphi\Source\IDE
to Search Path
and rebuild project.
In this case, uROCodegen4Helper
unit will be compiled w/o design-time units
1 Like
bugs://D19181 was closed as fixed.
fvancrae
(Frederic Vancraeyveldt)
9
FYI: I get another error but it can also be resolved by expanding the search path

Note: My v10.0.0.1521 still has to add the searchpath for ToolsAPI too
EvgenyK
(Evgeny Karpov)
11
Hi,
{$IFDEF DESIGNTIME}uEWOTAHelpers,{$ENDIF}
this unit is required in DESIGNTIME mode, i.e. when this file is used in RO_IDE package only