Hi there, sorry to ask what might be a dumb question but this is my first time with non Microsoft or Borland Compiler.
I am wanting to compile a C++ project for an embedded PC104 card and am looking for include files and libraries normally included with MS or Borland, (i.e. bios.h, dos.h etc).
What is the normal route to aquire these with GCC compiler setups?
<b>Thanks I appreciate your time</b>
<i>Colin</i>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Not too sure at this stage. I have inherited a project that was initially compiled with Microsoft's Visual C 1.5 and I see they are using the bios.h and dos.h includes so am assuming they are using some of the functions (maybe I will get lucky, but this will be a real change in fortune so it is unlikely). I am assuming there should be some equivalent libraries out there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there, sorry to ask what might be a dumb question but this is my first time with non Microsoft or Borland Compiler.
I am wanting to compile a C++ project for an embedded PC104 card and am looking for include files and libraries normally included with MS or Borland, (i.e. bios.h, dos.h etc).
What is the normal route to aquire these with GCC compiler setups?
<b>Thanks I appreciate your time</b>
<i>Colin</i>
if you are looking for te interupt thing... well... if you find it let me know... what funstions out of it are you needing?
Zero Valintine
Not too sure at this stage. I have inherited a project that was initially compiled with Microsoft's Visual C 1.5 and I see they are using the bios.h and dos.h includes so am assuming they are using some of the functions (maybe I will get lucky, but this will be a real change in fortune so it is unlikely). I am assuming there should be some equivalent libraries out there.