Remko Weijnen remkoweijnen.nl/blog Search posts…/

Programming

Delphi · Programming — from the archive

Convert Drive Bitmask to Drive Letter

I was writing a test program that will perform some actions when a USB Memory Stick is inserted. When this …

·1 min read
Delphi · Programming — from the archive

Cannot Access Files, But Need the Origin?

Have you developed an application that accesses files and may stop because a file cannot be accessed but you …

·2 min read
Altiris · Delphi — from the archive

Packaging an Application that uses the BDE

Today I needed to package an application that uses the Borland Database Engine (BDE). The BDE is a database …

·2 min read
Programming — from the archive

Where is LSA_OBJECT_ATTRIBUTES defined?

If you read MSDN documentation for LSA_OBJECT_ATTRIBUTES you will think it's defined in LsaLookup.h: And that …

·1 min read
Altiris · Delphi — from the archive

Altiris Job Builder

I have created a little tool for myself that I have call Altiris Job Builder, it retreives the Jobs from the …

·4 min read
Citrix · Programming — from the archive

Automatically Accept Shadow Request

When you request Shadow (Remote Control) of a Remote Desktop (Terminal Server) or Citrix session the user gets …

·1 min read
Programming · Uncategorized — from the archive

Change Driveletter Commandline Tool

Some time ago (2008 actually) I wrote a tool that can assign driveletters given a volumename. I use it myself …

·4 min read
Programming — from the archive

SasLibEx 2.0 Release Announcement

Today I can proudly announce the official release of SasLibEx 2.0 which will bring support for new compilers, …

·2 min read
Delphi · Programming — from the archive

Fun with asm

Today just some fun stuff with ASM, probably not the most recommended way to do things but for sure the most …

·1 min read