|
This is a dos specific include file, it comes with the compiler, you can't expect your "new" compiler to accept it, since the definitions in a header file is pointing to something which is accessible by linking to some library which the compiler provides.
What you need to do, is show us the code you want to have working with your "new" compiler, that way we can tell you what header files provided by your "new" compiler will provide you with the needed functions which the code is using.
Or provide you with information on how to exchange those functions with others that are pressent on your new system.
|