Thread: Compiling images into DLL/EXE?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Apr 2006
    Posts
    137

    Compiling images into DLL/EXE?

    Well right now i know how to create a JPG image and stick it onto my program using a library i found online.

    Now the problem is, i have to carry the JPG files around with the EXE file.

    So i'm wondering if there's a way to compile a DLL or EXE that has compressed JPGs or GIFs inside!

    I read in some VB forum that it's possible.

    I'm using Dev C++.

    I looked around in google and found nothing.

    On a side note:: Is there a way to make like a white background transparent to the window of the application? (Such as an option to change a jpg file so that only white color becomes transparent or same color as window)
    Last edited by execute; 05-02-2006 at 03:49 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  2. Images
    By gvector1 in forum C++ Programming
    Replies: 7
    Last Post: 02-25-2003, 09:59 AM
  3. images, icons, and cursors, OH MY!
    By DarkViper in forum Windows Programming
    Replies: 3
    Last Post: 01-07-2003, 02:26 PM
  4. STL, Queues And Images
    By simly01 in forum C++ Programming
    Replies: 3
    Last Post: 06-24-2002, 12:31 PM
  5. A simple question on Images....
    By LonelyPlanetWa in forum C Programming
    Replies: 7
    Last Post: 05-20-2002, 07:34 AM