Welcome to Atalasoft Community Sign in | Join | Help

June 2006 - Posts

I wish Visual Studio had better support for mixing languages in the same assembly or even the same file. It's not because I really like Dim (is there still a ReDim?), but sometimes I want to mix C# and C++, and it would also give me a great way to try Read More...
UPDATE: Atalasoft DotImage 6.0 uses some of the information discussed here to deliver the industry's first WPF Imaging SDK . Eric Sink has written a post entitled WPF for Laggards , which gives a great intro to WPF, but I have to point out that this isn't Read More...
If you followed tip #1 , you now have a single assembly with your managed and unmanaged code. Part of implementing the managed side of the effect is being able to provide a COM object in your implementation of CreateUnmanagedEffect . The normal way to Read More...