Re: How to use MC generated RC file and version RC file together in a driver(.sys)

From: Gary G. Little (gary.g.little.nospam_at_seagate.com)
Date: 08/03/04


Date: Tue, 03 Aug 2004 12:25:20 GMT

Include the rc output from MC in your primary RC file. Alternately you can
call the BIN file generated by MC but I find that can get STUCK and not
update new versions as you add, modify or changes your message file.

-- 
Gary G. Little
Seagate Technologies, LLC
"G.N.Raj" <gnraj@hotmail.com> wrote in message
news:OfnPKLVeEHA.2544@TK2MSFTNGP10.phx.gbl...
> I tried something like this. Not sure if this the way and not sure if it
> works. Not yet tested.
>
> I included the version info RC file in the sources and included the other
RC
> file inside the first RC file by using #include ...
>
> Please reply if I am right.
>
> Thanks in advance
>
> Best Regards,
>
> Raj
>
> "G.N.Raj" <gnraj@hotmail.com> wrote in message
> news:OVzw8AVeEHA.644@tk2msftngp13.phx.gbl...
> > Hello everyone,
> >
> > I am facing a strange problem. I may be a newbie in this area as lot of
> you
> > may have faced the same problem and solved. But I couldn't get any
> reference
> > on that. So, I am requesting for help on the newsgroup.
> >
> > I want to use event logging in my driver. So, I use MC file and the
> > generated RC file for getting the event log work.
> >
> > But I also want to add version & other info to my driver. So, I try to
add
> > another RC file for the same purpose. But I can't do the same as the
> > compiler/linker does not allow me to have two RC files in the same
sources
> > file.
> >
> > How do I solve this problem?
> >
> > Please help.
> >
> > Thanks in advance,
> >
> > Best Regards,
> >
> > Raj
> >
> >
>
>


Relevant Pages