Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...This site is awesome!...Things I have been trying to figure out for weeks, I got the answer in hours!..."

Geography

Where in the world do Tek-Tips members come from?

I need help linking a Bitmap to a cpp file.

Robb00 (Programmer)
9 May 00 11:33
I am working on a project in C++, and I need advice on how tyo link a bitmap to a cpp file.  I am just starting out as a C++ programmer so please help me!
2ffat (Programmer)
9 May 00 15:12
    One way is to create a resource script (*.rc) that is then compiled into a resource file (*.res). The latter is a binary file that is linked to an EXE or DLL file. It tells the program how to use such things as menus, dialog boxes, bitmaps, cursors, icons, and even program version info. You might have to look up in your help files for more information.

    Once you have created your resource script, you can compile it using BRCC32 which creates a *.res file. Then you can link this file to an EXE via RLINK32 (see also TLINK32 and BRC32).

James P. Cottingham

International Veneer Co., Inc.
All opinions are mine alone and do not necessarily reflect those of my employer.

hnd (Programmer)
9 May 00 18:38
If you use the C++ Builder you can import the Bitmap directly either by the IDE or dynamically during runtime

hnd
hasso55@yahoo.com

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close