hw25 my problem is hpp file

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
aslanbey0158
Posts: 52
Joined: April 15th, 2017, 10:48 am

hw25 my problem is hpp file

Post by aslanbey0158 » February 19th, 2021, 9:29 pm

there is an error E1097 "no_init_all" on winnt.h
and there are 3 link error LNK2019
i suppose one touch solve my problems :)
Attachments
hw3d-25 - master.rar
(1.8 MiB) Downloaded 166 times

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: hw25 my problem is hpp file

Post by albinopapa » February 19th, 2021, 9:49 pm

If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

aslanbey0158
Posts: 52
Joined: April 15th, 2017, 10:48 am

Re: hw25 my problem is hpp file

Post by aslanbey0158 » February 23rd, 2021, 8:29 pm

Heey people , i solved this problem so good, but how????
Firstly we must update these
1. Cmake
2. visual studio
2.1 (english language pack must be added)
3. vcpkg

then we download assimp ( it may another lib system,too)
then at the vcpkg
vcpkg install assimp:x64-windows
vcpkg integrate install

By this way you may use assimp (....) easily

Post Reply