Andrei's blog
sharing coding bits
Wednesday, July 25, 2007
AIAB (Asynchronous Invocation Application Block)
›
i'll edit this post from time to time to update it untill it's finished. Worker Thread and Service Agent execution. If an except...
Sunday, July 15, 2007
Opening CHM Help files from Network or Internet
›
Due to a security patch Windows has restricted access to a CHM. More info here: http://support.microsoft.com/kb/896358. The attached re...
Monday, July 09, 2007
Win32 HANDLEs
›
Each time when you use a win32 API which uses a HANDLE remember that the handle Must be valid (not closed). It is important to understand th...
Thursday, June 21, 2007
Monstrous compilation error on any MFC application
›
Ok, I've just created a simple MFC DLL, hit the compile button and I got this monstrous error: c:\Program Files\Microsoft Visual Studio ...
Wednesday, April 04, 2007
Compile libjpeg instructions
›
http://www.nevrax.org/tikiwiki/tiki-index.php?page=libJPEG
working with DirectShow
›
The project I am working on has some code already written using DirectShow and I am working with Visual Studio 2005. DirectShow needs Direct...
Saturday, March 24, 2007
CreateDialog, CreateWindow or any other window\dialog creation function fails and GetLastError is 0
›
... then check if you have called InitCommonControls() at very start of your application if you use any common controls (list view, tree vie...
‹
›
Home
View web version