Hi everybody,
I like to link an obj file created with ftn95 with an obj file created with VS.NET2003 (from C code). On the command line I tried:
slink f.obj c.obj -file:bla
This immediately crashed slink together with the command shell in which it was running 😦 Even if there will be errors calling my C routine from fortran, it should not crash the link process.
Any ideas what could be wrong ?
thanx, Axel