[Gambas-user] Component requirements

tobias tobiasboe1 at ...20...
Sun Jul 3 20:15:13 CEST 2011


hi,

> 
> Please send your project and I will tell you.
> 

which project? component or project that uses it?
actually there is no "project". both are test cases.
in the component, there is:
PUBLIC SUB _init()
   DIM s AS NEW Socket
END

and in the project:
PUBLIC SUB Button1_Click()
   Component.Load("test_comp")
END

regards,
tobi




More information about the User mailing list