Quantcast
Channel: ArchiCAD-Talk - Developer Forum
Viewing all articles
Browse latest Browse all 564

Create and change database to newly created db

$
0
0
Author:Akos Somorjai
Posted: Tue Jan 19, 2016 10:44 am (GMT+1)


vuego wrote:

Code:

   CHANSI2Unicode ("Det 1", (GS::Int32)strlen("Det 1"), dbInfo.name, API_UniLongNameLen);
   CHANSI2Unicode ("D10", (GS::Int32)strlen("D10"), dbInfo.ref, API_UniLongNameLen);



This can be simplified to:
Code:

   GS::ucscpy (dbInfo.name, L("Det 1"));
   GS::ucscpy (dbInfo.ref, L("D10"));


Best, Á kos


Viewing all articles
Browse latest Browse all 564

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>