Hello All,
I am getting following error in this line while debugging my main.90 file
call call_mg1g1_load(Mg1g1FileStr)
Note:
character(256) :: Mg1g1FileStr = ''
Mg1g1FileStr = 'c:/Users/Ajain/My Documents/Visual Studio 2008/Projects/mg1g1_perfo/input/PrgOpt.Batch ' '
Error:
1)Debugg Assertion Failed
Expression (stream!=Null)
Abort Retry Ignore
VSS Quick watch Option Shows:
call_mg1g1_load | Undefined variable call_mg1g1_load
Class View Contains: (while running)
1)Global Functions and variables (This contains this function: call call_mg1g1_load and other c functions)
2)Macros and Constants
call_mg1g1_load fuction is written/defined in C project source files (project is in release mode)
I am calling this funtion from main.90(fortran main file). This fortran solution is in debug mode
My program is crashing on this line, somebody please help how to move ahead & what is the reason???
My VSS Solution Explorer:
solution mg1g1(2 projects)
1)mg1g1 (C project) ---- (it is kept in release mode) & no binary built for this.
2)test_lib(fortran f90 project) -- this is a testing environment for above C project ( for speed optimization). This is kept in debug mode
Somebody please help me.....


