Closed circular17 closed 4 years ago
Here are a list of changes for FPC compatibility (in msegui\lib\common\fpccompatibility)
Insert mclasses after Classes in uses clause of:
mclasses
Classes
I suggest to check as well (even if it may not be necessary for BGRABitmap):
Following is a list of unit to add. All of them need to be tweaked with mclasses.
Add zipper unit to fpccompatibility folder. It is found in paszlib package of FPC.
zipper
Add some units for XML support. They are found in fcl-xml package of FPC:
xmlread
xmlreader
xmltextreader
xmlwrite
Add units from package fcl-base:
base64
bufstream
This seems to be a MSEide-MSEgui problem.
Please open a issue here: https://github.com/mse-org/mseide-msegui/issues
Thanks.
Done: https://github.com/mse-org/mseide-msegui/issues/6
Here are a list of changes for FPC compatibility (in msegui\lib\common\fpccompatibility)
Insert
mclasses
afterClasses
in uses clause of:I suggest to check as well (even if it may not be necessary for BGRABitmap):
Following is a list of unit to add. All of them need to be tweaked with
mclasses
.Add
zipper
unit to fpccompatibility folder. It is found in paszlib package of FPC.Add some units for XML support. They are found in fcl-xml package of FPC:
xmlread
,xmlreader
,xmltextreader
,xmlwrite
Add units from package fcl-base:
base64
,bufstream