JLinX – Blog

Weblog von Jan Linxweiler

CodeBetter.Com Articles on Patterns & Principles

Filed under: Development,Software Engineering — Jannis at 2:05 pm on Sunday, April 22, 2007

 

Model View Presenter (MVP)

Filed under: Development,Software Engineering — Jannis at 2:03 pm on Sunday, April 22, 2007

 

The Artima Developer Community

Filed under: Development,Software Engineering — Jannis at 10:07 am on Thursday, April 19, 2007

artima.com – Best practices in enterprise software development

MSDN Magazine Column Archive

Filed under: Development,Software Engineering — Jannis at 3:59 pm on Wednesday, April 11, 2007

MSDN Magazine Column Archive

StickyMinds.com

Filed under: Development,Software Engineering — Jannis at 3:31 pm on Wednesday, April 11, 2007


StickyMinds.com, the most comprehensive online resource for helping you produce better software, offers an unrivaled scope of original articles from industry experts, technical papers, industry news, a searchable tools and books guide, discussion forums, and more. StickyMinds.com is the online companion to Better Software magazine and together they are the most comprehensive resource for helping you produce better software. StickyMinds.com is the Web’s first and most popular interactive community exclusively engaged in improving software quality throughout the software development lifecycle. Membership is free.

POLYMORPHICPODCAST

Filed under: Development,Software Engineering — Jannis at 9:11 am on Wednesday, April 11, 2007

Object Oriented Development, Architecture & Best Practices in .NET

Go to polymorphicpodacast.com

Weblog von Graig Shoemarker

object-oriented programming terms

Filed under: Development — Jannis at 7:55 pm on Monday, April 2, 2007

at wikipedia.org

Software metric

Filed under: Software Engineering — Jannis at 11:18 am on Saturday, March 31, 2007

Serial Communications in Win32

Filed under: Development,Hardware — Jannis at 6:14 pm on Tuesday, March 27, 2007

Serial Communications in Win32 (MSDN)

Windows Serial Port Programming (robbayer.com)

Sending Commands in Visual C++ ( With MFC ) to ADR Interfaces (ontrak.net)

Building VTK on Kubuntu

Filed under: Development,Linux — Jannis at 2:23 pm on Friday, March 23, 2007

I got an errro running CMake to bulding VTK on Kubuntu:

CMake Error: …
Please set the following variables:
OPENGL_INCLUDE_DIR
OPENGL_gl_LIBRARY

Installing the package freeglut3-dev solved the problem:

apt-get install freeglut3-dev

Running make I got the next error:

error: X11/StringDefs.h: No such file or directory

Installing the package libxt-dev solved the problem:

apt-get install libxt-dev

« Previous PageNext Page »