Blog

View Blog

By Rainer Stropek on 8/21/2009

Yesterday we hat the phone conference with the judges for our contribution in the final round of Microsoft's worldwide Dare To Dream Different Contest. Read More »

By b.kragl on 8/13/2009 7:09 AM

Yesterday, it took me quite some time to find out, why a program couldn't access a registry value, since exactly the same code worked in a test program.

The problem was, that I'm running a x64 system and the program, for some reason, has platform target x86. After finding out, that there is regedit.exe (for the "x64 registry) and regedt.32.exe (for the "x86 registry") and adding the value also to the x86 registry, everythin worked fine.

So be careful with your target platform setting when accessing the windows registry!

By b.kragl on 8/3/2009 9:16 AM

To automatically run a subst command on every Windows startup (e.g. get a virtual drive for your development folder), you can edit the Windows Registry as follows:

Add a string value to the key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" and set the value to the subst command you need.

E.g. Subst = subst k: c:\projects

Newsletter

Sie möchten im Newsletter über aktuelle technische Entwicklungen und Neuigkeiten rund um cubido informiert werden?

Newsletter abonnieren ...

Blog