Re: MessageBoxA linking error

2024-12-11 Thread bauss via Digitalmars-d-learn
On Wednesday, 11 December 2024 at 11:32:44 UTC, Ferhat Kurtulmuş wrote: On Wednesday, 11 December 2024 at 11:22:09 UTC, bauss wrote: Whenever I try to use MessageBoxA then I get a linking error that the symbol cannot be found. I am importing core.sys.windows.windows. What else am I missing?

Re: MessageBoxA linking error

2024-12-11 Thread Ferhat Kurtulmuş via Digitalmars-d-learn
On Wednesday, 11 December 2024 at 11:22:09 UTC, bauss wrote: Whenever I try to use MessageBoxA then I get a linking error that the symbol cannot be found. I am importing core.sys.windows.windows. What else am I missing? The exact error: ``` lld-link: error: undefined symbol: MessageBoxA ref

MessageBoxA linking error

2024-12-11 Thread bauss via Digitalmars-d-learn
Whenever I try to use MessageBoxA then I get a linking error that the symbol cannot be found. I am importing core.sys.windows.windows. What else am I missing? The exact error: ``` lld-link: error: undefined symbol: MessageBoxA referenced by ...\source\client\source\main.d:24 .