Whenever I start pb...

Just starting out? Need help? Post your questions and find answers here.
Mortamer
User
User
Posts: 36
Joined: Mon Dec 29, 2003 5:07 pm

Whenever I start pb...

Post by Mortamer »

Constant already declared with a different value: #FILE_ATTRIBUTE_ENCRYPTED
I get this message whenever I start PB. I just reformatted and copied my pb dir. Anyone have any ideas?
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Delete the file "WinConstantsToPB.res" in your "Residents" subfolder.
It has a wrong constant definition in it, that conflicts with a PB one.

Timo
quidquid Latine dictum sit altum videtur
Mortamer
User
User
Posts: 36
Joined: Mon Dec 29, 2003 5:07 pm

Post by Mortamer »

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?
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

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?
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.
--Kale

Image
chio
User
User
Posts: 30
Joined: Thu Jun 24, 2004 1:55 pm
Location: New York City
Contact:

Same problem here

Post by chio »

Hi guys I have the same issue here.

And this started to happen after I installed Visual Studio 6.0 in my computer. It could be coincidence.

NEVERMIND: The issue happens after you install the userlibraries.exe (userLibraries pack) found in purearea.net
chio
Post Reply