Log in

View Full Version : Flexlm v10.8


diazpi
February 16th, 2010, 04:28
Build for Flexlm V10.8
Could you tell me why when I run build.bat, I get this error message
Code:

RC -r -fo vendorname.res vendorname.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.

fatal error RC1110: could not open ptc_d.rc
NMAKE : fatal error U1077: '"C:\Program Files\\Microsoft SDKs\Windows\v6.0A\bin\
RC.EXE"' : code retour '0x1'
Stop.


In the makefile, the error appears to the execution of these lines.
Code:
$(DAEMON): $(XTRAOBJS) $(DAEMONLIBS) lsvendor.obj $(SRCDIR)\lsserver.h $(LMNEW_OBJ)
$(RC) -r -fo $(VENDORNAME).res $(VENDORNAME).rc
$(LD) /subsystem:console /out:$(DAEMON) lsvendor.obj $(LMNEW_OBJ) \
$(XTRAOBJS) $(DAEMONLIBS) $(CRT_LIB) $(XTRALIB1) $(VENDORNAME).res


In file lm_code.h, variable LM_STRENGTH = LM_STRENGTH_239BIT

Thanks you

Woodmann
February 16th, 2010, 20:01
http://www.google.com/#hl=en&source=hp&q=fatal+error+RC1110&aq=f&aqi=&oq=&fp=c26c79a56c95bda8

http://www.google.com/#hl=en&source=hp&q=fatal+error+U1077&btnG=Google+Search&aq=f&aqi=&oq=&fp=c26c79a56c95bda8

http://www.google.com/#hl=en&q=code+retour+%270x1%27&start=0&sa=N&fp=c26c79a56c95bda8



diazpi
February 19th, 2010, 11:16
Hello,

In the directory I created a file (VendorName). Cr empty . Running build.bat file created vendorname.exe.
Is that the correct procedure?

Thanks