Re: Visual studio 2003 .NET versus its own Command Prompt
From: Carl Daniel [VC++ MVP] (cpdaniel_remove_this_and_nospam_at_mvps.org.nospam)
Date: 12/15/04
- Next message: Carl Daniel [VC++ MVP]: "Re: Can I get vc6?"
- Previous message: Mark Randall: "Re: Can I get vc6?"
- In reply to: revyakin_at_yahoo.com: "Visual studio 2003 .NET versus its own Command Prompt"
- Next in thread: revyakin_at_yahoo.com: "Re: Visual studio 2003 .NET versus its own Command Prompt"
- Reply: revyakin_at_yahoo.com: "Re: Visual studio 2003 .NET versus its own Command Prompt"
- Reply: revyakin_at_yahoo.com: "Re: Visual studio 2003 .NET versus its own Command Prompt"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Dec 2004 18:07:29 -0800
revyakin@yahoo.com wrote:
> As a follow-up to my previous message... I am a total C++ newbie, with
> quite a bit of OOP though (python). I have a Visual studio 2003 .NET
> package in the lab. When I installed and tried to run it, I got a
> message saying that the maximum # of licenses has been reached. I
> could easily buy more licenses, but since it would take some time,
> and I really wanted to start doing something, I tried using the
> command command line compiler which cames with it. The command
> command line compiler was working fine with Hello World programs,
> but failed when compiling a commercial code (LNK2019 error) (I was on
> the phone with a rep and he said he could comile from the Visual
> Studio w no prob).
>
> Question(s):
> *What does the command line compiler lack, except for the graphical
> interface of the working package? Do you think that the LNK2019 error
> would not occur if I was using the whole package?
Can you give and example or two of the symbols that are undefined?
Does the commercial library in question use ATL, MFC or STL? If so, you
won't be able to use it from VC7{.1} no matter how hard you try - it simply
has to be re-compiled with the same compiler you're using.
-cd
- Next message: Carl Daniel [VC++ MVP]: "Re: Can I get vc6?"
- Previous message: Mark Randall: "Re: Can I get vc6?"
- In reply to: revyakin_at_yahoo.com: "Visual studio 2003 .NET versus its own Command Prompt"
- Next in thread: revyakin_at_yahoo.com: "Re: Visual studio 2003 .NET versus its own Command Prompt"
- Reply: revyakin_at_yahoo.com: "Re: Visual studio 2003 .NET versus its own Command Prompt"
- Reply: revyakin_at_yahoo.com: "Re: Visual studio 2003 .NET versus its own Command Prompt"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|