Thanks Justing for your answer.
I am attaching a tiny application just to show the error message. When I wrote it the CSPro 8.0 gave no errors, but in the moment that I added the language ES to the dictionnary the compiling error appeared.
Regards,
Harry
Search found 20 matches
- February 24th, 2024, 6:27 pm
- Forum: Other
- Topic: CSPro 8 compile error when tr function has parentheses
- Replies: 3
- Views: 21484
- February 13th, 2024, 12:35 pm
- Forum: Other
- Topic: CAPro 8.0 TRSWin.exe missing
- Replies: 5
- Views: 29666
Re: CAPro 8.0 TRSWin.exe missing
Thanks Wesley for your answer, but I already tried your suggestions. I reinstalled CSPro 8.0 and the file TRSWin.exe is not copied in the CSPro 8.0 folder. I downloaded the CSPro 8.0 from the https://www.csprousers.org/downloads/ page.
Regards
Harry
Regards
Harry
- February 12th, 2024, 7:28 pm
- Forum: Other
- Topic: CAPro 8.0 TRSWin.exe missing
- Replies: 5
- Views: 29666
CAPro 8.0 TRSWin.exe missing
Hello,
after install CSPro 8.0, using the CSPro Version Shifter I went to CSPro 7.7 without problems, but using the same utility it is not possible to change the version to CSPro 8.0, the system says the TRSWin.exe file is not in the CSPro 8.0 folder.
Thanks
Harry Hernandez
after install CSPro 8.0, using the CSPro Version Shifter I went to CSPro 7.7 without problems, but using the same utility it is not possible to change the version to CSPro 8.0, the system says the TRSWin.exe file is not in the CSPro 8.0 folder.
Thanks
Harry Hernandez
- February 12th, 2024, 4:32 pm
- Forum: Other
- Topic: CSPro 8 compile error when tr function has parentheses
- Replies: 3
- Views: 21484
CSPro 8 compile error when tr function has parentheses
Dear CSPro team,
today I installed CSPro 8 and compiled one application that works in CSPro 7.7, it gave me a lot of compiling errors, saying one " is missing in the message file. After reviewing them, I noticed the errors were proceduced when I have parentheses inside the string in the tr function ...
today I installed CSPro 8 and compiled one application that works in CSPro 7.7, it gave me a lot of compiling errors, saying one " is missing in the message file. After reviewing them, I noticed the errors were proceduced when I have parentheses inside the string in the tr function ...
- January 10th, 2023, 6:33 pm
- Forum: Android
- Topic: CSEntry 7.3.3 bluetooth error
- Replies: 5
- Views: 6293
Re: CSEntry 7.3.3 bluetooth error
Thanks Alex.
Kind regards
Harry
Kind regards
Harry
- January 7th, 2023, 7:04 pm
- Forum: Android
- Topic: CSEntry 7.3.3 bluetooth error
- Replies: 5
- Views: 6293
Re: CSEntry 7.3.3 bluetooth error
Dear CSPRO team,
the problem that I reported about the bluetooth using CSEntry 7.7.3 is produced only if the application is downloaded from the Play Store, now I downloaded the apk from the https://www.csprousers.org/apk/ site and it is working fine, so the issue is with the version from the Play ...
the problem that I reported about the bluetooth using CSEntry 7.7.3 is produced only if the application is downloaded from the Play Store, now I downloaded the apk from the https://www.csprousers.org/apk/ site and it is working fine, so the issue is with the version from the Play ...
- January 6th, 2023, 3:55 pm
- Forum: Android
- Topic: CSEntry 7.3.3 bluetooth error
- Replies: 5
- Views: 6293
Re: CSEntry 7.3.3 bluetooth error
Sorry, I put by mistake version 7.3.3 but the problem is with version is 7.7.3
- January 6th, 2023, 3:51 pm
- Forum: Android
- Topic: CSEntry 7.3.3 bluetooth error
- Replies: 5
- Views: 6293
CSEntry 7.3.3 bluetooth error
Dear CSPRO team,
Yesterday I updated some phones and tablets with the latest version of CSEntry form the play store, after the update the applications stop working, they stop just in the instructions related with bluetooth. The single line:
errmsg("Bluetooth %v",getbluetoothname());
freezes the ...
Yesterday I updated some phones and tablets with the latest version of CSEntry form the play store, after the update the applications stop working, they stop just in the instructions related with bluetooth. The single line:
errmsg("Bluetooth %v",getbluetoothname());
freezes the ...
- September 14th, 2022, 6:40 pm
- Forum: Other
- Topic: Using close function twice loses the filename
- Replies: 2
- Views: 3243
Re: Using close function twice loses the filename
Thanks Gregory for the explanation.
In this case the close/open functions are necessary. The close was used before to call a batch application that uses that file.
Kind regards
Harry
In this case the close/open functions are necessary. The close was used before to call a batch application that uses that file.
Kind regards
Harry
- September 13th, 2022, 9:42 pm
- Forum: Other
- Topic: Using close function twice loses the filename
- Replies: 2
- Views: 3243
Using close function twice loses the filename
Hi CSPRO team,
I was dealing with a bug in a big application until I found the source of the problem. When we use the close funcion, the filename of the corresponding file is changed to null (empty), if you reopen the file, the original filename comes back, but if you close the file twice and if you ...
I was dealing with a bug in a big application until I found the source of the problem. When we use the close funcion, the filename of the corresponding file is changed to null (empty), if you reopen the file, the original filename comes back, but if you close the file twice and if you ...