How do I install and use AODL?

I want to make a button that saves libreoffice calc. I did some research on google and found a site to download the AODL but the download link is not working ( link ). I downloaded AODL on another site: sourcefourge.net

My question is, have I downloaded the correct file and how do I use it in my C # project?

Thank you for your time!

+3


source to share


1 answer


from what I could find by doing some "research" (essentially googling) the AODL is no longer updated.

According to this, old, SO answer , the newest version can be found here . This repository was last committed in 2011. You can download the code and compile it (AODL is native C # code, so I shouldn't be a problem).

I did some further "research" and found this uhm ... "beauty". Be careful, it can give you eye cancer. If you scroll down a bit, you will find the "C #" section. It lists the following libraries / projects:



I pulled these names / links from this website if it goes down and so that no one can look at those awful colors. (Seriously, now my eyes are hurting. Which may be due to being late, but I like to think this is a site))

+5


source







All Articles