cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The 2025 Technology Preview Program is now live. Join today!

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

How to skip "Active Library Usage" pop-ups without user intervention

sxs
Booster

Hi everyone:

  I want to make an automatic plugin,but the  "Active Library Usage" pop-ups blocks my process.

  How to skip it.

 

  eg:

sxs_0-1747967281665.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
Solution

Are you calling ACAPI_ProjectOperation_Open in this automation process? If so, try changing the value of useStoredLib in the API_FileOpenPars parameter passed to the function.

Ralph Wessel BArch
Central Innovation

View solution in original post

4 REPLIES 4
Solution

Are you calling ACAPI_ProjectOperation_Open in this automation process? If so, try changing the value of useStoredLib in the API_FileOpenPars parameter passed to the function.

Ralph Wessel BArch
Central Innovation

sxs_0-1748223620998.png

 

I open file like this。Inspired by you, I already know how to do it ,thank you.

Can this be achieved through command-line arguments?

I don't know, but I doubt this is possible

Ralph Wessel BArch
Central Innovation

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!