Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 06-22-2013, 22:00
dirkmill dirkmill is offline
Friend
 
Join Date: Jul 2004
Posts: 23
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
dirkmill Reputation: 0
hi rcer,

I don't have the 11.9.1 here atm but in my older makefiles (11.4) the only section using the resource compiler is
Code:
buildmsgfile
is that the same for you or do you see additional uses of
Code:
$(RC) -r -fo
?
what values are the variables
Code:
EVENTLOGMESSAGEFILE
EVENTLOGMESSAGEFILE2
set to ?

cheers,

dirkmill :B
Reply With Quote
  #2  
Old 06-22-2013, 22:27
dirkmill dirkmill is offline
Friend
 
Join Date: Jul 2004
Posts: 23
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
dirkmill Reputation: 0
too late to edit my previous post

I just checked 11.9.1 i86_n3 out and initially got the same error message.
you basically have two options:
1. create a (potentially empty) resource file for your vendor daemon
2. edit the makefile to skip compiling and linking of the resource file for the vendor daemon

for option two just use the following as replacement of the daemon-section of your makefile:
Code:
daemon:	$(DAEMON)

$(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) $(DONGLELIB) $(ACTSTUB) $(VENDORNAME).res
           	$(XTRAOBJS) $(DAEMONLIBS) $(CRT_LIB) $(XTRALIB1) $(DONGLELIB) $(ACTSTUB) 
			$(EMBED_MANIFEST)
cheers,

dirkmill :B
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What's the regular SDK compile flow with ECC check? bridgeic General Discussion 1 08-29-2014 09:14
How to fix these three RadASM compile errors? bridgeic General Discussion 39 04-10-2013 12:32
how to compile windows NT4/2000? jonwil General Discussion 9 09-05-2004 10:30


All times are GMT +8. The time now is 11:50.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )