Book Recommendations
Wed, 27 Aug 2008 15:33:33 -0700 (PDT)
All,
I'm looking to get myself a book on C++/CLI, and would greatly
appreciate advice from this group. I'm particularly interested in
interop/mixing managed and unmanaged code, I already know standard C++
so what I don't want is a book covering C++ basics, nor do I really
want reams of class library documentati ...
|
Internet Explorer XML parsing error in Windows Vista
Wed, 27 Aug 2008 00:42:01 -0700
I have a XML file with following content.
<?xml version="1.0"?>
<devices version="1.0">
<device id="S60_3rd" name="com.nokia.s60" default="no" userdeletable="no">
<epocroot>C:\Symbian\9.1\S60_3rd\</epocroot>
</device>
<device id="S60_3rd_FP1" name="com.nokia.s60" default="yes"
userdeletable="no">
<epocro ...
|
(cont'd) Callback interface to communicate from native C++ -> CLi\C++
Options
Tue, 26 Aug 2008 12:34:36 -0700 (PDT)
Sorry, some how I clicked post before I finished.
Hi,
I'm writing an application that has a native c++ layer, and a CLi/C++
layer above it. Above the CLi layer will be C# but that's not
relavent to this post. My question has to do with communicating
between the native layer to the CLi layer. Typically ho ...
|
Callback interface to communicate from native C++ -> CLi\C++
Tue, 26 Aug 2008 11:48:21 -0700 (PDT)
Hi,
I'm writing an application that has a native c++ layer, and a CLi/C++
layer above it. Above the CLi layer will be C# but that's not
relavent to this post. My question has to do with communicating
between the native layer to the CLi layer. Typically how I do this is
this ...
**CLi/C++ Layer**
MTes ...
|
Help!! How can I get current visual studio version in VC project
build event?
Tue, 26 Aug 2008 00:49:58 -0700 (PDT)
Hi, guys,
One question block me. I want to know current Visual Studio version,
"vc80" or "vc90" in Build Event. Can I use some macro in Build Event
to get it?
Thanks a lot!
Ed.
...
|
DLL DEBUG MODE IN CPP
Mon, 25 Aug 2008 18:08:01 -0700
Here's the problem. I've been developing a C++ application since 2003 using
the default settings. Comes time to find all the memory leaks. I downloaded
a nifty package that won't work unless I use the debug library DLLs. I get
nothing but complaints from Visual Studio 2008. On <name-of-app> Property
Pag ...
|
How to implement affine transform stack
Mon, 25 Aug 2008 13:30:02 -0700
I think SetWorldTransform/GetWorldTransform/ModifyWorldTransform are the
functions I want. Does anyone have an example that implements a stack?
(1) I want to call SetWorldTransform in MM_ANISOTROPIC (why does not this
work?)
(2) Draw some rectangles.
(3) Call ModifyWorldTransfom to draw more rectangles in ...
|
|
|
Re: Vista / XP msvcrt.dll error
Sun, 24 Aug 2008 18:56:00 -0700
After I build a MFC project under vista using vs 2008, I install it under XP.
when i run it, error was happened:
The procedure entry point _except_handler4_common could not be located in
the dynamic link library msvcrt.dll
why? ...
|
Software Testing ? Unit Testing With Typemock Isolator
Fri, 22 Aug 2008 15:06:32 -0700 (PDT)
http://www.typemock.com/
The advantages of unit testing are well known, giving development
teams a safety net to facilitate change, ease integration and supply
live documentation.Unit testing of small logical code is quite easy
and can show value quickly.
But in real life, our code will use other classes and co ...
|
Access denied fro GetShortPathName in Windows Vista
Fri, 22 Aug 2008 02:31:02 -0700
I have a win32 application that creates a directory in Users's Application
Data directory (Example: c:\users\<username>\Local Settings\Application
Data\MyFolder) and writing application specific data there. Thinks are
working fine. But when I use GetShortPathName to get the short path for the
above path, it ...
|