-->
Downloads PDF Print Email
Here you can download the source code files and development tools described in our book.

Source code examples from Chapters 2-8


COM server generator

Program for automatically wrapping a Fortran module written in our pseudo objected-oriented style with the necessary code to create a COM server in conjunction with the Intel Visual Fortran Compiler for Windows (version 8.0 and newer). Note: the instructions for generating COM servers using this tool have changed slightly since the book was written. Please view the revised book text for sections 7.3.1 through 7.3.5 by following the link below. All references to a ``Perl script'' in the book should now refer to the COM server generator tool. ActiveState Perl is no longer required.


The ELogit COM server

Zip file containing the file ELogitSrvr.exe. You can download and install this COM server on your computer to test out the ELogit client examples in chapter 8. To install and register the COM server, first extract it from the Zip file and place it in a convenient location. Then open a Command Prompt window, and change directory to the location where you put the COM server. Then issue the following command:

elogitsrvr /regserver


SASCOMIO

A plug-in for SAS (version 8 and newer) that allows users to access a COM server from within PROC IML. This plug-in requires that you also install the runtime DLLs in the link below.


RCOM Client package for R

A package for R that allows users to access a COM server from within the R environment. To install, choose "Packages" and "Install package(s)..." from the R GUI menu. Select a download site (if prompted), and then select "rcom" from the list of packages.

Alternatively, you may obtain rcom via the CRAN web site by clicking here: http://cran.r-project.org/src/contrib/Descriptions/rcom.html


Magic8 COM Server

Zip file containing the file magic8_com.exe, the Magic8 COM server. Note that this file is not an installer--it is the COM server. To install and register the COM server, first extract it from the Zip file and place it in a convenient location. Then open a Command Prompt window, and change directory to the location where you put the COM server. Then issue the following command:

magic8_com /regserver