shared variable access from dll

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
fponta
Posts: 11
Joined: Wed Oct 30, 2013 2:22 pm
Location: Univ. of Trieste

shared variable access from dll

Post by fponta » Wed Jun 03, 2015 10:21 am

Hi fmk,
I'd like to ask if it is possible to access the shared variables declared in commands.cpp (e.g. theAnalysisModel, theEigenSOE, etc) from a user written external dll.
If not, is it possible for you to extend the dll interface function setGlobalPointers, including the changes in the official repo, to allow this?
Thanks.

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: shared variable access from dll

Post by fmk » Wed Jun 03, 2015 10:34 am

it would be possible to extend .. it is not going to happen for another month now as i am getting ready to leave for europe and wrapping things up.

i

Post Reply