1123-3117-5939-7431-6697-5005-32 

Enter your vendor keys are entered by editing the file:

   <location of FLEXlm>/machind/lm_code.h


 Vendor name =  demo
    vendor key 1 = 0x120059f4
    vendor key 2 = 0xacb5c3f8
    vendor key 3 = 0x9153f646
    vendor key 4 = 0x5c0923fd
    vendor key 5 = 0xcc96ea42

    encryption seed 1 = 0xdead1
 (selected by the developer)
    encryption seed 2 = 0xdead2
 (selected by the developer)

you therefore invoke the license constructor as follows:
   license lic = new license ("demo", 0xcc96ea42 ^ 0xdead1,
                 0xcc96ea42 ^ 0xdead2, 
                 0x120059f4, 0xacb5c3f8, 0x9153f646, 0x5c0923fd);
