A Code Monkey's Blog

Notes on Installation of Turbo C++ Explorer

When starting Turbo C++ Explorer, you may get an error message stating:

  1. acces violation at adress 51F515BE rtl100.bpl....

  2. error with coreide100.bpl

  3. designeide100.bpl

The workaround is running "regasm" from .NET v1.1 to register the missing .NET assemblies used by Turbo C++ Explorer IDE. Go to the C ...

Delphi2006 editor shortcuts

CTRL+J : Invoke code templates

CTRL+T : Delete current word

CTRL+E : Incremental search

CTRL+Y : Delete current line

CTRL+SHIFT+G : Insert a new GUID at the cursor position

CTRL+SHIFT+I : Indent the current selected block

CTRL+SHIFT+U : outdent the current selected block

CTRL+SHIFT+Y : delete ...