Skip to content

Fix CppConsoleDll README output#641

Merged
nieubank merged 1 commit into
mainfrom
user/nieubank/61791036
May 27, 2026
Merged

Fix CppConsoleDll README output#641
nieubank merged 1 commit into
mainfrom
user/nieubank/61791036

Conversation

@nieubank
Copy link
Copy Markdown
Contributor

Summary

  • Align the CppConsoleDll README expected output with the actual GetOrtVersionString call path.
  • Remove the unused GetTestMessageFunc typedef from the console client.

Rationale

ADO 61791036 reports a README/code mismatch around GetTestMessage. Instead of adding a new sample DLL export just to satisfy the README, this keeps the sample focused on the real exported function already used by the client.

Validation

  • git diff --check
  • MSBuild ConsoleClient.vcxproj /p:Configuration=Release /p:Platform=x64 /p:BuildProjectReferences=false

Full project-reference build is currently blocked by an existing WindowsAppRuntimeAutoInitializer.cpp duplicate object output issue in WindowsMLWrapper.vcxproj, unrelated to this README/typedef cleanup.

Fixes ADO 61791036.

Align the documented expected output with the exported function that the console client actually calls, and remove the unused GetTestMessage function pointer typedef.

ADO: 61791036

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@nieubank nieubank merged commit b82ddd7 into main May 27, 2026
4 checks passed
@nieubank nieubank deleted the user/nieubank/61791036 branch May 27, 2026 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants