Page 1 of 1

[RESOLVED] Problem With Creating Userlib

Posted: Thu Mar 27, 2008 1:54 pm
by energy
Hi!
I got a problem with wrapping a Static Lib to Userlib:
Tailbite 1.3 PR 1.870 tells me:
Polib:
POLIB: FATAL ERROR: File not found:'Functions\TB_Imported_lib_0.lib
die pipe wurde beendet!
Never had such a problem!
PB Version is 4.2!

anybody any idea?? :(
Thanx....

Posted: Thu Mar 27, 2008 2:24 pm
by Progi1984
You try to import a library in the userlib. Doesn't it ?

If yes, you must not use relative path with Import(C) function.

Posted: Thu Mar 27, 2008 3:20 pm
by energy
yup that was it!
Thnax.... :D