 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
edriano Guest
|
Posted: Mon Jun 28, 2004 7:41 pm Post subject: Re: how can i use BRC32? solution. |
|
|
Hello all, thanks for the answer.
I have read a lot about brc32, and i found that no matter how hard i try it
does not seems to work correctly, i am not able to join a .RES file in a EXE
file, well
the solution i have found was a non standard one
" I am using the command line tool " BCC55
i add this line in my source code.
#pragma resource "my_file.res"
and it seems to work well,
[email]edriano (AT) netcomsp (DOT) com.br[/email]
|
|
| Back to top |
|
 |
Ed Mulroy [TeamB] Guest
|
Posted: Mon Jun 28, 2004 8:21 pm Post subject: Re: how can i use BRC32? solution. |
|
|
brc32.exe and brcc32.exe convert a *.rc source file into a *.res
resource file. They are bound into the exe by the linker,
ilink32.exe. You can either call the linker yourself, specifying the
*.res file in the appropriate place on its command line or you can let
the compiler, bcc32.exe, call the linking and use the pragma you show
to have the compiler specify the resource file to the linker.
.. Ed
| Quote: | edriano wrote in message
news:40e074ac (AT) newsgroups (DOT) borland.com...
Hello all, thanks for the answer.
I have read a lot about brc32, and i found that no matter
how hard i try it does not seems to work correctly, i am
not able to join a .RES file in a EXE file, well
the solution i have found was a non standard one
" I am using the command line tool " BCC55
i add this line in my source code.
#pragma resource "my_file.res"
and it seems to work well,
|
|
|
| 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
|
|