Thread: Exporting...

  1. #1
    Aspiring "Software Guy"
    Join Date
    Aug 2005
    Posts
    46

    Exporting...

    Is it called exporting?
    Anyway, i have moade a console application with Dev C++ and i wan to tgive it to someone (different computer, without compiler), but giving only the .exe dosnt seem to work.
    What else do i give...

    But i've seen console applications, like installers, which are only the .exe files//
    How do they do it?

  2. #2
    For Narnia! Sentral's Avatar
    Join Date
    May 2005
    Location
    Narnia
    Posts
    719
    If it's just a simple console application with no .dll, then all you have to do is build in release mode, not debug mode like you've probably been doing.
    Videogame Memories!
    A site dedicated to keeping videogame memories alive!

    http://www.videogamememories.com/
    Share your experiences with us now!

    "We will game forever!"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 11-23-2008, 09:09 PM
  2. Problem in exporting static function in win32 dll
    By dattaforit in forum Windows Programming
    Replies: 4
    Last Post: 12-04-2006, 12:03 PM
  3. Replies: 2
    Last Post: 07-15-2004, 06:03 AM
  4. VC++6: exporting classes containing templates
    By ttt in forum Windows Programming
    Replies: 2
    Last Post: 09-15-2003, 11:38 AM
  5. Exporting Object Hierarchies from a DLL
    By andy668 in forum C++ Programming
    Replies: 0
    Last Post: 10-20-2001, 01:26 PM