MellowNight / physmem-Scanner

scans through physical memory and paging tables in kernel mode
104 stars 27 forks source link

compiling error on vs2019 #1

Open eix128 opened 3 years ago

eix128 commented 3 years ago

Hi , i tried to compile source code. All code compiling fine except:

Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol DriverEntry referenced in function FxDriverEntryWorker physicalMemory D:\repo\drivers\physmem-Scanner\physicalMemory\WdfDriverEntry.lib(stub.obj) 1

how to fix the issue ?

MellowNight commented 3 years ago

You need to configure the entry point option in visual studio project properties.