View Single Post
Old 06-07-2005, 11:10 PM   #2 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,705
redhead is on a distinguished road
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.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote