Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?



One more question Alex. Should I register the Debug copy of the dll or the
Release copy? Or it doens't make any differences in debugging when I attach
it to the Active Directory in VS?
--
Thanks.


"Alexander Nickolov" wrote:

Compile it in VC 7.1 and register/use the new version :)

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================

"Pucca" <Pucca@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F6F756E3-2F21-42FA-AD18-C69437243996@xxxxxxxxxxxxxxxx
Thanks Alex. I put all my cpp, .h and sr files into the "Solution"folder,
after I crated the project. I then attached to Active Directory with some
break points but it's not stopping at those breaks. I don't know what I'm
missing.
--
Thanks.


"Alexander Nickolov" wrote:

Well, I assumed basic familiarity with VC... You can create a folder
in the project by right-clicking on the project itself in the solution
explorer window. These are immaterial as far as compilation
goes and serve to help you better organize your files. In fact
I rarely use the default folders (delete them right away) and
instead create my own folders for file grouping...

Your project consists of C++ files - most common extensions
are: .CPP, .H, .HPP. If you have resources, you'd need those
as well. You certainly want to avoid project and workspace
related files - avoid the following extensions: .NCB, .VCPROJ,
..SLN (list may be incomplete as I don't remember all off the
top of my head...)

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================

"Pucca" <Pucca@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F279F78B-98BD-4D28-A34A-8A81B61C783A@xxxxxxxxxxxxxxxx
Hi Alex, No I'm not using ATL. After I create a proejct in vs2003,
Under
the
Solution name of my proejct it only has one folder of "Solution Items".
In
my 2003, I have 3 separate folders for my .h, cpp and source files.
How
do I
add these folders? If I can't add these folders then do I just put
everyting
under this one folder? Do I only need to copy all the files (excluding
the
dll) from my project folder and not the sub-folders under it?
--
Thank you.


"Alexander Nickolov" wrote:

You'll have to recreate the project in VC 7.1, then import
you existing code files and recompile. I hope you are not
using attributed ATL...

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================

"Pucca" <Pucca@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C18A9FBF-F311-4A53-AEF4-489152D9D930@xxxxxxxxxxxxxxxx
I can't get the pageheap to give me any information on why my com
project
for
AD property page is crashing at the end. I have a Rational Purify
software
that I can run in VS 2003 but my project is compiled in 2005. How
can
I
open
this in vs2003 ?
--
Thanks.









.



Relevant Pages

  • Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
    ... I keep getting the .exe output when I compile in the VC7. ... the General Configuration Type to be .dll in the Project Property. ... Microsoft MVP, MCSD ... instead create my own folders for file grouping... ...
    (microsoft.public.win32.programmer.ole)
  • Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
    ... Microsoft MVP, MCSD ... Or it doens't make any differences in debugging when I ... "Alexander Nickolov" wrote: ... instead create my own folders for file grouping... ...
    (microsoft.public.win32.programmer.ole)
  • Re: Instances in DCOM
    ... > if it run as server side (in the same server that is installed the SQL ... > But if in case of use a DLL we use a EXE, ... > "Alexander Nickolov" escribió en el mensaje ... > Microsoft MVP, MCSD ...
    (microsoft.public.win32.programmer.ole)
  • Re: QueryInterface failure.
    ... Alexander Nickolov ... Microsoft MVP, MCSD ... Not sure what you mean by a DLL desribing all interfaces. ...
    (microsoft.public.vc.atl)
  • Re: Can I use Windows Sockets API in DllMain or CWinApp::InitInsta
    ... DLL contains glaring bugs. ... Microsoft MVP, MCSD ... calling in the InitInstance when the Windows Sockets feature is selected. ... "Alexander Nickolov" wrote: ...
    (microsoft.public.win32.programmer.networks)