OK so I'm using Visual Studio Community 2019 with MASM enabled and I'm trying to declare a variable in my ASM file that is defined outside of the .ASM file but in the same project. How can I do this ?
I've tried the following:
EXTERN MyVar:ULONG64
but Visual Studio gives me the following compile error:
Error A2006 undefined symbol : ULONG64 TestDrv C:\Users\XFL\Documents\Visual Studio 2019\Projects\XFL\TestDrv\TestDrv\SwapSrc.asm 9