Hello all:
While compiling using the latest version of Pelles C on 64 bit Win 7, in my program I call popen, and then pclose.
When the program runs, it quits just at the call for pclose.
I used the pelles C debugger, and this is where it appears to die, at the call to pclose.
But, if I compile 32 bit on my 64 bit system, using 64bit pelles C, then all works
and the call to popen, and pclose all works OK both on 32 bit, and when run on 64 bit.
So my logic lead to oldnames64.lib
My question to the group is, has anyone else seen this type of problem
and if so what is the solution?
If you need additional details, please let me know.
Other library calls in oldnames64.lib do not appear to be effected, although I have
not done any extensive testing of other calls.
Thanks for your help.