Fabian Nunez FDC driver
Fabian Nunez FDC driver
Did anyone tried to use/port the Fabian Nunez FDC driver in your OS? It uses some C libraries, that my OS hasn't got. Libraries such as go32.h and pc.h . Where can I get the functions that are used in that FDC driver code?
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Fabian Nunez FDC driver
these are typical stuff from DJGPP world... "go32" is the extension that makes a DJGPP 32bit files wrapped around a 16bit executable that contains code to switch to (and manage) protected mode.
i don't know about "pc.h" ...
i don't know about "pc.h" ...
Re:Fabian Nunez FDC driver
go32 has a function that i need. It is movedata() where can I get it?
Re:Fabian Nunez FDC driver
Go here: http://www.delorie.com/djgpp/zip-picker.cgi
in the zip "v2/djdev203.zip"
Are the .h files you need, but do you not need dos, to run that demo ?.
in the zip "v2/djdev203.zip"
Are the .h files you need, but do you not need dos, to run that demo ?.
Re:Fabian Nunez FDC driver
I have h files in my djgpp. But when I compile, it has problems and it doesn't understand them. I need to write my own libraries I think.