Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - missiong popen functions
Hi all, When I was trying to compile lua (www.lua.org) with dmc, it complained that it cannot open functions _popen/_pclose. Those functions are MS specific but correspond to *ix popen/pclose ones.= Is it possible to implement them in a near future? The current stdio.h have declarations for popen surrounded by defines fo= r = *ix so they do not appear in windows builds. Regards, Todor Feb 01 2006
|