Page 1 of 1

LibraryMaker: Error: Duplicated library command: Any Ideas?

Posted: Fri Apr 20, 2012 7:46 pm
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

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

Posted: Fri Apr 20, 2012 7:59 pm
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 ?

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

Posted: Fri Apr 20, 2012 8:02 pm
by PMV
delete all user-libs and add it one by one till you get the error :)

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

Posted: Fri Apr 20, 2012 8:05 pm
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.

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

Posted: Fri Apr 20, 2012 10:41 pm
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?