inglês
Hi,
I have a structure defined in a dll (Dll1.dll), say:
module dlltypes
type ABCTYPE
integer A
integer B
integer C
endtype ABCTYPE
!DEC$ ATTRIBUTES DLLEXPORT::ABCTYPE
end module dlltypes
and I am using it in another dll, say:
module dllmod
Hi,
I have a structure defined in a dll (Dll1.dll), say:
module dlltypes
type ABCTYPE
integer A
integer B
integer C
endtype ABCTYPE
!DEC$ ATTRIBUTES DLLEXPORT::ABCTYPE
end module dlltypes
module dllmod