Subj : Re: void interrupt(*oldvects[2])(...); can't compile. To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Thu Dec 09 2004 03:45 pm > The code was compiled in Borlands C++ v5.02 ... Yes. Borland C++ will create DOS programs. > I am currently using C++BuilderX Personal > 1.0.1786 on XP. I am not interested to port the > program. I want to compile and run it as it is. C++ Builder X creates 32 bit programs. The code you posted is 16 bit DOS code from 15 years ago. C++ Builder X will not handle it. .. Ed > Nathan Witemberg wrote in message > news:41b87284$1@newsgroups.borland.com... > > The code was compiled in Borlands C++ v5.02 using > Pentium/233 64mb RAM Win95 and it is supposed to > be a DOS application and compiled and ran without trouble. > > I am currently using C++BuilderX Personal 1.0.1786 on XP. > I am not interested to port the program. I want to compile > and run it as it is. > > Thanks for the help. > > Nathan .