n4af / TR4W

TRLOG 4 Windows free amateur radio logging application
GNU General Public License v3.0
19 stars 6 forks source link

lang\tr4w_consts_ukr not in MASTER #588

Closed ny4i closed 2 years ago

ny4i commented 2 years ago

I received a compile error that that {$IF LANG = 'UKR'}{$INCLUDE lang\tr4w_consts_ukr.pas}{$IFEND} could not be found.

This was the code I just synced from MASTER on GitHub. I check and file is not in lang but is the LANG set to UKR in the code committed to MASTER?

Looking in VC.pas, it says this: const // LANG = 'ENG'; // LANG = 'RUS'; // LANG = 'MNG'; // LANG = 'CZE'; // LANG = 'SER'; // LANG = 'ROM'; // LANG = 'GER'; LANG = 'UKR'; // not implemented

so I think you may have committed the UKR version.

Tom

n4af commented 2 years ago

can you try again ? master now has ukr.pas, but still reads 4.109.3.ukr

Can you work with the ukr master ? I believe if you change vc.pas such that you uncomment 'lang = eng' and comment 'lang = ukr' it will compile normally ??

On Tue, Mar 15, 2022 at 1:28 PM Tom Schaefer @.***> wrote:

I received a compile error that that {$IF LANG = 'UKR'}{$INCLUDE lang\tr4w_consts_ukr.pas}{$IFEND} could not be found.

This was the code I just synced from MASTER on GitHub. I check and file is not in lang but is the LANG set to UKR in the code committed to MASTER?

Looking in VC.pas, it says this: const // LANG = 'ENG'; // LANG = 'RUS'; // LANG = 'MNG'; // LANG = 'CZE'; // LANG = 'SER'; // LANG = 'ROM'; // LANG = 'GER'; LANG = 'UKR'; // not implemented

so I think you may have committed the UKR version.

Tom

— Reply to this email directly, view it on GitHub https://github.com/n4af/TR4W/issues/588, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVLCUG4QNH5ARIDTLL5N7LVADCDJANCNFSM5QZMMM2Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

ny4i commented 2 years ago

Howie - Regarding your point, "I believe if you change vc.pas such that you uncomment 'lang = eng' and comment 'lang = ukr' it will compile normally ??”

That is true. You normally leave the committed one in MASTER pointing to ENG. I think that was one issue plus the file was missing. I see the file there now so we should be good.

Thanks,

Tom Principal Solutions Architect Better Software Solutions, Inc. 727-437-2771

On Mar 15, 2022, at 1:58 PM, Howie Hoyt @.***> wrote:

can you try again ? master now has ukr.pas, but still reads 4.109.3.ukr

Can you work with the ukr master ? I believe if you change vc.pas such that you uncomment 'lang = eng' and comment 'lang = ukr' it will compile normally ??

On Tue, Mar 15, 2022 at 1:28 PM Tom Schaefer @.***> wrote:

I received a compile error that that {$IF LANG = 'UKR'}{$INCLUDE lang\tr4w_consts_ukr.pas}{$IFEND} could not be found.

This was the code I just synced from MASTER on GitHub. I check and file is not in lang but is the LANG set to UKR in the code committed to MASTER?

Looking in VC.pas, it says this: const // LANG = 'ENG'; // LANG = 'RUS'; // LANG = 'MNG'; // LANG = 'CZE'; // LANG = 'SER'; // LANG = 'ROM'; // LANG = 'GER'; LANG = 'UKR'; // not implemented

so I think you may have committed the UKR version.

Tom

— Reply to this email directly, view it on GitHub https://github.com/n4af/TR4W/issues/588, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVLCUG4QNH5ARIDTLL5N7LVADCDJANCNFSM5QZMMM2Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/n4af/TR4W/issues/588#issuecomment-1068287158, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC6TWSV6RCRB6SM4HAHTXWDVADFTLANCNFSM5QZMMM2Q. You are receiving this because you authored the thread.