Search:
Namespaces
Discussions
.NET v1.1
Feedback
How to downgrade to VC++ 6.0 fro VC.NET ?
Messages
Related Types
This message was discovered on
microsoft.public.dotnet.languages.vc
.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...
Hyo-Han Kim
Hi..
someone built app. with VC++.NET ..
But It cause error on Windows 98 SE .. No one can correct the error.
So I would like to downgrade the app to VC++ 6.0 ..
The application should be complied with VC++6.0 again..
How can I do this with smart ?..
TIa
Reply to this message...
Ronald Laeremans [MSFT] (VIP)
Have you called Microsoft support? Windows 98 SE is a supported target
platform for executables compiled with the 2002 and 2003 versions of Visual
C++, PSS should be able to help you (for the normal incident fee) to help
track down the problem.
Ronald Laeremans
Visual C++ team
"Hyo-Han Kim" <
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
Carl Daniel [VC++ MVP] (VIP)
Hyo-Han Kim wrote:
[Original message clipped]
http://msdn.microsoft.com/visualc/previous/downgrade.aspx
-cd
Reply to this message...
Hyo-Han Kim
It is about license.. not about source
Thanks anyway..
"Carl Daniel [VC++ MVP]" <
Click here to reveal e-mail address
>
wrote in message news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
Carl Daniel [VC++ MVP] (VIP)
Hyo-Han Kim wrote:
> It is about license.. not about source
It wasn't clear what your question was. I guess now that what you're asking
is how to go about downgrading your source code to work with VC6. That's a
much harder question. Basically, you'll probably have to just try it and
see what doesn't work. If you're using MFC (for example), it's likely that
the folks on the MFC newsgroup (for example) could give you specific tips
about where incompatibilities might lurk. Likewise for ATL.
As far as the compiler proper goes, if you're making use of any advanced
template techniques, it's likely that you'll run into significant
difficulties with VC6. VC6 does not support partial specialization of class
templates, does not support argument dependent lookup, and has many bugs
related to template parsing. The C++ standard library with VC6 is also
quite deficient, relatively speaking, You can mitigate some of that by
purchasing an upgrade library from Dinkumware, or possibly using an
alternate standard library such as STLport. Outside templates, you'll find
VC6 to be a perfectly capable compiler.
-cd
Reply to this message...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com