LibraryMaker: Error: Duplicated library command: Any Ideas?

Everything else that doesn't fall into one of the other PB categories.
User avatar
IceSoft
Addict
Addict
Posts: 1746
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

LibraryMaker: Error: Duplicated library command: Any Ideas?

Post by IceSoft »

After using the LibrayMaker (i think I missed one paramter but libraryMaker did anything) I got the error during compiling:
C:\Program Files\PureBasic\Compilers>pbcompiler.exe test.pb

******************************************
PureBasic 4.61 Beta 1 (Windows - x86)
******************************************

Compiling test.pb
Loading external libraries...
Error: Duplicated library command: abc() (in libraries MyLib and MyLib).
How can I find this MyLib? Search over the whole harddisk was not succesfull.

Thanks
icesoft
Puzzle of Mystralia (C++)
Bug Planet, Waponez III, =QONK=, PetriDish, Movie2Image
<Wrapper>4PB, PB<game>, PictureManager,...
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Re: LibraryMaker: Error: Duplicated library command: Any Ide

Post by SFSxOI »

It should be in your PureBasic install folder somewhere

maybe > C:\Program Files\PureBasic\PureLibraries\UserLibraries ...or....C:\Program Files\PureBasic\PureLibraries\Windows\Libraries ...or.... C:\Program Files\PureBasic\PureLibraries\Windows ?
The advantage of a 64 bit operating system over a 32 bit operating system comes down to only being twice the headache.
PMV
Enthusiast
Enthusiast
Posts: 727
Joined: Sat Feb 24, 2007 3:15 pm
Location: Germany

Re: LibraryMaker: Error: Duplicated library command: Any Ide

Post by PMV »

delete all user-libs and add it one by one till you get the error :)
User avatar
IceSoft
Addict
Addict
Posts: 1746
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: LibraryMaker: Error: Duplicated library command: Any Ide

Post by IceSoft »

SFSxOI wrote:It should be in your PureBasic install folder somewhere

maybe > C:\Program Files\PureBasic\PureLibraries\UserLibraries ...or....C:\Program Files\PureBasic\PureLibraries\Windows\Libraries ...or.... C:\Program Files\PureBasic\PureLibraries\Windows ?
No. Sorry. I triad to search the whole harddisk for 'myLib' but there was nothing. Very strange.
Puzzle of Mystralia (C++)
Bug Planet, Waponez III, =QONK=, PetriDish, Movie2Image
<Wrapper>4PB, PB<game>, PictureManager,...
User avatar
IceSoft
Addict
Addict
Posts: 1746
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: LibraryMaker: Error: Duplicated library command: Any Ide

Post by IceSoft »

More Info:
Renaming the folder PureBasic e.g.: PureBasic_ the error massage is no longer raised.
But it was a clean installation. Seems to be a registry entry? Or any other folder?
Puzzle of Mystralia (C++)
Bug Planet, Waponez III, =QONK=, PetriDish, Movie2Image
<Wrapper>4PB, PB<game>, PictureManager,...
Post Reply