Hi there,
does anyone know the differences of the following dll import?
what does tlb (type library) file? how does it different with dll file?
thanks
R
does anyone know the differences of the following dll import?
- Using "Public Declare Sub TEST Lib "TEST.dll ()
- Using "<DllImport("KERNEL32.DLL"
- By Adding the dll file to the COM component
what does tlb (type library) file? how does it different with dll file?
thanks
R