I've been searching for hours on the website & forums for the files necessary to reference into a Visual Studio app, with no success. I have a working C# app in VS2010 that uses the eDrawings 2010 control to open and view drawings, but now need to update the dlls to 2012. The files referenced in my project are:
AxInterop.EModelView.dll
eDrawingsGraphicsCardClient.dll
Interop.EModelView.dll
All I need are these same files, but for the 2012 version of eDrawings. Solidworks has conveniently made these dlls non-forward and non-backward compatible, so every user has to be running the exact same version of eDrawings viewer as the .dlls referenced and packaged with my application. I've gone through this exercise for 2008, 2009, 2010, and now trying again for 2012, and I always have trouble finding these files. Why make it so hard?
Thanks in advance to anyone who can help me find these files. Just to be clear, I've already looked in the Downloads area, where you can download the SW app, and the eDrawings apps. I've looked in the SW install directory, under /api/re_dist, I've looked in the on-line article, "Getting Started with the API" where they forget to tell you a key step in getting started (finding the dlls), I've looked under the eDrawings install directory, and found the graphicscardclient.dll, and a file called just emodelview.dll, but those don't seem to be enough, unless something has changed.
Thanks in advance for your help!