ok finally found
for anybody to learn , i ll post my solution on CodeBlocks 8.2
lest say i wana use the addon ofxOsc
first
right click on your project name under “Workspaces”
**add new virtual folder **
name it “addons”
then right clic on the folder you just created “addons”
**add new virtual folder **
name it “ofxOsc”
then right clic on the folder you just created “ofxOsc”
**add new virtual folder **
name it “src”
so from now we gonna add the files
got to you menu
Project
add files
browse to you OF folder , for me it is inside code blocks
“of_preRelease_v0061_win_cb_FAT”
here you got a folder named “addons”
here you got all your OFaddons
i ll continue on my exemple (ofxOsc)
here you go to “ofxOsc”
here you go to your “src” folder add select everything and click open
and it will add all the files into your project
but into 2 blue folder
got down the trees of those 2 folder and click and drag one by one your files to your
Workspace
-yourprojectname
–addons
—ofxOsc
----src
once you have done this , i advise you to save close and open again
normally your blue folder have diapered and your files are in the right place
i did also copie the .o files on the obj - release - addons - ofxOsc -src folder
from the ofxOsc example to the same folder of my project example
i don t know if i should , but it works , so …
hope it ll help the community (especially beginners )
Cheers