Caching issues with Delphi packages

The problem   My Delphi XE started to act strange lately. I have unit Unit2.pas that uses ‘FormatBytes’ declared in Unit1.pas. When I try to compile Unit2 Delphi says that it cannot find FormatBytes. But FormatBytes is there, in Unit1 !!Unit1 belongs to Package1 and Unit2 to Package2 (Package2 depends on Package1).Even more strange: if […]

Caching issues with Delphi packages Read More »

Google Drive still unreliable (How to fix ‘Primary key must be unique’ error)

I hate Google Drive. It is haunted by too many bugs.  Recently my GDrive application started showing a “primary key must be unique” error message, asking me to disconnect the drive and start all over again. I did that. Took few hours to resynchronize it all. But the next day I got the same error

Google Drive still unreliable (How to fix ‘Primary key must be unique’ error) Read More »

Webshots is dead. Smile!

So Webshots closed their little wallpaper changer software and replaced it with Smile. The Webshots users are very disillusioned because they were left with thousands of images/wallpapers encoded in WB1 format. But don’t worry! I have found a nice (actually a much much much nicer) replacement. It is called BioniX Wallpaper Changer. BioniX is the

Webshots is dead. Smile! Read More »

How to get thousand of software programs for free LEGALLY on BlueSnap Store?!?

I know that it sounds exactly as a scam but it isn’t, believe me. Plimus (a software reseller) added a new policy that force its software vendors to offer “30 days money back guaranty; no question asked”! Buy any software application listed on Plimus Store and then place a refund request and you will instantly

How to get thousand of software programs for free LEGALLY on BlueSnap Store?!? Read More »

Hacking – Overtaking applications

There is a nice registry hack that allows you to execute a specific application when you try to execute actually a different application. For example if you try to run notepad.exe, the calc.exe will be launched instead. Details: The key you create in HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Options must have the name of the application

Hacking – Overtaking applications Read More »

Manage account order in Thunderbird

This is doable. In your user profile folder find the prefs.js file. In this file change the order of your accounts like this: user_pref(“mail.microsoft.accounts”, “account4,account1,account3,account2”); You can also use a Firefox extension called ‘Folderpane Tools’. Once you successfully installed the extension you will be able to define the new sorting orde. To configure Folderpane Tools:

Manage account order in Thunderbird Read More »

Scroll to Top