Subj : Re: borland command line resource tools To : borland.public.cpp.borlandcpp From : Eric Lachney Date : Sat Feb 26 2005 08:30 pm "Bob Gonder" wrote in message news:6f722110c0vqrr297k5hudq5cfqjic8svu@4ax.com... > Eric Lachney wrote: > > >I downloaded the free borland command line tools so that I could supplement > > Those are the tools from the newer Builder series (Builder 5) while > this group is about the older pre-Builder versions. > The proper groups for you all contain the name cppbuilder. > > I will try to stear you in the generally right direction, but you > should continue with your next post in a cppbuilder group. > Probably borland.public.cppbuilder.commandlinetools > > >in the .rc) and such show up as they should. But when I compile and build > >the same project at home using the free borland, the main menus, buttons and > >such never appear. > > > >Am I missing a switch setting or something simple. > > Yes. > Hard to say what you are missing, as you didn't say what you are > currently doing. > Have you compiled the RC into a RES? > Are you using ilink32? > Are you adding the RES in the proper position in the ilink32 command? > > > makefile for a simple program.... testres.exe: testres.obj testres.RES brc32 testres.RES testres.exe testres.obj: testres.cpp bcc32 -c testres.cpp testres.RES: testres.rc resource.h brcc32 testres.rc .