P
pranab.salian
I am trying to statically link a xyz.lib file to my 32-bit VC++ 2005
MFC app in order to use a .sys file.
I have two xyz.lib files, one for win32 and one for amd64.
I know I should add the .lib file to ['Property Pages' > 'Linker' >
'Input' > 'Additional Dependencies']
But which file do I add, how do I add both files, and how do I ensure
the 32-bit app can use the linked .sys on 32-bit as well as 64-bit?
Thanks!
MFC app in order to use a .sys file.
I have two xyz.lib files, one for win32 and one for amd64.
I know I should add the .lib file to ['Property Pages' > 'Linker' >
'Input' > 'Additional Dependencies']
But which file do I add, how do I add both files, and how do I ensure
the 32-bit app can use the linked .sys on 32-bit as well as 64-bit?
Thanks!