Hi All,
I need help with IARGC in my Fortram C code. I am using Intel Fortan compiler version 9.1.3192.2005 with Visual Studio 2005 on a windows 7 64 bit machine.
My code has worked fine on XP 32 bit. The problem I am facing now is the IARGC call is always returning 0.
When I am in debugging mode (f5) it returns the right number of arguments but when I run with Ctrl + F5 - ie start without debugging, IARGC returns 0.
I have tried GET_COMMAND_ARGUMENT call.That too is behaving same as IARGC.
Please if someone has faced a similar problem or knows the reason for this, it would be a great help.
Thanks,
Bhanu