Skip to content

Conversation

@breyed
Copy link
Contributor

@breyed breyed commented Nov 2, 2025

Allows the CLR host DLL path to be set at runtime.

Copilot AI review requested due to automatic review settings November 2, 2025 04:19
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the WWC_CLR_HOSTDLL identifier from a preprocessor define (#DEFINE) to a public variable in a Visual FoxPro file. This change allows the DLL name to be evaluated at runtime rather than compile time.

Key Changes

  • Declares WWC_CLR_HOSTDLL as a PUBLIC variable at the top of the file
  • Assigns DLL names using runtime assignment instead of preprocessor directives
  • Updates all DECLARE statements to use the variable with name expression syntax (m.WWC_CLR_HOSTDLL) instead of direct macro substitution

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Allows the CLR host DLL path to be set at runtime.
@breyed breyed force-pushed the variable-host-path branch from 8fe1955 to a527bf8 Compare November 2, 2025 04:35
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.

1 participant