Duplicated library command (INT)

Just starting out? Need help? Post your questions and find answers here.
willib
User
User
Posts: 39
Joined: Mon Sep 15, 2003 7:04 pm
Location: Bielefeld

Duplicated library command (INT)

Post by willib »

HI All

I updated from PB 3.50 to 3.72 after this i got the error

"Duplicated library command (INT)"

can someone tell me how to find/resolve this ??

I saw some hints here but i do not have an user library yet ;-(

All suggestions are welcome !
DominiqueB
Enthusiast
Enthusiast
Posts: 103
Joined: Fri Apr 25, 2003 4:00 pm
Location: France

Do as i've done myself :

Post by DominiqueB »

1) open the userlibraries folder and take away all files you will find there.
2) put them back in the folder one by one, and try to open the editor between each try.
3) when it tells you that he can't go on, then you remove the last lib you put in the userlibraries folder, and so and so . . .

Dominique.
Dominique

Windows 10 64bits. Pure basic 32bits
willib
User
User
Posts: 39
Joined: Mon Sep 15, 2003 7:04 pm
Location: Bielefeld

Post by willib »

HI Dominique

I thing you mean the \PureLibraries\UserLibraries folder ,
it is empty !?!

Or are there other UserLibraries ??

Willi
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Sounds like the Math lib is twice there somewhere.
Have a look in the \PureLibraries\ Folder, maybe you renamed the
original MAth lib by accident, and after updating, the new one was added,
without overwriting the old one (due to different names)

The compiler doesn't care about the filenames of the libs, so that could be
the reason why you didn't notice so far.

If nothing helps, delete all the files in this folder, and run the UpdateTool
once again.

Timo
quidquid Latine dictum sit altum videtur
willib
User
User
Posts: 39
Joined: Mon Sep 15, 2003 7:04 pm
Location: Bielefeld

Post by willib »

Thanks that helps ! ,

First i killed the math lib and didn`t get the error anymore !
But I`m not sure what the compiler does without the correct one.

because of this I backup all and started the update again.
Now all run again.

The only thing I'm afraid of id who renamed the lib before ( I didn`t ;-) )

Many thanks !

Willi
willib
User
User
Posts: 39
Joined: Mon Sep 15, 2003 7:04 pm
Location: Bielefeld

Post by willib »

HI again ;-)

someone knows where to find an updated ( window ) help for this version ??
Post Reply