cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
BrunoValads
Contributor
since ‎2022-10-21
‎2024-05-28

User Statistics

  • 10 Posts
  • 0 Solutions
  • 10 Likes given
  • 5 Likes received

User activity

Hi!I'm getting an Archicad breakpoint exception that closes the program when using libcpr library.In my plugin example, I have the following simple HTTP GET request: cpr::Response r = cpr::Get(cpr::Url{ "http://www.httpbin.org/get" }); This code work...
I'm trying to make an automation that allows the user to send data to a server in the web via HTTP POST, and automatically receive data form this server when its available via HTTP GET.The POST part is solved already, by simply calling it from the me...
Hello!I'm working with MarkUp/BCF automation and I noticed ACAPI_MarkUp_Change is undefined.It's present in the API reference, but is missing in ACAPinc.h, and editing it is not enough. Am I missing something or this command is indeed not available y...