Home > Software engineering >  How to cut with a 64 - bit in VB6 com control
How to cut with a 64 - bit in VB6 com control

Time:10-10

I wrote a 64 - bit on vb.net com control
Using framework64 regasm turned under the TLB
Can reference in vb6, but a Run at the Run - time error '429' :
Activex componert can 't create object
Consult everybody how to solve this problem
thank you

CodePudding user response:

Or call 64 - bit DLL

CodePudding user response:

VB6 program, is a 32 bit (Win32 PE program), should can't normal use 64 - bit components!

CodePudding user response:

Don't be A language code is modified to B language code busywork,
Also don't use A language code to directly invoke B language code base, this complicated things so easy to get wrong,
Just make A, B language code of input and output is redirected to A text file, or modify A, B language code let it through text file input and output,
Can easily make A, B coordination between the two languages,

Will be more than A language for 32 bit code, replace with 64 B language code,
  • Related