Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bitmap storage

Status
Not open for further replies.

thiefmaster

Programmer
Jan 27, 2001
22
US
Hello. I have an app that uses a lot of bitmaps... Is it possible to have a dll file that stores the bitmaps and allows me to import the images in my main program? If so, how do i go about doing it?

thanks in advance

thiefmaster
 
Absolutely, there are sample C++ projects for download in the Visual C++ samples. They can also be found on MSDN online.

I don't remember the name of the SAMPLES, but they shouldn't be hard to find.

Good luck
-pete

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top