原创 Build ACE via VC++ 2010

VC++ 2010 build ACE+TAO+CIAO-6.0.1.tar.bz2 rename D:/src/ace601/ACE_wrappers/ace/config-win32.h  to config.h.   It see

原创 Port microsoft Access database to PostgreSQL

prerequisite:  Install Database Browser Install PostgreSQL (postgresql-9.0.3-1-windows.exe) Install PostgreSQL OleDB P

原创 Add line break to xml via MSXML

Using XSLT : http://social.msdn.microsoft.com/Forums/en-US/xmlandnetfx/thread/6ff1d48f-7dcd-4dae-b4be-b345e46c7b95/ Add

原创 RESTful webservice

C++ libraries for RESTful webservice http://www.pion.org/ http://code.google.com/p/nanogear/ http://wso2.com/products/w

原创 ControlDecorationSupport

Eclipse 3.5.2  import org.eclipse.jface.internal.databinding.provisional.fieldassist.ControlDecorationSupport; Eclipse

原创 Can't upgrade ubuntu 10.04 to 10.10 Maverick

I have installed latest version of KDE, so I have to use the workaround post here Install bzr via Synaptic Package Man

原创 VC++ make file

  Nmake Makefile Tutorial and Example  

原创 Use XSLT 2.0 functions in Eclipse WTP Helios

For a simple xml file (onega.xml) <?xml version="1.0" encoding="UTF-8"?> <numbers>   <val>   <num>18</num>   <num>1</nu

原创 Build CXImage with VC++ 2010

Need to define the following preprocessors in project settings _WIN32_IE=0x0600 _WIN32_WINNT=0x0501 WINVER=0x0501 _CRT

原创 DICOM libraries

DICOM libraries for C++ dicomlib is not mature enough. User base is smaller. ucdmc99 is out of date, easy to learn. The

原创 Install postgresql-9.0.3-1-windows.exe

After installation, Stack Builder 3.0.0 wants to download additional software, but it failed to work behind proxy serve

原创 Module Definition File

I am building a debug configuration dll, the dll name is food.dll, lib name is food.lib, and food.lib is linked by anot

原创 streams.h is not found

Install Microsoft SDK - GRMSDK_EN_DVD.iso, then the file is here - D:/apps/Microsoft SDKs/Windows/v7.1/Samples/multimed

原创 build boost 1.46 and python3.2

There is one build error when building boost 1.46 + python 3.2 via VC++ 2008: libs/python/src/converter/builtin_conver

原创 Build boost 1.45 with VC++ 2010

  build ICU first - D:/src/icu4c-4_6-src/icu/source/allinone/allinone.sln then create a batch file to build boost.   ca