Category : Files from Magazines
Archive   : DBMS9106.ZIP
Filename : OLY3

 
Output of file : OLY3 contained in archive : DBMS9106.ZIP
*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* TCNOVL.PRG by P. L. Olympia, Platinum Software Int'l, 03/91

* From: DBMS Set Expert On Column, 06/91 issue

* Program to show Force/TurboC/Netware mixture
* Uses compiled Novlconn.c to get userid and station number
* from the Novell bindery and use those in a Force program

* Sample Link command:
* tlink tcnovl+novlconn+\f21e\lib\turboc.obj,,,\f21e\lib\force ;
d:\turboc\lib\lnit d:\turboc\lib\cl

#include io.hdr
#include math.hdr
#include string.hdr
#include system.hdr

*-- Extrn Procedures and Functions
PROCEDURE setup_turboc prototype
PROCEDURE userid prototype && our external turboC proc
PARAMETERS char(48) yourid, UINT StaNo

*-- Main Program
PROCEDURE force_main
vardef
char(48) yourid
UINT StaNo
Enddef

DO setup_turboc && init turboC...simulate
&& turboC startup
yourid = SPACE(48)
StaNo = 0
DO userid WITH yourid, StaNo
? "Your userid is ", yourid
? "Your station number is ", StaNo
ENDPRO
*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


  3 Responses to “Category : Files from Magazines
Archive   : DBMS9106.ZIP
Filename : OLY3

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/