JLinX – Blog

Weblog von Jan Linxweiler

Neulich im Büro…

Filed under: Fun — Jannis at 10:16 am on Wednesday, February 28, 2007


Video: Grossraumbuero: Das sollte man nicht machen 😉

Das könnte bei Maik und mir im Büro ähnlich ablaufen… 😉

Sie ist da…!

Filed under: Fun — Jannis at 11:10 am on Tuesday, February 27, 2007

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…

Infrared Remote Control for Your Computer

Filed under: Development,Hardware — Jannis at 10:45 pm on Monday, February 19, 2007

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…

Filed under: Zitate — Jannis at 10:02 pm on Monday, February 19, 2007

Wer ein besserer Mensch werden will muss bereit sein für dumm und närrisch gehalten zu werden.

(Epiktet)

Patentanmeldungen nach Kreisen

Filed under: Ohne Kategorie,Wissenschaft & Forschung — Jannis at 10:53 am on Monday, February 19, 2007

(Quelle: spiegel.de)

Die höchsten Erfinderdichten

Filed under: Ohne Kategorie,Wissenschaft & Forschung — Jannis at 10:52 am on Monday, February 19, 2007

(Quelle: spiegel.de)

Schneller rechnen mit CUDA

Filed under: Development,HPC,Modeling & Simulation — Jannis at 4:00 pm on Sunday, February 18, 2007

Nvidia stellt das Entwicklungskit für seine CUDA genannte Technik zur Beschleunigung wissenschaftlicher Berechnungen zum allgemeinen Download bereit…

(Quelle: heise.de)

Windows tunen

Filed under: Blogs & Links,Windows — Jannis at 9:26 pm on Thursday, February 15, 2007

Auf windowspower.de finden sich zahlreiche Tipps & Tricks um Windows individuell anzupassen…

Visual C++ Libraries DLL Deployment

Filed under: .NET,Development — Jannis at 9:08 pm on Thursday, February 15, 2007

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)

http://msdn2.microsoft.com/ms235291(en-US,VS.80).aspx

(Quelle: Ayman Shoukry’s WebLog)

 

Typische Fehlermeldungen, die auftreten wenn die C++ runtime libraries (CRT DLLs) nicht gefunden werden sind folgende:

  • “The application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem”.
  • “Diese Anwendung konnte nicht gestartet werden, weil die Anwendungskonfiguration nicht korrekt ist. Zur Problembehebung sollten Sie die Anwendung neu installieren.”

Wenn das Manifest nicht gefunden wird, wird der Fehler R6034 verursacht:

  • “R6034 – attempt to load C runtime library without using manifest.”

Zitate bzgl. C++

Filed under: Development,Zitate — Jannis at 10:30 am on Wednesday, February 14, 2007

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

Next Page »