Hi,
I'm trying to program against the XPression (BlueBox) API for the first time. Admittedly, I'm a little new to Windows development in general, but so far I have managed to setup a project in Visual Studio 2010 (and/or 2012) using C#. One thing I have found is that there are two ways to get access to the API.
On one hand, I can "Add Reference" from the "Project" menu and browse to find "XPression BlueBox Library" under the "COM > Type Libraries" category.
On the other, I can also "Add Reference" from the "Project" menu and choose to browse for the "xpression.net.dll" assembly in the XPression installation folder.
Although both methods appear to function similarly, I have noticed some differences. In particular, the xpTools portion of the API has a completely different interface.
Which is the preferred method of programming against the BlueBox API? Perhaps more at a low level, what is the difference between the two methods (or why do they both exist but differ)?
Many thanks, and sorry for the "freshman" question!