944,209 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 1718
  • C++ RSS
Jul 19th, 2006
0

Vc 1.52

Expand Post »
hi! i hav a code that was compiled using Microsoft VC++1.52. now i need to compile it on VC 6. but the compiler is generating the errors in statements containing use of FAR pointer. can any one guide me how to remove these errors or where can i find this old vc++ 1.52. any help wud be appreciated.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
ranaz is offline Offline
1 posts
since Jul 2006
Jul 19th, 2006
0

Re: Vc 1.52

Quote originally posted by ranaz ...
can any one guide me how to remove these errors
Usually just including
C++ Syntax (Toggle Plain Text)
  1. #define FAR
in a common header file should do the trick. The common header file should be after all your other include files.
Quote originally posted by ranaz ...
where can i find this old vc++ 1.52.
I think if you have an MSDN subscription you can download the old compilers. But stick with the new one. Much better if you can get a newer version than VC6.
Moderator
Reputation Points: 572
Solved Threads: 115
Mentally Challenged Mod.
WolfPack is offline Offline
1,559 posts
since Jun 2005
Jul 19th, 2006
0

Re: Vc 1.52

Here seems to be a source where you can get that compiler. I don't know if that link is still any good.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2283
Retired and Enjoying Life
Ancient Dragon is online now Online
21,964 posts
since Aug 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: complete binary tree using an array help
Next Thread in C++ Forum Timeline: Return variable





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC