Randy posted this to the skype chat groups a while ago and I asked, and received, permission to quote him here.
Since then he has been building up quite a set of repos on github which are well worth checking out.
Donāt forget to send @rrogers you thanks too. Thanks @rrogers !!!
I have been semi-retired for about three years now and I have decided to make my code base available to the Clarion community. Iāll be releasing things as quickly as I can get them ready on GitHub.
I have placed my first public code repository for Queue-Edit-In-Place on GitHub.You can find it hereā¦
The publishing of my āClarion 3rd Party Toolsā is now complete. I have a few more odds and ends I may also publish as time permits. @Brahn Please post the appropriate links on ClarionHub.
Hi, All!
I try to compile CyberTools example and get many errors āError(3): cif$fileopen MONTHCALENDAR.INC System canāt find the path. - C:\Users\Public\Documents\SoftVelocity\Clarion10\accessory\Devuna\Examples\CiberTools\clw\CyberTools_xx.clw:1.ā
Where can I find this file?
I didnt have that error when I got KSS to build. I did have several others, but Randy quickly fixed those items. That path tells me that the files in KSS\libsrc\win may not be in your red. I had to move several class files to \accessory\libsrc\win and likewise, had to add an app-specific red to process \kss\libsrc\win and kss\lib
I tried adding CoolTips to my Multi-Dll system. 1) I added CoolTips Global Extension to my Data Dll that also contains CapeSoft WinEvent.
Getting Duplicate Errors on:
CW_USEDEFAULT
KEY_QUERY_VALUE
It compiled without any errors.
2) Compiling my Data Dll for the second time.
Getting 23 errors
Hello all!
I found the repos that Randy Rogers generously gave to community and tried to compile CyberTools example and I also get many errors
TPL: (PROG02.$$$) Error: ASSERT: %FixClassName: Cannot find class ākcrINIClassā on Procedure: āGUIDTOString2ā - D:\Clarion\dev\Examples\c10\devuna\CyberTools\PROG02.$$$:1 (one time) and
Error(3): cif$fileopen MONTHCALENDAR.INC The system cannot find the path specified. - D:\Clarion\dev\Examples\c10\devuna\CyberTools\clean\clw\CyberTools.clw:1 (several times)
I searched in every repo of this utilities and found it nowhere,
Any one knows where can I find this file?
Thank you for answeringā¦ I have that file also (it was in the place), template is registered, but compilation has the problemā¦ Iāll try to send an e-mail to Randy to inform himā¦
Sorry for late responseā¦
Randy was very kind to answer my emails, regarding this problemā¦ There were a couple of files missing which heāll update on productās github pageā¦
After that, all is okā¦
Thank you very much Randy
Sorry for late response, just returned from short vacationsā¦
Unfortunately, I donāt know when heāll do thatā¦
In the mean time, Iād send you the missing files if you need themā¦
Just pm me the e-mail addressā¦
At the moment, it is still in app format, so accommodating pull requests is kind of a serious effort. I plan to move it to a hand code project by virtue of building from the generated code rather than from the app. The repo will make note of that when it happens.