Where Can I Find VC++6.0?

Programming, for all ages and all languages.
Post Reply
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

Where Can I Find VC++6.0?

Post by VolTeK »

do i have to buy it or can some one point me to a link or give me a copy (if you can) because i hear many people use it and it may be better than what i have (VC++2008) it is much more simple to use i guessor it has many thing ready for you to do.


Please tell me someone can get me this :D
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

Re: Where Can I Find VC++6.0?

Post by eddyb »

Why do you need something old, when you have something new? I don't understand.. Anyway, I let you google
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Where Can I Find VC++6.0?

Post by Troy Martin »

Oh dear god...

You do have to buy it to get it legally. You can most definitely find a copy on eBay (you better be in the U.S. of A. to get it shipped to you for this one) for cheap.
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

Re: Where Can I Find VC++6.0?

Post by VolTeK »

well shiner the reason why i want an old one is because source code i get can only be compiled by certain versions of the VC++ kernel most of them are 6.0 but hey i guesss your right ill stcik with what i have. and sorrry but the legendary google did not give me any poitive as to not uying it but alright.
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: Where Can I Find VC++6.0?

Post by neon »

because i hear many people use it and it may be better than what i have (VC++2008) it is much more simple to use i guessor it has many thing ready for you to do.
Who in the world told you that? VC++ 6 is pre ANSI C++ hence does not follow the standard well, old, buggy, and doesn't compile some standard C++ code do to it being pre ANSI C++.

I highly recommend sticking with VC++ 2008.
well shiner the reason why i want an old one is because source code i get can only be compiled by certain versions of the VC++ kernel most of them are 6.0 but hey i guesss your right ill stcik with what i have.
VC++ 2008 comes with a project conversation wizard that can help you convert some older projects to VC++ 2008. Have you tried using it?
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

Re: Where Can I Find VC++6.0?

Post by VolTeK »

oh yes i have tried it, it does it automatically when i oepen the old file, but the compiling does not go my way, things are missing or the header files are different than the old 6.0 header files. but yeah ill stik with the new vc i have,it camewith studio i downloaded (thecompuer im on is not mine but have acsess to it all of the time, but my computer has not inter net, so i use a 1GB chip to transfer data) and it was not easy getting 9.0 on my computer with out internet, but i found a way, just download what it has to find on the internet (which it cant thats why it stops on that mark) so i download it so it does not have to search the inet, and it was sucsessful, thats why the studio is not coming of that computer.
ru2aqare
Member
Member
Posts: 342
Joined: Fri Jul 11, 2008 5:15 am
Location: Hungary

Re: Where Can I Find VC++6.0?

Post by ru2aqare »

Most likely, missing header files and functions are due to the fact that VS6 does not follow the C standard. At least that's what I would guess. The more recent the compiler, the better (in terms of standard compliance).
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

Re: Where Can I Find VC++6.0?

Post by VolTeK »

not that, say it uses iostream, the new iostream may be different. differences like that.
tantrikwizard
Member
Member
Posts: 153
Joined: Sun Jan 07, 2007 9:40 am
Contact:

Re: Where Can I Find VC++6.0?

Post by tantrikwizard »

Theres been a lot of changes between VS6 and VS2008 (about 11 years and 4 revisions worth) and can be downloaded free in the express edition. You can also download the Device Driver SDK (DDK) which has MASM and all the low level utilities. If you're still missing something download the Platform SDK which has all the other tools, headers and libs. I can't think of anything else you would possibly need to build windows apps with VC except for 3rd party libraries.

FYI, you cant use MASM of VC for OS development, its in the license agree last I checked.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Where Can I Find VC++6.0?

Post by Combuster »

If any code is broken enough to require VC6 bug-compatibility, then its also deserves to be disintegrated. :evil:

And asking people to give you a copy is considered illegal.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: Where Can I Find VC++6.0?

Post by pcmattman »

VC++ 2008 *will* compile old Win32 code - you need to firstly switch your project into multibyte (it defaults to Unicode when creating a project), and you also need the Platform SDK. That PSDK is what allows you to use the Win32 API rather than the CLI.
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

Re: Where Can I Find VC++6.0?

Post by VolTeK »

of course i will do that, thanks
DeletedAccount
Member
Member
Posts: 566
Joined: Tue Jun 20, 2006 9:17 am

Re: Where Can I Find VC++6.0?

Post by DeletedAccount »

Hi,
You can always try out the Visual C++ Express Editon , which is available for free download :) .

Regards
Shrek
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Where Can I Find VC++6.0?

Post by Troy Martin »

Shrek wrote:You can always try out the Visual C++ Express Editon , which is available for free download :) .
Heh, I use VC++ 2008 Express for an IDE for my assembly programming :D
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
DeletedAccount
Member
Member
Posts: 566
Joined: Tue Jun 20, 2006 9:17 am

Re: Where Can I Find VC++6.0?

Post by DeletedAccount »

I am however writing my own custom ide . I see visual 2008 everyday :wink: .

Regards
Shrek
Post Reply