Ask Your Question

smint85's profile - activity

2019-05-06 02:57:57 -0500 commented answer Call a external .dll from the fortran user model

Thank you. I do not have access to the fortran code of dll A. but I will try to get the .obj to include everything in only 1 dll.

2019-05-05 06:51:14 -0500 received badge  Student (source)
2019-05-02 05:11:03 -0500 received badge  Famous Question (source)
2019-05-01 07:33:09 -0500 received badge  Notable Question (source)
2019-04-30 10:42:37 -0500 received badge  Popular Question (source)
2019-04-29 07:27:49 -0500 asked a question call external .dll from fortran user model

Hello,

I would like to create a new user written model in which I could call a external .dll containing the PLC code of the real machine. Is this possible? Is it possible to gather everything in only one .dll to share with other people?

regards, Victor M. Huerta Urieta

2019-04-29 07:25:26 -0500 asked a question Call a external .dll from the fortran user model

Hello,

I would like to create a user written model in which I could call a external .dll containing the whole PLC code of the real machine. Is this possible? Is it possible to gather everything (original .dll + user fortran code) in only one .dll to share with other people?

regards, V

2017-09-21 10:00:09 -0500 answered a question How do I call a psspy function without listing every argument?

I'm new on this tasks and I have some doubts related to argumen modifying.

Is it possible to use this argument writing with Fortran? OPTIONS(2) -> options2

Is it possible to write as [_i, _i, 1] with Fortran coding?