Hi everyone,
i facing a error :
fatal error C1083: Cannot open include file: 'bios.h': No such file or directory.
How should i use bios.h in visual studio C++ ???
how to use bios.h in Visual Studio C++ 2008how to use bios.h in Visual Studio C++ 2008
Page 1 of 1
4 Replies - 4747 Views - Last Post: 17 October 2010 - 02:53 AM
#1 Guest_drey*
how to use bios.h in Visual Studio C++ 2008
Posted 16 October 2010 - 11:28 PM
Replies To: how to use bios.h in Visual Studio C++ 2008
#2
Re: how to use bios.h in Visual Studio C++ 2008
Posted 16 October 2010 - 11:41 PM
Show us the line of code where you are including bios.h
Do you understand the difference between
#include <theFile.h>
and
#include "theFile.h"
Do you understand the difference between
#include <theFile.h>
and
#include "theFile.h"
#3
Re: how to use bios.h in Visual Studio C++ 2008
Posted 16 October 2010 - 11:52 PM
bios.h is an ancient fossil from 16-bit real-mode DOS days.
Your compiler can only generate 32-bit protected mode win32 programs.
Why do you want to pull your nice new Ferrari around as if it were a horse drawn cart?
In other words, tell us what you're trying to do (serial port say) and then we can tell you the nice modern win32 way to do it.
Your compiler can only generate 32-bit protected mode win32 programs.
Why do you want to pull your nice new Ferrari around as if it were a horse drawn cart?
In other words, tell us what you're trying to do (serial port say) and then we can tell you the nice modern win32 way to do it.
#4 Guest_drey*
Re: how to use bios.h in Visual Studio C++ 2008
Posted 17 October 2010 - 12:14 AM
hi janotte,
I'm confuse about the 2 header files
I'm confuse about the 2 header files
#5
Re: how to use bios.h in Visual Studio C++ 2008
Posted 17 October 2010 - 02:53 AM
Page 1 of 1
|
|

New Topic/Question
Reply
MultiQuote









|