Hi,
after adding some additional information to the names of graphs created by one of my import-scripts, the program failed with an onknown runtime error when executing
GraphLayer gl(graphName, 0);
The program works, however, when using
GraphPage gp(graphName);
GraphLayer gl = gp.Layers(0);
graphName does neither contain invalid characters, nor exceed 31 chars (in fact it's allways exactly 21 characters).
It does not pose any problem at the moment, but I was just wondering if this is a bug or I'm just misinterpreting the docs...
Greetings
Alex
Origin Ver. and Service Release (Select Help-->About Origin): 2015
Operating System: Win 7 x64