 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Peter Haas Guest
|
Posted: Sat Jul 19, 2003 1:16 pm Post subject: Re: How to generate RC file |
|
|
Hi Ravikiran,
Ravikiran (Gnostice) wrote in <3f18f26e (AT) newsgroups (DOT) borland.com>:
| Quote: | How to generate .RC script file from the .Pas file containing resource
strings,
|
Menu: Project | Options | Linker
Set Map file to detailed (highest level)
Then you can find a generated file Projectname.drc. This file is a rc
file and contain all resourcestrings of your project.
Bye Peter.
--
Why should we be interested is someone who considers us a waste basket?
Robert Marquardt (Team JEDI) in <b4mf4g$u0k$1 (AT) talkto (DOT) net> to me
regarding JEDI's disinterest on my contribution attempts.
Maybe JEDI users have more interest: http://jediplus.pjh2.de/index.php
|
|
| Back to top |
|
 |
Peter Haas Guest
|
Posted: Sat Jul 19, 2003 4:41 pm Post subject: Re: How to generate RC file |
|
|
Hi Ravikiran,
Ravikiran (Gnostice) wrote in <3f194cd3 (AT) newsgroups (DOT) borland.com>:
| Quote: | Thanks, I tried but it did not include resource string which are within my
uses units.
program Project1;
uses
Forms, resourceunit ;
here resource unit contains all resource strings used, please guide if i am
doing anything wrong.
|
Do you have declare your resource strings in the following manner?:
resourcestring
SMyText = 'My Text';
A second idea, do you have recompile the project?
Bye Peter.
--
Why should we be interested is someone who considers us a waste basket?
Robert Marquardt (Team JEDI) in <b4mf4g$u0k$1 (AT) talkto (DOT) net> to me
regarding JEDI's disinterest on my contribution attempts.
Maybe JEDI users have more interest: http://jediplus.pjh2.de/index.php
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|