Can anyone tell how Adobe Acrobat 9 was made? I like the look and feel of the GUI and I'm curious how it was made. Specifically, what programming language was used to make it?
+1
A:
I believe it was programmed in C++ using the Evil framework.
Ben Hoffstein
2008-09-29 05:07:51
+7
A:
All of Adobe's major products are written in C++. Although they're mostly written using proprietary toolkits, Adobe has actually open-sourced some of their common low-level libraries. You can read more about them, and download them yourself, at Adobe's Software and Technology Lab (STLab). One of their libraries, Adam and Eve, I find especially interesting and generally useful.
Benjamin Pollack
2008-09-29 05:13:05
StackedCrooked
2009-10-24 02:52:33
I have not used Adam and Eve in any commercial product; just for tinkering around. In that context, integrating into a code base wasn't an issue, since the only code base I had was that one.
Benjamin Pollack
2009-10-26 17:44:49