Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
August 2006
September 2006
October 2006
December 2006
January 2007
March 2007
April 2007
May 2007
September 2007
October 2007
all groups > visual c libraries > january 2006

Boost and /clr
Posted by helix at 1/23/2006 11:29:02 PM
Has anyone else faced this problem. I'm try to move my native code, which uses the boost::numeric::ublas::matrix library, into Managed code. When I turn on /clr, it complains that Bost's copy constructor isn't compatible with /clr : error C3633: cannot define 'test' as a member of managed...more >>


Books, Atricles, Websites on Marshalling
Posted by bonk at 1/19/2006 3:45:20 PM
I am currently trying to write a longer article about Marshalling when using [ImportDll]. Does anyone know books, articles, or websites that cover Marshalling in Platform Invocation Services ([DllImport])?...more >>

JPEG decompression library
Posted by Graham Banks at 1/12/2006 11:38:50 AM
Hi, Can anyone recommend a library for decompressing JPEGs, please? I currently use the Independent JPEG Group's library in an application that receieves a stream of JPEGs and displays the "video" in a window. I know it's not as efficient as it can be, because another application for which ...more >>

changes in xutilty and xmemory vc7 to vc8
Posted by Hauke001 at 1/9/2006 9:50:04 AM
Certain member and class definitions have changed or been removed altogether in the latest shipped version (vc8); for example, - the class _PtrIt is no longer defined in xutility - the typename _TEMPLATE_MEMBER is no longer defined in xmemory and has been changed to template. This mea...more >>

obtaining module name with unmanaged code
Posted by viel xi at 1/6/2006 2:09:02 PM
I'm pretty new to c++ programming so my prooblem may be not knowing how to look things up or lock of general c++ programming knwoledge. I have unmanaged code that for reasons of time and effort I cannot convert to managed. I need a programmatic method of finding the module name for the curr...more >>

GidPlus FontFamily constructor generating exception
Posted by Joachim at 1/5/2006 5:00:02 AM
When executing the line FontFamily l_fontFamily(L"Arial"); I get an exception thrown. The Arial font family does exist on the computer. What could be wrong?...more >>



DevelopmentNow Blog