Click here to Skip to main content
15,889,200 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi like of title , is possible call UNO executable in pure C (not in C++), if yes anyone have some example ?? (like open calc insert hello world in first cell close and save ) thanks to all those who want to answer me (openoffice 6.4.7.2 on linux mint Mint 20.3 Una 64-bit)

What I have tried:

UNO automation with a binary (executable) - Apache OpenOffice Wiki[^]
Posted
Updated 24-Aug-22 23:12pm

There is a a support forum on the UNO web site. You are more likely to get an answer there.
 
Share this answer
 
In my opinion, you have to use C++.
I am not saying it is impossible with C (after all, Jeff Glatt showed us how to access COM in plain C[^]) , but it would be very difficult.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900