I am writing a unmanaged plugin for Unity3D and I can't keep starting the process to test the code, so I am just looking to execute my tests directly in a command prompt.
Question is I'm using RUNDLL32.EXE to call my entry point but I am unable to print out to the command window with:
Is there any suggestions on how to print to the window? Also, I did try and attach the process but I am getting 'no symbols loaded' if I could get a suggestion on how to attach properly or the limitations that would be amazing.