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 >>
|