- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
dear ALL, please help...
I use cray-like pointers in CVF 6.0+ for dynamics sub calls in the next manner:
But in the IF 7.0 this doesn't work, because
"sub name as a pointee doesn't allowed here..."
But this method is very important for me:
mixed-language programming, dll etc...
what I must do?
thanks in advice...
I use cray-like pointers in CVF 6.0+ for dynamics sub calls in the next manner:
subroutine someSub() end subroutine someSub subroutine newSub() end subroutine newSub pointer (ptr, someSub) ... ptr = Loc(newSub) call someSub() !!! call newSub not someSub!
But in the IF 7.0 this doesn't work, because
"sub name as a pointee doesn't allowed here..."
But this method is very important for me:
mixed-language programming, dll etc...
what I must do?
thanks in advice...
- Etiquetas:
- Intel® Fortran Compiler
Enlace copiado
6 Respuestas
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Wait for 8.0. Or, use something like this:
call callit(%val(ptr))
...
subroutine callit (rout)
external rout
call rout
end subroutine callit
Steve
call callit(%val(ptr))
...
subroutine callit (rout)
external rout
call rout
end subroutine callit
Steve
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
//Wait for 8.0. Or, use something like this...
really?
You'll remove these restrictions?
this will be great!
thank You
really?
You'll remove these restrictions?
this will be great!
thank You
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
8.0 will include the "pointer to procedure" extension of CVF as well as many other CVF features.
Steve
Steve
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
and when this v8.0 would be released?
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
December.
Steve
Steve
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
good news...
thanks once more...
thanks once more...

Responder
Opciones de temas
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla