weigao95 / surfelwarp

SurfelWarp: Efficient Non-Volumetric Dynamic Reconstruction
https://sites.google.com/view/surfelwarp/home
BSD 3-Clause "New" or "Revised" License
276 stars 71 forks source link

A build error on windows10 about glfw #61

Closed Cryst4L9527 closed 3 years ago

Cryst4L9527 commented 3 years ago

I've built your code on win10 with vs2019 and glfw-3.3.2. here is the error:

错误 LNK2019 无法解析的外部符号 __imp_strspn,函数 glfwUpdateGamepadMappings 中引用了该符号 surfelwarp_app C:\Users\cscg\Desktop\surfelwarp\build\apps\surfelwarp_app\glfw3.lib(input.c.obj) 1

Does anyone know how to solve this?Maybe I should set some other libraries?

Cryst4L9527 commented 3 years ago

sorry,I've solved it already,that's because I use the 32-bit lib by mistake.