extremely slow when run postProcess(operation, postInput) as add-in

extremely slow when run postProcess(operation, postInput) as add-in

Anonymous
Not applicable
281 Views
1 Reply
Message 1 of 2

extremely slow when run postProcess(operation, postInput) as add-in

Anonymous
Not applicable

Is that normal that it's extremely slow when postProcessing from my add-in?

 

sample snippet: 

    std::string post("c:/tmp/mypost.cps");

    std::string out = temporaryFolder(); 

    postInput = create("10001", post, out, InchesOutput);

    postProcess(SingleOperation, postInput);

 

 

0 Likes
282 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

Never mind, found the issue: the .cps file was not closed properly.

 

0 Likes