News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to install a downloaded DevPak

Started by HeReSY, August 27, 2005, 11:52:32 AM

Previous topic - Next topic

HeReSY

Hi,

i've downloaded different devpaks, to use it with the dev-cpp environment. Now i want to use it with c::b.
But how can i install the downloaded devpaks with c::b. The plugin works fine, when i want to download first and then install the devpaks.
I tried to put the devpaks i downloaded in the packeges dir, but the plugin didn't show these devpaks. so how can i install these devpaks, or where do i put the devpaks so the plugin can find it.

HeReSY

mandrav

This plugin, currently, only supports installing downloaded packages. It doesn't support installing packages from the filesystem.
You can try though to put the package you downloaded in the [devpak_folder]/Packages. [devpak_folder] is the folder you select with "Settings->Plugins->Dev-C++ DevPak updater/installer". After you 've put the file there, re-launch the plugin and right-click on the devpak. It might save you the trouble and display the "Install" entry ;)

Anyway, could you submit a feature request to allow installing devpaks from the filesystem? It would be a nice addition...
Be patient!
This bug will be fixed soon...

HeReSY

That's what i did, but the downloaded devpaks are not there for the plugin. so i can't install them.
where can i send a feature request?

HeReSY

mandrav

It's on the main site, at the nav bar.
Anyway, send it here.
Be patient!
This bug will be fixed soon...

Vampyre_Dark

The devpaks are just .tar files with the h files and .a files.

put the h files with your headers, put the .a files with your libs.
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

HeReSY

That's sounds great, but i cant't open the file with my packprogram, to get the headers and libs.
I tried to rename the files to *.tar or to *.tar.gz.

HeReSY

Profic

Not fear, nor tears can reach me now, the light seems so clear as the night fades away (c) Tristania - Beyond The Veil


Deamon

Quote from: Vampyre_Dark on August 27, 2005, 06:06:16 PM
The devpaks are just .tar files with the h files and .a files.

put the h files with your headers, put the .a files with your libs.

I try to do the same now. Ok i putted the conio2.h in to my include folder of Borland 5.5 compiler and the a files in to the coresponding lib folder is that right and all what i have to do ? Cose when i try to compile it i get dozens of error messages that complain that all the functions in the conio and conio2 are defined double!

regards
Deamon