ProBoard HOWTO-03
How to compile the PEX from within Borland's IDE

Rename the PB_SDK.OBJ file to C0PB_SDK.OBJ (or any name as long as it starts
with C0). Create a project file as usual. The first file in that project
should be the C0PB_SDK.OBJ. Then, go on as usual and include the other
files. In Options~Linker~Libraries, set the Standard Run-time Libraries to
none. This is it. Now you can build your executable. Rename it from EXE to
PEX and you're done. Don't forget to use the Large memory model.

NOTE
	As of May 5, 1995, I have run into a problem with this approach. One
	of the programs I was developing, if made in the described way would
	crash the machine when run. The conventional makefile approach worked
	well. It is	only this program... any ideas?

