News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Howto install an Add-in

Started by namuh1, May 19, 2005, 11:05:06 PM

Previous topic - Next topic

namuh1

Ok, I must be dumb as a post, but I can't find docs either in the help files or forum search on how to install one of these add-ins???

Please help!

Anonymous

Quote from: "namuh1"Ok, I must be dumb as a post, but I can't find docs either in the help files or forum search on how to install one of these add-ins???

Please help!

(Assuming you have a compiled addin...)

Place it in the directory \bin\addins  under your PellesC installation.

Next start POIDE and click on Tools/Customize/Addins... you should see it listed there.  Check it's little box and away you go.

Anonymous

Thanks!  BTW was I really off base, or is there really no howto on this?

Namuh1

Anonymous

Quote from: "Anonymous"Thanks!  BTW was I really off base, or is there really no howto on this?

Namuh1

Actually no.  I just did a quick flip through the POIDE help files and nothing leapt out at me.  I came across it because the first thing I do when intalling any new software is go through every single menu item and see what's what...

Timppa

Download Add-In SDK.
Read PellesC\bin\help\addin.chm
Add that help-file to help menu.

Anonymous

Quote from: "Timppa"Download Add-In SDK.
Read PellesC\bin\help\addin.chm
Add that help-file to help menu.

Actually "How to install an AddIn" isn't in the AddIn SDK either.

It's all about "How to create an AddIn".

tiwag

Quote from: "ldblake"...
Actually "How to install an AddIn" isn't in the AddIn SDK either.
pardon, but it is!

look on the frontpage of the Add-In SDK Help
"citation"
Pelles C Add-In SDK
This help file contains information about the add-in API for the IDE in Pelles C. An add-in is built like a DLL and placed in the folder Addins, under the folder Bin (where Pelles C is installed). Note that the IDE is looking for installed add-ins during startup....

Anonymous

Quote from: "tiwag"
Quote from: "ldblake"...
Actually "How to install an AddIn" isn't in the AddIn SDK either.
pardon, but it is!

look on the frontpage of the Add-In SDK Help
"citation"
Pelles C Add-In SDK
This help file contains information about the add-in API for the IDE in Pelles C. An add-in is built like a DLL and placed in the folder Addins, under the folder Bin (where Pelles C is installed). Note that the IDE is looking for installed add-ins during startup....

Yes, I saw that... but it's only half the information our friend needed... there's still the matter of activating it in the Tools\Customize\AddIns panel.

Please, I'm not trying to start some kind of contest here.  Neither you nor your favorite language (and mine) are under attack.  I merely agreed with the OP who pointed out that no concise explaination of this feature existed in the POIDE help files and helped him complete the task.

tiwag

Quote from: "ldblake"...Please, I'm not trying to start some kind of contest here.  Neither you nor your favorite language (and mine) are under attack...

@ldblake
i dont feel attacked, i hope you don't feel also ;-) and we will not be pedantic yet isn't it.

@all
at this point i can't resist to say very very LOUD :
PellesC has the best documentation of all freeware or open source projects i've ever seen and fighted through ! It's well thought out, nicely layoutet and *nearly* complete.
THANKS Pelle !

namuh1

In any event, I have found all that I need to move forward.  Thank you both for helping me!

And I must agree that PellesC is a remarkable and complete offering.

Thanks to ALL who support it.

Anonymous

Quote from: "namuh1"In any event, I have found all that I need to move forward.  Thank you both for helping me!

You're welcome.

Quote
And I must agree that PellesC is a remarkable and complete offering.

Of course it is... I went through a lot of implementations looking for the best C compiler I could find... and here I am  :lol:

noman9607

There is an addin here with a patch. Normally I would substitute the source.c file and recompile the dll but what do I do with the small 2k
patch file? I searched the help file, honest.