Jump to content

Lajos Juhász

Members
  • Content Count

    846
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by Lajos Juhász


  1. 7 minutes ago, msd said:

    Delphi is not a problem; it works fine.

    Please send me a copy of D11.1 that works fine. I did my best to support highDPI unfortunately I see no way to do that with D11.1 maybe in D14 will work.

    • Like 1
    • Sad 1

  2. The text on the image that you've attached is not readable. As far as I can see you're using ODBC connection that is not configured on that PC. Be aware that windows have a 32 bit and 64 bit version of the ODBC Data Source Administrator and you have to create the data source in the one that matches your application. A 32 bit application cannot connect to 64 bit data source.


  3. 1 hour ago, Rollo62 said:

    That resolved the internal errors in 99.9% in my cases, which leads to my opinion that internal errors are causes mostly by mainy failing processes, leaving DCU or other files in a ghost state.

    Unfortunately that doesn't help for a VCL bpl. I have another common internal error:

     

    [dcc32 Fatal Error] core.dpk(358): F2084 Internal Error: AV11A8360D(11A60000)-R00FC101E-0

     

    For this it was enough to add a period after the unit name:

    unit csv.;

     

    Try Compile the package (compilation failed as it should be), remove the period and when I tried to compile it I got this error. Of course I cannot reproduce this with a "hello world package".

     


  4. Is it just me or D11.1 update 1 has a problem debugging a runtime package?

     

    I was changing/debugging the core runtime package for the application. The workflow was the folowing:

     

    1.) compile the package,

    2.) run the package inside a host application.

    3.) Make change

    4.) Restart the IDE.

     

    Without step 4 I would get instantly internal error.


  5. 7 minutes ago, Rollo62 said:

    m jumping on that train very likely, but if Skia is adding another dimension of new failure modes, I will probably will make more tests.

     

    Unlike fmx Skia is developed by Google. They have more resources and ..... (I cannot write here that unlike Embarcadero most probably they will keep it stable).

    • Like 1

  6. 19 hours ago, dummzeuch said:

    The easiest solution for that would be to disable the plugin if the IDE was not started with /highdpi:unaware and document that restriction.

     

    The newest idea is that the delay has nothing to do with HighDPI but some code integration change. I have no idea why would that delay the release as they still plan to provide it through GetIt.

×