-
Notifications
You must be signed in to change notification settings - Fork 16
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
Compilation Error in Caché 2017.2 #28
Comments
Ah, I see. There are a lot of system methods left. |
Since it's much easier to do 16.1 -> 16.2 automatic conversion rather than 16.2->16.1 there are currently no particular plans to move the RESTForms codebase into 16.2, |
I haven't found any description of steps how to set it up (in readme).
Could you please provide one? (Instead of just "import classes")
…On Sat, May 13, 2017 at 9:58 AM Eduard ***@***.***> wrote:
Since it's much easier to do 16.1 -> 16.2 automatic conversion rather than
16.2->16.1 there are currently no particular plans to move the RESTForms
codebase into 16.2,
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEwhSPBy0EOKlmmE5LNbX_9QCFxobz0Dks5r5VR_gaJpZM4NZgYk>
.
|
How to set what up? SMR? Importing classes is all. |
How to set up RESTForms for Caché 2017+. Importing classes gives the error
above.
…On Sat, May 13, 2017 at 10:28 AM Eduard ***@***.***> wrote:
How to set what up? SMR? Importing classes is enough.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEwhSAS4_hi4SPwTylZ-eFieztpA1LqEks5r5Vu5gaJpZM4NZgYk>
.
|
Import release for 2016.2+ |
Got it. Maybe consider adding this to readme (could just be a link to releases page)? I was thinking that you still use some utilities like "repository import to Caché", so managed to import master branch directly instead of releases, just like it says: |
Sure. Done. |
Thanks! |
Possibly #22 related.
While compiling classes from
master
branch, I get this-like error messages:...and so on. Seem like deprecated
%Object
wasn't replaced to%DynamicObject
.The text was updated successfully, but these errors were encountered: