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
samples/windll: simplify to pure exe-exports-int / DLL-imports-int
Remove all openmethod references. The example now demonstrates the core DLL mechanism in isolation: shared.hpp declares an int with dllexport/dllimport, main.cpp defines answer=42 and LoadLibraryA's the plugin, plugin.cpp exports get_answer() which reads the shared variable.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments