Esri / cityengine-sdk

CityEngine is a 3D city modeling software for urban design, visual effects, and VR/AR production. With its C++ SDK you can create plugins and standalone apps capable to execute CityEngine CGA procedural modeling rules.
https://esri.github.io/cityengine/cityenginesdk
Apache License 2.0
204 stars 64 forks source link

Issue with building unity pluging #24

Closed KaiFlorian closed 7 years ago

KaiFlorian commented 9 years ago

Hello,

I am trying to build the example unity plugin in visual studio 2010 sp1. However, it seems that the header files cannot be found or opened. I am using CityEngine 2014.0. I would appreciate if someone let me know how I can resolve this.

Thanks, Kai

capture

matthias-specht commented 9 years ago

Hi Kai, looks like the include path to prt is wrong. Can you verify that in the project settings?

KaiFlorian commented 9 years ago

Hi Matthias. I have set the include path for prt and prtx. However, I still get the two errors saying that error LNK1104: cannot open file 'com.esri.prt.core.lib'

I tried to resolve this by defining the full path to this library (which is in .....\prt\bin folder) for both projects through Configuration Properties--> Linker--> Input--> Additional Dependencies After doing this, I got another errors saying that error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'

Is this project for 32bit windows? My OS is Win64.

Thanks

capture

matthias-specht commented 9 years ago

Hi Kai, yes, the Unity example is for 32bit only. you need to download the 32bit build (suffix ...-win32-vc100-x86-rel-opt.zip).

greetings Matthias

kmbawuazo commented 4 years ago

LINK OF THE CityEngine 2014 PLEASE !! bobelmagno@gmail.com