- Posts: 12
- Thank you received: 0
×
Discussions for CodeTyphon Studio Installation and Setup.
Question CairoCanvas problem in lr_e_cairo
- Rafał
- Topic Author
- Offline
- New Member
-
Less
More
1 year 4 months ago #15501
by Rafał
CairoCanvas problem in lr_e_cairo was created by Rafał
Hi All,
I have problem with one project which use Cairo.
In CT7.3 after compilling i have error in lr_e_cairo.pas:
lr_e_cairo.pas (9.58) Fatal: Cannot find CairoCanvas used by lr_e_cairo of package lz_ReportCairoExport.
I have problem with one project which use Cairo.
In CT7.3 after compilling i have error in lr_e_cairo.pas:
lr_e_cairo.pas (9.58) Fatal: Cannot find CairoCanvas used by lr_e_cairo of package lz_ReportCairoExport.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
1 year 4 months ago #15502
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic CairoCanvas problem in lr_e_cairo
Your OS Sir ?
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.
- Rafał
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
1 year 4 months ago - 1 year 4 months ago #15503
by Rafał
Replied by Rafał on topic CairoCanvas problem in lr_e_cairo
Win 8,
Last edit: 1 year 4 months ago by Rafał.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
1 year 4 months ago - 1 year 4 months ago #15504
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic CairoCanvas problem in lr_e_cairo
Open lz_Printers package
CairoCanvasAll.pas unit and
modify the code for your needs.
like
CairoCanvasAll.pas unit and
modify the code for your needs.
like
uses {%H-}CairoCanvas, {%H-}CairoPrinter;
PilotLogic Core Programmer
Last edit: 1 year 4 months ago by Matis A..
The following user(s) said Thank You: Rafał
Please Log in or Create an account to join the conversation.
- Rafał
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
1 year 4 months ago #15506
by Rafał
Replied by Rafał on topic CairoCanvas problem in lr_e_cairo
I remove {%H-}, and now is OK.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
1 year 4 months ago #15507
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic CairoCanvas problem in lr_e_cairo
Thanks
have fun
have fun
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.