Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

File / Folder monitoring

Debugging Delphi Application on Non Development Environment

delphi debugging windbg

Best Practice in Delphi Rapid Application Development in term of Reusability [closed]

delphi

Are there any cryptographically secure PRNG libraries for Delphi? [closed]

delphi random

Drawing Text At An Angle

delphi vcl

Delphi: Debug critical section hang by reporting call stack of running threads on lock "failure"

Delphi .res file changer

delphi file resources

How can you find out who creates all your threads in a delphi program?

Delphi Remove an object from a TObjectList

delphi tobjectlist

How can I show the contents of a TStringList in the debugger?

Software protection / code obfuscation that does not trigger antivirus false positives

How can I generate continuous tones of varying frequencies?

delphi winapi audio c++builder

Firemonkey to iPhone

How can I enable DEP/NX and ASLR on a Delphi 2006 or earlier executable?

delphi c++builder

How can I call a 32-bit DLL from 64-bit code?

SetWindowsHookEx creates a local hook. How to make it global?

Why isn't the size of a record equal to the sum of the sizes of its fields?

delphi sizeof

What does Fxxx private class name prefix convention came from?

delphi

TParallel.For performance

Why is there a performance penalty for nested subroutines in Delphi?

delphi