Serial Communications in Win32 (MSDN)
Windows Serial Port Programming (robbayer.com)
Sending Commands in Visual C++ ( With MFC ) to ADR Interfaces (ontrak.net)
Serial Communications in Win32 (MSDN)
Windows Serial Port Programming (robbayer.com)
Sending Commands in Visual C++ ( With MFC ) to ADR Interfaces (ontrak.net)
Non qui parum habet, sed qui plus cupit, pauper est.
Nicht wer sehr wenig hat, sondern wer mehr begehrt, ist arm.
(Lucio Anneo Seneca)
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
Der Unterschied zwischen existieren und leben liegt im Gebrauch der Freizeit.
Amerikanisches Sprichwort
#ifdef ABC
foo();
#elif DEF
foo2();
#else
foo3();
#endif
#ifndef GHI || defined(JKL)
foo4();
#endif
#if !defined(GHI) || !defined(JKL)
foo5();
#endif
Computers are incredibly fast, accurate, and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination —
-Albert Einstein (1879-1955)
Das bisher nur gegen Bezahlung erhältliche Yellow Dog Linux 5 für die PlayStation 3 steht ab sofort auch zum kostenlosen Download bereit. Die Linux-Distribution basiert auf Fedora Core, kommt insgesamt aber mit recht alten Komponenten daher. Als Oberfläche kommt Enlightenment 17 zum Einsatz…
(Quelle: golem.de)