Return not returning...

Hello,

My (inherited/legacy) C++ pgm doesnot return control to the calling batch file when it ends. The pgm opens a text file and parses the contents into several database files. I checked that all the tables I open get closed before "return 0;"

Any suggestions where I went wrong/where to look for problems?


Thx
Only thing I can think of is that something got added to shutdown with atexit(), and whatever that this is doing is deadlocking.
Topic archived. No new replies allowed.