Is there any specific way to compile vb6 snap-in from command line? I tried using this command:
vb6.exe /m project.vbp
It throws application error:
the instruction at 0x027... referenced at 0x000... The memory could not be read.
But it was compiled without any errors in the vb IDE. I'm new to VB6 and don't know much about it. Please help and thanks in advance.