Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rad Studio 10.1 bug with dclDelphiModbus101Berlin.dpk? #7

Closed
Daijobou opened this issue Aug 29, 2016 · 0 comments
Closed

Rad Studio 10.1 bug with dclDelphiModbus101Berlin.dpk? #7

Daijobou opened this issue Aug 29, 2016 · 0 comments

Comments

@Daijobou
Copy link

Daijobou commented Aug 29, 2016

I have a strange issue. Compile with C++Builder 10.1 I get this error:
[dcc32 Fehler] dclDelphiModbus101Berlin.dpk(33): E2029 'END' erwartet, aber Bezeichner 'rrequires' gefunden

Rad Studio 10.1 show me this

package dclDelphiModbus101Berlin;

{$R *.res}
{$R '..\source\ModbusReg.dcr'}
.....

rrequires
rtl,
DelphiModbus101Berlin,
vcl,
designide,
xmlrtl,
vclactnband,
vclx,
vclimg;

ocontains
ModbusReg in '..\source\ModbusReg.pas',
frm_About in '..\source\frm_About.pas' {frmAbout},
AboutComponentEditor in '..\source\AboutComponentEditor.pas',
ModbusSplash in '..\source\ModbusSplash.pas';

d.

I open that file in a texteditor and see this:

package dclDelphiModbus101Berlin;

{$R *.res}
{$R '..\source\ModbusReg.dcr'}
.....

requires
rtl,
DelphiModbus101Berlin,
vcl,
designide,
xmlrtl,
vclactnband,
vclx,
vclimg;

contains
ModbusReg in '..\source\ModbusReg.pas',
frm_About in '..\source\frm_About.pas' {frmAbout},
AboutComponentEditor in '..\source\AboutComponentEditor.pas',
ModbusSplash in '..\source\ModbusSplash.pas';

end.

What happen here? In texteditor is "requires", "contains" "end." correct. This problem happen every time I open this project and want install the components.

@plpolak plpolak closed this as completed Apr 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants