newprogrammer999
Programmer
Hi everyone,
I have a vb program and an asp application that access the same dll file. The both send some values to the dll file, some calculations are done and the new values are returned. With the vb progam the types are defined in the dll file as int or double but for asp they are not. My problem is the values being returned using asp are slightly different to the vb ones. I think this is something to do with values in asp being passed as variants while the are passed in vb as int or doubles.
Can anyone tell me how to get the same values returned form both applications.
Regards,
benny
I have a vb program and an asp application that access the same dll file. The both send some values to the dll file, some calculations are done and the new values are returned. With the vb progam the types are defined in the dll file as int or double but for asp they are not. My problem is the values being returned using asp are slightly different to the vb ones. I think this is something to do with values in asp being passed as variants while the are passed in vb as int or doubles.
Can anyone tell me how to get the same values returned form both applications.
Regards,
benny