kabiri
Members-
Content Count
62 -
Joined
-
Last visited
Community Reputation
3 NeutralRecent Profile Visitors
5439 profile views
-
Debugging error in Delphi 12.2 program on Ubuntu Linux
kabiri replied to kabiri's topic in Delphi IDE and APIs
The following command worked for Delphi 11 and 12 but has issues when running command-line programs. 11 : ln -sf /usr/lib/x86_64-linux-gnu/libpython3.*.so.1.0 ~/PAServer-22.0/lldb/lib/libpython3.so 12 : ln -sf /usr/lib/x86_64-linux-gnu/libpython3.*.so.1.0 ~/PAServer-23.0/lldb/lib/libpython3.so -
Unable to start LLDB kernel: 'No argument for format 'Symbolic link target does not e''. I've installed Python 3 and executed the command ln -sfls -1 /usr/lib/x86_64-linux-gnu/libpython3.*.so.1.0 | tail -1~/PAServer-22.0/lldb/lib/libpython3.so but the issue persists. I've also tried the solution from Jim: curl -L curl -L https://tinyurl.com/SetupUbuntu4Delphi23 | bash However, I'm still facing the same problem. Do you have any suggestions to resolve this?
-
Not work Project ChangeSQlPass.exe raised exception class EMSSQLNativeException with message '[FireDAC][Phys][ODBC][Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near '@P1'.'.
-
I didn't write my original password here and changed it. Then I realized that FD might not work properly if the password follows a specific pattern.
-
I change the SQL Server password using the following command in Delphi, The connection string is to the master database and I am using Windows authentication. But I can no longer log in to SQL Server using the sa user. When I execute this command in Management Studio, the password is changed and I can log in with sa. Delphi 11 + FireDAC + SqlServer 2014 sp2 express ----------Edit----------- I wrote the same code with ADO and it works perfectly. -----Edit------- Alright, I've noticed that this issue occurs when a specific pattern is used.
-
[SOLVED] Delphi 12, FireDac, SQLite : capability not supported
kabiri replied to weabow's topic in Databases
i add unit FireDAC.Phys.SQLiteWrapper.FDEStat and now work -
[SOLVED] Delphi 12, FireDac, SQLite : capability not supported
kabiri replied to weabow's topic in Databases
But not work in Android -
Delphi 12 can not find /usr/lib/swift/libswiftUIKit.dylib
kabiri replied to kabiri's topic in Cross-platform
I apologize, I had only paid attention to this part. -
Delphi 12 can not find /usr/lib/swift/libswiftUIKit.dylib
kabiri replied to kabiri's topic in Cross-platform
I only used admob (from kastri) -
Delphi 12 can not find /usr/lib/swift/libswiftUIKit.dylib
kabiri replied to kabiri's topic in Cross-platform
I have previously compiled the program without this framework in Delphi 11 . I have no idea what AppTrackingTransparency is used for. But I added it to the frameworks and it no longer gives an error. -
Delphi 12 can not find /usr/lib/swift/libswiftUIKit.dylib
kabiri replied to kabiri's topic in Cross-platform
I followed the steps, it didn't make a difference, it gives an error [DCC Error] E2597 ld: file not found: /System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency -
Delphi 12 can not find /usr/lib/swift/libswiftUIKit.dylib
kabiri replied to kabiri's topic in Cross-platform
I am very grateful for your guidance. I had done this before, but I had not emptied the "cache" folder on my Mac. I will empty the "cache" folder on my Mac and try again. My Mac is just very slow and it takes about 3 hours to transfer files! I will let you know if it was successful or not after it is finished. -
Delphi 12 can not find /usr/lib/swift/libswiftUIKit.dylib
kabiri replied to kabiri's topic in Cross-platform
I created the folders in the paths that it couldn't find. ("PrivateFrameworks" and "AppTrackingTransparency.framework\AppTrackingTransparency") Now it only shows this error: [DCC Fatal Error] F2588 Linker error code: 3221226505 ($c0000409) I couldn't find a solution for this. -
Delphi 12 can not find /usr/lib/swift/libswiftUIKit.dylib
kabiri replied to kabiri's topic in Cross-platform
Yes *log show this error Directory does not exist: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/%CLANGVERSION%/ -
Delphi 12 can not find /usr/lib/swift/libswiftUIKit.dylib
kabiri replied to kabiri's topic in Cross-platform
hi i update my mac to mac os 14 and xcode 15.2 and add this frimworks but show this warning and error : [DCC Error] E2597 ld: warning: directory not found for option '-FC:\Users\hamid\OneDrive\Documents\Embarcadero\Studio\SDKs\iPhoneOS17.2.sdk\System\Library\PrivateFrameworks' ld: file not found: /usr/lib/swift/iphoneos/libswiftCompatibilityDynamicReplacements.a [DCC Fatal Error] F2588 Linker error code: 1 ($00000001) how to fix it?