Yes, I am using ifort version 12.0.2 so maybe it is just a compiler glitch. At any rate I am just relieved that the two languages can share pointers even if opaquely. It helps in my case to be able to delegate functionality to the most appropriate language in our mixed language system.
Hi Ian,
Yes, I am using ifort version 12.0.2 so maybe it is just a compiler glitch. At any rate I am just relieved that the two languages can share pointers even if opaquely. It helps in my case to be able to delegate functionality to the most appropriate language in our mixed language system.
Also, thanks for the void** pointer :)
-Travis