Quantcast
Channel: Posts recentes
Viewing all articles
Browse latest Browse all 10

Error: prPromoteSym : Illegal KIND & CLASS mix (?)

$
0
0
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


Viewing all articles
Browse latest Browse all 10