From backstage!globes.com!karen@olivea.ATC.Olivetti.Com Mon Dec 19 18:57:12 1994 Received: from olivea.ATC.Olivetti.Com by cat.syr.edu (4.1/1.0-6/5/90) id AA26655; Mon, 19 Dec 94 18:57:00 EST Received: by olivea.ATC.Olivetti.Com (5.65/1.34) id AA15434; Mon, 19 Dec 94 15:56:48 -0800 Received: from backstage.UUCP by olivea.ATC.Olivetti.Com (4.1/SMI-4.1) id AA15431; Mon, 19 Dec 94 15:56:45 PST Received: by globes.com (5.0/SMI-SVR4) id AA19240; Mon, 19 Dec 94 23:51:14 GMT Date: Mon, 19 Dec 94 23:51:14 GMT From: karen@globes.com (Karen OBrien) Message-Id: <9412192351.AA19240@globes.com> To: sonnet@cat.syr.edu Subject: FLEXlm Content-Type: text Content-Length: 1123 Status: R FLEXlm v3.0x vendor keys for SONNET_SOFTWARE (daemon name: "sonnetd") Your FLEXlm vendor key #1 is "0x03961224" Your FLEXlm vendor key #2 is "0x85c83de7" Your FLEXlm vendor key #3 is "0x8410b8ac" Your FLEXlm vendor key #4 is "0x971ef9da" These keys enable the following platforms: hp700 sun rs6000 Your LM_CODE() macro should look like this: LM_CODE(x, ENCRYPTION_CODE_1, ENCRYPTION_CODE_2, VENDOR_KEY1, VENDOR_KEY2, VENDOR_KEY3, VENDOR_KEY4); where: x - Is the name for your VENDORCODE variable In the file "lm_code.h", you need to modify the four lines: #define VENDOR_KEY1 xxxxx #define VENDOR_KEY2 xxxxx #define VENDOR_KEY3 xxxxx #define VENDOR_KEY4 xxxxx #define VENDOR_NAME "demo" to read: #define VENDOR_KEY1 0x03961224 #define VENDOR_KEY2 0x85c83de7 #define VENDOR_KEY3 0x8410b8ac #define VENDOR_KEY4 0x971ef9da #define VENDOR_NAME "sonnetd" Your lm_init() call should look like this: lm_init(VENDOR_NAME, &x, (LM_HANDLE **) NULL)); where: x - Is the same name you used as the first parameter in the LM_CODE() macro Your software never expires