VOGONS


First post, by ustcmarkness

User metadata
Rank Newbie
Rank
Newbie

Hi,

As I converted the visual/dosbox.dsw(VC 6.0) of DosBox 6.5 to the visual studio 2002(VC 7.0), some problems came.

dosbox fatal error C1083: Cannot open source file: '\Work\dosbox\dosbox-0.65\src\cpu\slow_16.cpp': No such file or directory
dosbox fatal error C1083: Cannot open source file: '\Work\dosbox\dosbox-0.65\src\hardware\serialport.cpp': No such file or directory
dosbox fatal error C1083: Cannot open source file: '\Work\dosbox\dosbox-0.65\src\hardware\softmodem.cpp': No such file or directory
dosbox fatal error C1083: Cannot open source file: '\Work\dosbox\dosbox-0.65\src\ints\dpmi.cpp': No such file or directory

I wonder how to use the Microsoft's Visual C++ 2002 to successfully build DOSBox.

Thanks.

My friends!

Reply 1 of 4, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Neither dosbox 0.65 nor vs2002 (does that exist??) are supported.
Any reason you want to use that combination?

Reply 2 of 4, by HunterZ

User metadata
Rank l33t++
Rank
l33t++

The DOSBox Wiki has instructions on building DOSBox in Visual Studio Express 2008 I think. You might try following the Wiki instructions and either using VSE or at least try using the DOSBox 0.73 sources.

Reply 3 of 4, by ustcmarkness

User metadata
Rank Newbie
Rank
Newbie

Thanks for all!

Oh, the version of bosbox is 6.3. I'm trying to compile it using Visual C++ 7.0 undet Mircrosoft Development Environment 2002 Version 7.0.

Now, the problem is solved. It can be compiled successfully.

But when I ran the project, the keyboard couldn't work!......

My friends!

Reply 4 of 4, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

As i said both are VERY old versions so you're on your own.