Article ID: 123668
Article Last Modified on 10/17/2003
library test
EXPORTS TESTING
link test.obj /dll /def:test.def msfrt.lib msvcrt.lib
library test
EXPORTS _TESTING@4
link test.obj /dll /export:_TESTING@4 msfrt.lib msvcrt.lib
C Compile options needed: none
subroutine testing(i)
integer i
i = i*2
end
Additional query words: 1.00 4.00
Keywords: kblangfortran kbcode KB123668