i need help with call dll, i need call dll with undefined type parameter and before get this undefined type.
example beacuse i am spanish and my english is not very good ;)
type user
field year
end type
; Insert
one.user = new user
one.year = 1977
insertLib "test", one ; This is a call dll
; Get
one.user = getLib "test" ; This is a call dll
the idea is create a tree indexed for searchs and get/set pointer of types.
in de file decls the integer is %, float is # and string is $, but the type?
example beacuse i am spanish and my english is not very good ;)
type user
field year
end type
; Insert
one.user = new user
one.year = 1977
insertLib "test", one ; This is a call dll
; Get
one.user = getLib "test" ; This is a call dll
the idea is create a tree indexed for searchs and get/set pointer of types.
in de file decls the integer is %, float is # and string is $, but the type?