Thread: Dev C++ packages

  1. #1
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331

    Dev C++ packages

    I downloaded some package files for Dev C++ today and they are in "Devpak" format. I tried finding a way to install these online but most sites tell you to run the runtime library files, which wasnt included with any of these. Anyone installed these before that can help?

  2. #2
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    All you use for devpaks is the package manager(Packman). Just open that up and do the usual to get a file. Also btw rod if your looking for a good source of devpaks http://devpaks.org/ is awesome
    Woop?

  3. #3
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Devpaks are just renamed *.tar.bz2 files so any utility capable of decompressing that file type (for example, 7-zip) will open them for you and you can then just manually move the contents to the relevant (usually lib and include) directories or to wherever you want, for that matter.

    DevCpp comes with a 'package manager' utility which will launch and walk you through the 'installation' if you have associated devcpp with the DevPak extension when you configured it, either when you installed it or at any time thereafter with Tools menu-->Environment Options, File Associations tab. Be warned that devcpp may destroy existing file associations if you do this, so it's a good idea to save your current registry keys for any file associations you may currently have with other ide/editors (c, h, cpp etc) so that you can restore them if you encounter problems.

    You can also launch the package manager utility from within DevCPP from Tools menu-->Package Manager.

    edit: biffed by prog-bman
    Last edited by Ken Fitlike; 09-10-2004 at 10:40 AM.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  4. #4
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Thank you both.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  2. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  3. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 3
    Last Post: 03-08-2004, 08:47 PM
  4. Cygwin 'packages'
    By BuRtAiNiAn FlY in forum Game Programming
    Replies: 8
    Last Post: 07-30-2002, 12:45 AM
  5. Replies: 5
    Last Post: 09-08-2001, 09:18 AM