Archicad C++ API
About Archicad add-on development using the C++ API.

API Windows AC 21 cannot open file if filepath length > 130 chars

Anonymous
Not applicable
Before AC 21 this string was work correctly.
ifstream in(fname, ios::in | ios::binary);

But on AC 21 do not work if fname length more 130 chars.

How do I increase this limit to the normal 260 for Windows?
0 REPLIES 0