Neulich im Büro…
Video: Grossraumbuero: Das sollte man nicht machen 😉
Das könnte bei Maik und mir im Büro ähnlich ablaufen… 😉
Video: Grossraumbuero: Das sollte man nicht machen 😉
Das könnte bei Maik und mir im Büro ähnlich ablaufen… 😉
Ich bin drin! Heute hatte ich meine offizielle “IKEA FAMILY” Card im Briefkasten!
Besonders begeistert bin ich über meine Mitgliedsnummer. Diese hat sage und schreibe 19 Stellen. Dabei besteht die Weltbevölerung doch lediglich aus 6,6 Milliarden Menschen. Da hätten doch auch 10 Stellen ausgereicht und es hätte dennoch JEDER eintreten können. Naja, sicher ist sicher! Ich verstehe schon… Sowas wie der Y2K Bug wird sich auf jeden Fall bei IKEA nicht mehr einschleichen!
Ich bin auf jeden Fall jetzt voll dabei und freu mich schon auf den nächsten Kakao im IKEA Restaurant…
The RedRat3 is a USB based infrared remote control input and output device for your computer.
(Quelle: redrat.co.uk)
Wer ein besserer Mensch werden will muss bereit sein für dumm und närrisch gehalten zu werden.
(Epiktet)
Nvidia stellt das Entwicklungskit für seine CUDA genannte Technik zur Beschleunigung wissenschaftlicher Berechnungen zum allgemeinen Download bereit…
(Quelle: heise.de)
Auf windowspower.de finden sich zahlreiche Tipps & Tricks um Windows individuell anzupassen…
Ayman Shoukry collected a number of usefull links to the MSDN website depending on the deployment method. Go to Ayman’s WebLog…
Articels on MSDN:
Article on Code Project:
Private Assembly install under app directory.
The VC Libs files can be installed under the app directory as a private assembly. The files required for the private assembly are under <VS install path>\vc\redist. Copy the required sub directories to the app directory.
Pros : App does not have a setup, xcopy deploy, Non admin install, Select the assemblies that the app uses, run from share
Cons : Not suitable when a product installs multiple binaries and these are installed in various directories (assembly has to be duplicated under each directory)
(Quelle: Ayman Shoukry’s WebLog)
Typische Fehlermeldungen, die auftreten wenn die C++ runtime libraries (CRT DLLs) nicht gefunden werden sind folgende:
Wenn das Manifest nicht gefunden wird, wird der Fehler R6034 verursacht:
C++ makes it much harder to shoot yourself in the foot, but when you do, it blows off your whole leg.
– Bjarne Stroustrup
In C we had to code our own bugs. In C++ we can inherit them.
-Prof. Gerald Karam