Dll file writing problem

  • Thread starter Thread starter Eldeeb92
  • Start date Start date
E

Eldeeb92

Guest
I have a question related to the debugging of Dll file in visual studio 2010. I have created a new project and I have a writing statemenet in the Dll file in which I want to write specific output to specific file with specific path. I debug and the the code is ruuning but there is no output file, so why it does not write output with dll file while it writes output if I use fortran file instead of dll file? Is there specific procedure to get output from dll files in visual studio 2010 ?

Continue reading...
 
Back
Top