Jump to content

kabiri

Members
  • Content Count

    59
  • Joined

  • Last visited

Everything posted by kabiri

  1. 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.
  2. kabiri

    Changing sa password with Delphi

    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.
  3. i add unit FireDAC.Phys.SQLiteWrapper.FDEStat and now work
  4. Hi in delphi 12 show this error [DCC Error] E2597 ld: file not found: /usr/lib/swift/libswiftUIKit.dylib Which framework do I need to add? Delphi 12 , XCODE 13.4 Thanks
  5. I apologize, I had only paid attention to this part.
  6. I only used admob (from kastri)
  7. 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.
  8. 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
  9. 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.
  10. 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.
  11. Yes *log show this error Directory does not exist: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/%CLANGVERSION%/
  12. 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?
  13. I'll take a look right now. I hope it helps. Thank you. ---Edit--- I watched this webinar online, but I am not sure if it will be helpful. I will watch it again.
  14. I did the same thing. It works fine with Delphi 11. I thought maybe it's from XCODE. The Mac is old and I couldn't update it.
  15. I have created a component for FMX. This component has an internal list. I want to fill this list with database values. (Using the livebinding method.) I have derived my component from (TPresentedControl, IItemsContainer). If I derive my component from stringgrid, everything works, but I don't want to do that. (My component is not similar to stringgrid.) I'm not sure, but I think I can do this with observer. But I don't know how. If you have a solution for this, I would appreciate your guidance.
  16. Thank you for your response. Yes, I have seen it. It just sets a property to receive information from livebinding. In the photo I sent, I do not want the position property to be added. I want the * option to be added. This photo : https://docwiki.embarcadero.com/images/RADStudio/Seattle/e/1/13/LBTTrackBar3.png
  17. Hello How can i add the Google User Messaging Platform SDK to my app?
  18. Thank you Yes, definitely, it is only needed for Delphi 12. Will you do it for iOS too?
  19. 😍 We chatted with each other before and you guided me several times (in GitHub), but I didn't know your name and didn't know you. I am happy to meet you. I am a fan of kastri and I use the admob and Text To Speech components.
  20. I saw the file dw-firebase-messaging-2.0.0.jar in the kastri library, but I had no idea how to use it. If you are the developer of kastri (DelphiWorlds), I would like to thank you very much for developing this library.
  21. Android and IOS Because of Google's requirements, all developers who use AdMob must add it to their apps. https://support.google.com/admob/answer/10113005?sjid=5994568609023643391-EU
  22. This question was very old. I had almost the same question, but I didn't want to make a gif file, this vedeo is good Maybe it will help someone. It doesn't work for me. Because I want to know which frame is displayed at any moment.
  23. I have old app in Android. I have used uniDac to connect to sqlite database. The database is encrypted using leAES256 method. FD cannot connect to it. I need to convert database for FD. But when I use both of these in the app, Delphi gives an error : sqlite3.c:(.text+0xb5e8): multiple definition of `sqlite3_aggregate_context' (And many other errors) I know the reason for the error but how to convert the database when I can't use both of them?
×