-
Notifications
You must be signed in to change notification settings - Fork 17
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
Identifier not found "TRawByteStringStream" #7
Comments
Hi! Which version of FreePascal are you using? This type exists in standard rtl in FreePascal. Weird |
This is the version I'm using: |
Is there any valid reason why you are using an outdated version of FPC? Current stable FPC is 3.2.2. Of course, I can try to add some hack to the code for backward compatibility of older versions of FPC. But You'll have to wait until I get home few days |
Well, it's the version that is coming in my linux ubuntu (18.04). Knowing that it is just a problem of fpc version I will try to install a more updated version, no need backward compatibily. Thanks for your support! |
Wow. I can see there is no office package for debian/ubuntu for the version you told me: https://www.freepascal.org/down/i386/linux-hungary.html#linuxdeb |
I'll think about a hack for backward compatibility. |
So, I added defines for the outdated FPC to work. Try it now https://github.com/Al-Muhandis/fp-telegram/tree/deprecated-fpc. Message here if it helped, I will apply the changes to the main branch as well |
Great!! It works like a charm! Thanks!!! |
So, then I will add to the main branch |
Hi!
I'm getting the following error when compiling "Identifier not found "TRawByteStringStream"
The text was updated successfully, but these errors were encountered: