Difference between revisions of "BRender x86 1.1.2"

From Foone Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== Summary ==
==Summary==
This is the most complete and usable form of the BRender SDK found to date. It's located on [https://archive.org/details/boi-jul-96 the "Best of Internet" warez CD, July 1996 volume.]
This is the most complete and usable form of the BRender SDK found to date. It's located on [https://archive.org/details/boi-jul-96 the "Best of Internet" warez CD, July 1996 volume.]


Line 6: Line 6:
Useful external guides, from Argonaut (hosted on [https://rr2000.cwaboard.co.uk/home Tosh's RR2000 page])
Useful external guides, from Argonaut (hosted on [https://rr2000.cwaboard.co.uk/home Tosh's RR2000 page])


* [https://rr2000.cwaboard.co.uk/R4/BRENDER/INBK_1.HTM BRender x86 Install guide]
*[https://rr2000.cwaboard.co.uk/R4/BRENDER/INBK_1.HTM BRender x86 Install guide]
* [https://rr2000.cwaboard.co.uk/R4/BRENDER/UGBK_1.HTM BRender x86 Tutorial guide]
*[https://rr2000.cwaboard.co.uk/R4/BRENDER/UGBK_1.HTM BRender x86 Tutorial guide]
* [https://rr2000.cwaboard.co.uk/R4/BRENDER/TEBK_1.HTM BRender x86 Technical Reference]
*[https://rr2000.cwaboard.co.uk/R4/BRENDER/TEBK_1.HTM BRender x86 Technical Reference]
* [https://rr2000.cwaboard.co.uk/R4/BRENDER/ERRATA.HTM BRender Documentation Errata]
*[https://rr2000.cwaboard.co.uk/R4/BRENDER/ERRATA.HTM BRender Documentation Errata]
* [https://rr2000.cwaboard.co.uk/R4/BRENDER/newfaq.htm BRender Newbies FAQ]
*[https://rr2000.cwaboard.co.uk/R4/BRENDER/newfaq.htm BRender Newbies FAQ]


<br />
<br />


== Library files ==
==Library files==
A total of 49 LIB files are included, presumably for different setups and compilers. I'm attempting to identify which they are.
A total of 49 LIB files are included, presumably for different setups and compilers. I'm attempting to identify which they are. The most useful guide is the image on the [https://rr2000.cwaboard.co.uk/R4/BRENDER/INBK_10.HTM#HEADING9 Installing BRender page].
<br />
{| class="wikitable"
{| class="wikitable"
|+
|+
!Filename
!Filename
!Compiler
!
!Variant
!
!
!Use
|-
|-
|BRFMBXR.LIB
|BRFMBXR.LIB
|Borland C 4.5
|Fixed Point
|Arithmetic
|-
|-
|BRFMMFR.LIB
|BRFMMFR.LIB
|Microsoft C++ 2.0
|Floating Point
|Arithmetic
|-
|-
|BRFMMXR.LIB
|BRFMMXR.LIB
|Microsoft C++ 2.0
|Fixed Point
|Arithmetic
|-
|-
|BRFMWFRR.LIB
|BRFMWFRR.LIB
|Watcom C 10a/10.5
|Floating Point
Register-Calling
|Arithmetic
|-
|-
|BRFMWFRS.LIB
|BRFMWFRS.LIB
|Watcom C 10a/10.5
|Floating Point
Stack-Calling
|Arithmetic
|-
|-
|BRFMWXRR.LIB
|BRFMWXRR.LIB
|Watcom C 10a/10.5
|Fixed Point
Register-Calling
|Arithmetic
|-
|-
|BRFMWXRS.LIB
|BRFMWXRS.LIB
|Watcom C 10a/10.5
|Fixed Point
Stack-Calling
|Arithmetic
|-
|-
|BRFWBFR.LIB
|BRFWBFR.LIB
|-
|-
|BRFWBXR.LIB
|BRFWBXR.LIB
|Borland C 4.5
|Fixed Point
|Arithmetic
|-
|-
|BRFWMFR.LIB
|BRFWMFR.LIB
|Borland C 4.5
|Floating Point
|Arithmetic
|-
|-
|BRFWMXR.LIB
|BRFWMXR.LIB
|Borland C 4.5
|Fixed Point
|Arithmetic
|-
|-
|BRFWWFRR.LIB
|BRFWWFRR.LIB
|Watcom C 10a/10.5
|Floating Point
Register-Calling
|Arithmetic
|-
|-
|BRFWWFRS.LIB
|BRFWWFRS.LIB
|Watcom C 10a/10.5
|Floating Point
Stack-Calling
|Arithmetic
|-
|-
|BRFWWXRR.LIB
|BRFWWXRR.LIB
|Watcom C 10a/10.5
|Fixed Point
Register-Calling
|Arithmetic
|-
|-
|BRFWWXRS.LIB
|BRFWWXRS.LIB
|Watcom C 10a/10.5
|Fixed Point
Stack-Calling
|Arithmetic
|-
|-
|BRSTBFR.LIB
|BRSTBFR.LIB

Revision as of 00:41, 13 January 2022

Summary

This is the most complete and usable form of the BRender SDK found to date. It's located on the "Best of Internet" warez CD, July 1996 volume.

Other than some README.TXT files including some last minute additions and updates, there's no documentation included.

Useful external guides, from Argonaut (hosted on Tosh's RR2000 page)


Library files

A total of 49 LIB files are included, presumably for different setups and compilers. I'm attempting to identify which they are. The most useful guide is the image on the Installing BRender page.

Filename Compiler Variant Use
BRFMBXR.LIB Borland C 4.5 Fixed Point Arithmetic
BRFMMFR.LIB Microsoft C++ 2.0 Floating Point Arithmetic
BRFMMXR.LIB Microsoft C++ 2.0 Fixed Point Arithmetic
BRFMWFRR.LIB Watcom C 10a/10.5 Floating Point

Register-Calling

Arithmetic
BRFMWFRS.LIB Watcom C 10a/10.5 Floating Point

Stack-Calling

Arithmetic
BRFMWXRR.LIB Watcom C 10a/10.5 Fixed Point

Register-Calling

Arithmetic
BRFMWXRS.LIB Watcom C 10a/10.5 Fixed Point

Stack-Calling

Arithmetic
BRFWBFR.LIB
BRFWBXR.LIB Borland C 4.5 Fixed Point Arithmetic
BRFWMFR.LIB Borland C 4.5 Floating Point Arithmetic
BRFWMXR.LIB Borland C 4.5 Fixed Point Arithmetic
BRFWWFRR.LIB Watcom C 10a/10.5 Floating Point

Register-Calling

Arithmetic
BRFWWFRS.LIB Watcom C 10a/10.5 Floating Point

Stack-Calling

Arithmetic
BRFWWXRR.LIB Watcom C 10a/10.5 Fixed Point

Register-Calling

Arithmetic
BRFWWXRS.LIB Watcom C 10a/10.5 Fixed Point

Stack-Calling

Arithmetic
BRSTBFR.LIB
BRSTBXR.LIB
BRSTMFR.LIB
BRSTMXR.LIB
BRSTWFRR.LIB
BRSTWFRS.LIB
BRSTWXRR.LIB
BRSTWXRS.LIB
BRZBBFR.LIB
BRZBBXR.LIB
BRZBMFR.LIB
BRZBMXR.LIB
BRZBWFRR.LIB
BRZBWFRS.LIB
BRZBWXRR.LIB
BRZBWXRS.LIB
BRZSBFR.LIB
BRZSBXR.LIB
BRZSMFR.LIB
BRZSMXR.LIB
BRZSWFRR.LIB
BRZSWFRS.LIB
BRZSWXRR.LIB
BRZSWXRS.LIB
DIO4GWRR.LIB
DIO4GWRS.LIB
DIOPLBR.LIB
DIOPLMR.LIB
DIOPLWRR.LIB
DIOPLWRS.LIB
DIOPPBR.LIB
DIOX3WRR.LIB
DIOX3WRS.LIB