NO

Author Topic: Howto install an Add-in  (Read 11010 times)

namuh1

  • Guest
Howto install an Add-in
« on: May 19, 2005, 11:05:06 PM »
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

  • Guest
Re: Howto install an Add-in
« Reply #1 on: May 19, 2005, 11:09:38 PM »
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

  • Guest
Howto install an Add-in
« Reply #2 on: May 20, 2005, 12:11:59 AM »
Thanks!  BTW was I really off base, or is there really no howto on this?

Namuh1

Anonymous

  • Guest
Howto install an Add-in
« Reply #3 on: May 20, 2005, 12:48:20 AM »
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

  • Guest
Howto install an Add-in
« Reply #4 on: May 20, 2005, 06:07:16 AM »
Download Add-In SDK.
Read PellesC\bin\help\addin.chm
Add that help-file to help menu.

Anonymous

  • Guest
Howto install an Add-in
« Reply #5 on: May 20, 2005, 03:08:41 PM »
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

  • Guest
Howto install an Add-in
« Reply #6 on: May 20, 2005, 03:16:47 PM »
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
Code: [Select]
"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

  • Guest
Howto install an Add-in
« Reply #7 on: May 20, 2005, 04:08:19 PM »
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
Code: [Select]
"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

  • Guest
Howto install an Add-in
« Reply #8 on: May 20, 2005, 05:13:14 PM »
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

  • Guest
Howto install an Add-in
« Reply #9 on: May 27, 2005, 04:49:03 PM »
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

  • Guest
Howto install an Add-in
« Reply #10 on: May 27, 2005, 05:30:29 PM »
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

  • Guest
how to apply a "patch" to an addin?
« Reply #11 on: May 04, 2006, 06:01:42 AM »
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.