We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2010-08-03 02:21 AM - last edited on 2024-09-09 10:53 AM by Doreena Deng
2010-08-04 01:34 PM
ALFREDMAN wrote:Continue to use
I used to do this:
chgParam.uStrValue=BMAllocatePtr(strlen(strValue)+1,ALLOCATE_CLEAR,0);
However, in Archicad 12, (chgParam.uStrValue) became a type of [uchar_t* ] and I cant use BMAllocatePtr to allocate the correct size of memory
2010-08-04 02:09 PM