D4: Error reading symbol file
|1) “Error reading symbol file”, have no idea what this is, shall I just |forget about it and continue working? delete the .dsm…
D5: Debugging DLL on WinXP?
Q: cannot debug DLLs with Delphi5 and WindowsXP A: Several threads address this issue, and here is the solution. The problem is restated…
Extra fast code completion?
Extra fast code completion? Read this: Thanks for attention. The slowness of code completion, parameters,…. is because IDE has to recompile the source…
How to change the default Font?
Q: Can i change the Default-Font the Delphi uses for Forms etc..? A:yes it works but it’s a bit ‘tricky’ in D3 there…
IDE Running
[code lang=”delphi”]Function RunningInTheIDE: boolean; Begin Result:=FindWindow(‘TAppBuilder’, nil) > 0; End; [/code] [tags]Delphi, IDE[/tags]
No Break on Exception – D3
>D3 – Anyone know a way to mark a block of source code where the debugger >won’t break for an exception. I have…
simple enhancement to the Delphi IDE
simple enhancement to the Delphi IDE: Add the following tool, with Tools | Configure Tools: Title: E&xplore Project Program: C:\WINNT\Explorer.exe Working dir: c:\winnt…
Version Compiler directives
Delphi-version compiler directives: {$IFDEF VER80} – Delphi 1 {$IFDEF VER90} – Delphi 2 {$IFDEF VER100} – Delphi 3 {$IFDEF VER120} – Delphi 4…