Windows Vista Developer Community
Comments Off on Windows Vista Developer Community
StickOut: Entstehung einer Kurznotiz-Anwendung in .NET 2.0
Comments Off on StickOut: Entstehung einer Kurznotiz-Anwendung in .NET 2.0
Welcome to the MSDN Wiki Beta!
Comments Off on Welcome to the MSDN Wiki Beta!
Windows Mobile Starter Kits
Comments Off on Windows Mobile Starter Kits
Resources for IM Client Developers
Joust is a library to use AOL instant messenger services.
Daim supports AOL & ICQ.
To use MSN Messenger:
Usefull information about the MSN Messneger protocol.
Comments Off on Resources for IM Client Developers
Static linking libstdc++ under Linux
I had a problem linking the libstdc++ staticly under Linux.
Here I found a solution.
To build a staticly linked binary use:
-static
To link the STL staticly use:
-static-libgcc -L.
and ad a symbolic Link to the local directory:
ln -s `g++ -print-file-name=libstdc++.a`
Comments Off on Static linking libstdc++ under Linux
Windows-Forms-Anwendungen optimieren
Dieser MSDN Artikel stellt einige Verfahren vor, mit denen Sie ein optimales Leistungsverhalten von Windows-Forms-basierten Anwendungen gewährleisten können.
Comments Off on Windows-Forms-Anwendungen optimieren
Exception handling
Resurces at MSDN:
Comments Off on Exception handling