hasherezade / libpeconv

A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl
https://hasherezade.github.io/libpeconv
BSD 2-Clause "Simplified" License
1.09k stars 177 forks source link

Can't use library #27

Closed gamethrower closed 3 years ago

gamethrower commented 3 years ago

I tried including both peconv.h and compiled libpeconv.lib but I keep getting linker errors. Did I miss something?

hasherezade commented 3 years ago

Hi! You need a full directory includes - not only peconv.h. It will go similar to this example.

I will make a Wiki page especially for LibPeConv, and explain this.

hasherezade commented 3 years ago

Try following this guide