Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I have a Visual basic 6.0 project converted to Vb.net 2008 which used a FORTRAN DLL to calculate and display output.

Now FORTRAN Dll has some new features implemented and given to us.

Problem: Output values need to be as same as the Visual Basic 6.0 which is not so.There is a deviation in the Output from the Dll

I need to know is there any way to check the calculation?

Please Help Me

NOTE: Entire project is done using Arrays

Thanks in Advance
Posted

1 solution

Create new project using VB Studio 2008. Add reference to your dll and run it in debug mode (F11). Then you'll be able to check how the dll is making calculation.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900