im writing a small editor for RSL coding, and ive got an external program "3Delight" to compile the code.
Now i want the output from that exe to be captured in a string once the compilation is comlete, but all of the methods ive found online dont seem to work for me. Ive tried using _popen which works if i run a normal command like "dir", but not with the exe.
This is the function ive been using that works with the normal commands