Hi,
I've got a problem with pseudo object no reachable when defined into library. The error message when I call new is :
"This object is not accessible. Invalid object reference."
Beloww is the Modul Test into library LibApplication, to define a Test object displaying a "Hello Box" dialog when execute
REM ***** BASIC *****
Option Compatible
Option ClassModule
Option Explicit
Private _value As Integer
Private const _Msg = "Hello World"
' #PROCEDURE#