Hi everyone,

I have generated an executable file from an Exe Standard VB6 Project which references my Type Library. My Type Library contains a lot of constants. I have launched the executable file from a computer where the Type Library is not present and where the Type Library is not referenced in the registry. The execution works correctly.

I am confused because I thought that the Type Library shoud be present on the computer where the executable file is launched and the Type Library should be referenced in the registry. Could someone give me a rational reason to explain the successful execution ?

Thanks in advance.