Re: can u say how to create a .exe file for V.B 6.0 application
Is this error on the develpoment machine, or on another machine?
If the last: Did you install the program on the other machine, or did you just copy the exe?
Re: can u say how to create a .exe file for V.B 6.0 application
HI all,
my original application is working well, the problem comes only when i made it .exe. when ever i try to run .exe it is giving me errror like..(please see the attached word document... there i pasted screen shots)
i placed my .exe file in a folder where my dll file is placed. and before making my v.b app as .exe, i gave correct path of my dll file also
the following is regarding to decleration which says v.b app where my dll is placed . "CrcComputeCrc32" is my dll's method name.
Please see the attached word document regarding to the error what i usually getting.....
Private Declare Sub CrcComputeCrc32 _
Lib "VC++\CRC32Example\Debug\CRC32Example.dll" Alias "_CrcComputeCrc32@12" _
(ByRef FirstElement As Byte, ByVal intNoOfElements As Integer, ByRef bytCrc32Array As Byt
Re: can u say how to create a .exe file for V.B 6.0 application
Originally Posted by Frans C
Is this error on the develpoment machine, or on another machine?
If the last: Did you install the program on the other machine, or did you just copy the exe?