You don't call gDesign_Init(). Set the name ob the lib to gDesign.pbi, the call is automatic by using any FunctionDroopy wrote:The same lib without need of init function

I see, you have renamed the initfunction, that doesn't work

TailBite.chm wrote: ProcedureDLL MyLib_Init()
; Do some initializing stuff, allocate memory, etc.
EndProcedure
ProcedureDLL MyLib_End()
; Do some cleaning, free memory, unload third party DLLs, etc.
EndProcedure