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
In the makefile, the error appears to the execution of these lines.
In file lm_code.h, variable LM_STRENGTH = LM_STRENGTH_239BIT
Thanks you
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