Does anyone have any suggestions on what I can do to try to create a shared SL library as a DLL file on a Mac? I tried Eclipse with eclipse4sl and MonoDevelop, but I can not understand what I'm doing wrong. I had a good streamlined process for this on a PC using VWD 2008. Basically, I want:
1.) A project that is strictly code that will be compiled into a common DLL
2.) A separate project that links the code of an uncompiled library with a sample so that I can set up the library without going back and forth between projects and constantly rebuilding the library.
3.) (optional) another version of the implementation example that uses the actual compiled library for final testing.
I managed to get a Silverlight application that uses Eclipse, but I can’t figure out if my shared library building is possible.
Thanks for any suggestions.
source
share