How do I compile unmanaged c++ code in VS 2005?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am going to have to use some unmanaged c++ code in an application that we
are working on. My question is this. Do I have to use the eVC++ 4.00 IDE to
compile this code or can I do it all right from VS2005? I have never done any
work in VS that required unmanaged c++ code.

Thanks in advance,
 
Just create a c++ project in VS2005 and add the source files you have
created or create new ones - no problem!

BR
Ole
 
Great. I am having to do some work with "DirectShow" and I am not sure how to
get the thing working right. I have tried the example code that comes with
the WM6 SDK called "CameraCapture" but it does not save an image when you
capture it and it does not show a preview window. For what I need I cannot
use the built in Camera Dialog control I have to use DirectShow.


--
Noble D. Bell
www.noblesoftware.com



dbgrick said:
Here are some tips for mixing managed and unmanaged C++ code. I hope it helps:

http://www.ondotnet.com/pub/a/dotnet/2003/03/03/mcppp2.html?page=last

Regards,
Rick D.
Contractor
 
Back
Top