Jump to content

JonRobertson

Members
  • Content Count

    289
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by JonRobertson

  1. Does anyone know if it is possible to prevent RAD Studio from showing the "Opening file" popup window? I am specifically interested in preventing it from appearing when GExpert's Set Component Properties occurs before/during compile. Thanks
  2. JonRobertson

    Delphi 12 is available

    My recommendation is to uninstall any Parnassus add-ons. Shortly after I started using Delphi 11, I installed the Bookmarks and Parallel Debugger add-ons. I was getting constant exceptions, especially when a debugging session ended or I closed the IDE. Once I uninstalled those two add-ons, I no longer had problems with Delphi 11 throwing exceptions. I have Delphi 11.3 and 12 installed on same laptop here and I am not having those issues.
  3. Thank you. I am still a new user to MMX and still exploring the options. Unfortunately I have not had time to read the user manual from cover to cover. I am also coming back to the Delphi community after being away (due to job availability) for a couple of years. So I have a little catching up to do. I have not come across UsesCleaner. That sounds like a huge time saver.
  4. JonRobertson

    class EOleSysError with message 'Class not registered'

    On a machine where the application is working, run regedit and look for an entry at one of these locations: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{AB885FB5-0A94-11DC-9263-0002B34C1718} HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{AB885FB5-0A94-11DC-9263-0002B34C1718} If you find an entry at either location, look for a key named LocalServer or InProcServer32. The default value should be the full path of the file that contains the COM class.
  5. JonRobertson

    Delphi 11.3 : FORSAKEN

    Although I wish Delphi had fewer defects, I wish my own software did as well. ;) Keep in mind that the stability could be caused by an add-on, if you have any installed. When I started using Delphi 11 on a daily basis, it was crashing at least 5 or 6 times a day. It crashed after every single "run with debugging" session ended. And it typically threw exceptions any time I closed the IDE (even if no other exceptions had occurred during that instance). Luckily I had a pattern to investigate. Immediately after I installed Delphi 11, I opened Get-It to see what was available. One of the add-ons I installed was Parallel Debugger from Parnassus. Once I uninstalled Parallel Debugger, the IDE immediately became mostly stable. Since uninstalling Parallel Debugger helped so much, I also uninstalled their Bookmarks add-on. For me now, Delphi 11.3 may throw an exception once a week.
  6. JonRobertson

    RunntimeError in simple demo

    I just installed Phython4Delphi. The first demo, Demo01, throws an EPyRuntimeError (s_type = 'RuntimeError', s_value = '') when I click Execute Script on the simple print(2+2) example. The fourth line of Run_CommandAsObjectWithDict calls CheckError, which calls PyErr_Occurred, which does not return nil. I am just getting started with Python (for fun), so I am in the dark about why this error would occur or what needs to be done to resolve the issue. I have python 3.12 installed, both 32-bit and 64-bit. I have tested Demo01 as 32-bit and 64-bit and both throw the same exception. I can launch python at a command prompt and execute the script with no error. Any idea why this is occurring? Thanks.
  7. JonRobertson

    RunntimeError in simple demo

    I cloned the repo from github and copied everything to Documents\Embarcadero\Studio\22.0\CatalogRepository\Python4Delphi-1.0\Source. Now the demos are working. Thanks.
  8. JonRobertson

    RunntimeError in simple demo

    I installed three packages from GetIt: Python4Delphi 1.0 Python Environments 1.0 Lightweight Python Wrappers 1.0 I am using Delphi 11.3.
×