tensorRT_Pro icon indicating copy to clipboard operation
tensorRT_Pro copied to clipboard

How to support vs2015?

Open caihaocong opened this issue 2 years ago • 5 comments

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

caihaocong avatar Aug 09 '22 03:08 caihaocong

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

shouxieai avatar Aug 09 '22 03:08 shouxieai

@ [shouxieai] Thank you very much.

caihaocong avatar Aug 09 '22 07:08 caihaocong

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

caihaocong avatar Aug 09 '22 07:08 caihaocong

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

shouxieai avatar Aug 09 '22 07:08 shouxieai

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

caihaocong avatar Aug 09 '22 09:08 caihaocong