0 Members and 1 Guest are viewing this topic.
no matter wrote:(I assume you followed exactly the UMMU SDK example and therefore a debug message should display ship and crew infos when you press S. Correct me if you did something else.)Crew is loaded correctly in your scenario, that should work fine.If nothing comes when you press S, check if you did not forget to include S key event in your clbkConsumeBufferedKey or if your debug messages (check SendFocusScreenMessage() / cOurMessage) are correctly set. You should not use debug message as explained in API_Reference.pdf.Try an EVA to verify that crew is loaded, check if a debug message is returned when you have pressed E. If the EVA starts well but no message returned, have a look to SendFocusScreenMessage() and cOurMessage in your code and compare it with the SDK example, something must be missing.
francisdrake a écrit:Can somebody confirm if the library provided with the UMMU SDK works with VC++ 2008, or not?