Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

I also had tryed that

jorgematheus
Beginner
307 Views
Hi
I also had tryed:
SUBROUTINE CREA5ACT()
!dec$ attributes dllexport :: CREA5ACT
CHARACTER CIUDAD*10
OPEN(10,FILE='C:BUCSISTEMPOC031C',STATUS='OLD',
*ERR=100)
WRITE(1,*)'PROGRAMA DE PRUEBA'
READ(10,*)CIUDAD,ISIS,IPL
WRITE(1,*)CIUDAD,ISIS,IPL
CLOSE(10)
STOP
100 WRITE(1,*)'ERROR, NO LOGR?? ABRIR EL ARCHIVO'
STOP 100
END
But when i try to create the object inside Visual Fox , this error appears
AA=CREATEOBJECT("CREA5ACT")
or
AA=CREATEOBJECT("CREA5ACT.CREA5ACT")
There is no CLASS definition for CREA5ACT.CREA5ACT
Thank for you response
Jorge Matheus
0 Kudos
0 Replies
Reply