shouxieai / tensorRT_Pro

C++ library based on tensorrt integration
MIT License
2.54k stars 541 forks source link

How to support vs2015? #130

Open caihaocong opened 2 years ago

caihaocong commented 2 years ago

Hello, if I want to work by vs2015, how can I do? Thank you!

shouxieai commented 2 years ago
  1. Read this file: https://github.com/shouxieai/tensorRT_Pro/blob/main/windows/README.md
  2. Configure the corresponding dependencies, cuda/tensorRT/cudnn etc.
caihaocong commented 2 years ago

@ [shouxieai] Thank you very much.

caihaocong commented 2 years ago

修改为 vs2015, 出现 下面一大串 的错误: 严重性 代码 说明 项目 文件 行 禁止显示状态 错误 C2065 “not”: 未声明的标识符 TensorRT E:\work\guanhuaAOI\codes\tensorRT\tensorRT_Pro-main_ok\tensorRT_Pro-main\src\application\app_fall_recognize.cpp 25

shouxieai commented 2 years ago

把not换成 ! 这是语法支持问题

caihaocong commented 2 years ago

重新编译了 libprotobuf 便可以。多谢多谢!