From the documentation:Olby wrote:Yes, I knew about the user plugin folder. All my plugins are located there, but frankly i hear about the gde files for the first time ? Does TailBite compiles them ?
It's in the Dependencies folder included in the zip file. It's new since PureGDK 1.1. Previously it was the .d file (these have a different syntax and are incompatible).GDKLib Builder will output two directories: Sources and Dependencies. The dependency file must be copied into the PureGDK compiler commands folder within your PureBasic program directory (typically located in ..\Program Files\PureBasic\PureGDK\commands).
I've also made an edit to my previous post, if you missed it, since this is a new page in the thread:
http://www.purebasic.fr/english/viewtop ... 015#286015
There is also an oversight in the 1.1 revision of the plugin framework documentation. Anytime it mentions "GDKTable.txt" it's referring to the .gdt file.