LADSoft / OCIDE

Orange C Compiler IDE
GNU General Public License v3.0
14 stars 1 forks source link

OCIDE->run should include orange c's bin path #34

Closed GitMensch closed 4 years ago

GitMensch commented 5 years ago

This is especially useful for non-static linking to RTS where "Run" leads to "System error, cannot found LSCRT.DLL".

Workaround: start cmd.exe, setup PATH, run ocide.exe, re-load workspace, run again. But I'd argue that this shouldn't be necessary...