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
206 stars 64 forks source link

can't Load the Encoder dll #16

Closed tangxz closed 10 years ago

tangxz commented 10 years ago

Hi , I have compiled a prt_stlenc dll without changing the example codes. When I run cityengine2014,I can't find STL format in "Export models" window. To solve this problem, So I add prt::log in codes, and compile. This time ,I Get an error in log window which said "file extension must begin with a '.' " in the sentence "encodeInfoBuilder.setExtension(STL_EXT);" . But STL_EXT is defined as wstring ".stl" indeed . I'm comfused with this error cue. What's the problem in my code?