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

cannot see pointers from another dll in debugger

martymike
Novice
409 Views
We have a module that contains pointer variables and these variables are exported from the dll where they are defined. A routine in another dll links to this one and uses the mod file for that module. In the debugger, in a routine in that second dll, we can see the value of exported variables that are not pointers, but not the value of variables that are pointers.
0 Kudos
0 Replies
Reply