Silverfrost Forums

Welcome to our forums

slink crashing with C obj file

17 Nov 2006 5:18 #1279

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

17 Nov 2006 11:15 #1280

Axel

I do not know why SLINK should crash but it would be better if you compiled your C code using SCC (the Salford C/C++ compiled supplied with FTN95) then the object code would be compatible.

Please login to reply.