December 18th, 2012 07:55 AM
I found the solution!
I initially thought that you need to do the "regasm" in the development machine and then transfer the dll to the target machine and register with "regsvr32" there.
This...
December 18th, 2012 04:07 AM
Thank you once again.
I have read through these articles but none of them referred to the "entry point not found" issue. Are you sure that this is related to 32bit/64bit issues? Again, I have...
December 18th, 2012 03:17 AM
Thank you for your response!
I am coding the dll in VB.NET under windows 7 64bit and the executable is in VB6 winXP 32bit, but I made sure that I targeted "any CPU" in the dll compile properties,...
December 17th, 2012 08:51 AM
Hello,
I am trying to create a DLL in VB.NET (2012) which I will then use in several existing VB6 applications.
I have already built the DLL but I cannot get VB6 to use it! I created a DLL...