You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be a C++ problem more than it is a sim problem, but I cannot for the life of me figure out what's happening here.
I have the following c++ code:
Don't mind the strange syntax. I'm using Unreal Engine, which has some differences over C++ (Maybe that's the issue too)
The command window opens for a few seconds but then automatically closes. That command also has the same result when pasted straight into a CMD window.
My above code was written assuming that the "standard IO" thing is referring to things like iostream.
I'm absolutely sure this is an issue on my part, but I think the SIMULATOR.md example should be more descriptive.
Can anyone help me figure out what's going on here?
The text was updated successfully, but these errors were encountered:
I apologize for taking so long to respond.. I appreciate those changes you made. Unfortunately it doesn't appear to be an issue with trailing \n. I've discovered an alternative to getting the sim to run with Pipes in Unreal directly using a Node JS runtime built into the engine with a plugin... so I'm no longer concerned. Regardless, thank you for the response.
This might be a C++ problem more than it is a sim problem, but I cannot for the life of me figure out what's happening here.
I have the following c++ code:
Don't mind the strange syntax. I'm using Unreal Engine, which has some differences over C++ (Maybe that's the issue too)
When opening the pipe, a blank cmd window opens. I'd imagine this is normal behavior, but when running
nothing happens. The response() function resolves to nullptr.
When trying to open the pipe with the command listed in .\sim\SIMULATOR.md :
The stream can also be accessed from other programming languages using standard IO.
In this case, you would clone the repository, and then run:
The command window opens for a few seconds but then automatically closes. That command also has the same result when pasted straight into a CMD window.
My above code was written assuming that the "standard IO" thing is referring to things like iostream.
I'm absolutely sure this is an issue on my part, but I think the SIMULATOR.md example should be more descriptive.
Can anyone help me figure out what's going on here?
The text was updated successfully, but these errors were encountered: