Whenever I start pb...
Posted: Sat Jun 12, 2004 1:43 am
I get this message whenever I start PB. I just reformatted and copied my pb dir. Anyone have any ideas?Constant already declared with a different value: #FILE_ATTRIBUTE_ENCRYPTED
http://www.purebasic.com
https://www.purebasic.fr/english/
I get this message whenever I start PB. I just reformatted and copied my pb dir. Anyone have any ideas?Constant already declared with a different value: #FILE_ATTRIBUTE_ENCRYPTED
MoreListiconGadget is a user lib written by one of the guys here, so it is fine to remove. The other lib called Gadget is an integral part of PB. It looks like somewhere along the line Fred has included a new function in the Gadget lib to remove gadget columns (from listicon gadgets) and because the MoreListiconGadget lib hasn't been updated(?) there is now a conflict, because MoreListiconGadget was written to add more functionality to PB regarding listicon gadgets which wasn't there a while back.Mortamer wrote:Thank you, but now whenever I start it says "duplicate library command: RemoveGadgetColumn() (in libraries MoreListiconGadget and Gadget)", if I take MoreListiconGadget out of my userlib folder I'm fine, should I keep it out? What is it I dont even remember =P?