Hi Tek-tips,
I am having a very wierd problem that I can't seem to figure out!
I need to call a fortran 77 function from IDL. To do this, I must export these functions in a DLL and also add a wrapper function (IDL uses argc,argv convention).
So first I am testing my dll in fortran (Visual...