Sign in
Jeremy Kuhne's Blog
Thoughts from a developer on the Expression Suite. Coding tidbits (Managed C++, C#, interoping with unmanaged code) and just general things related to Expression.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
All Things Acrylic
Blend
C#
Debugging
General Coding
Managed C++
MSBuild
Rotor
SSCLI
Tools
Visual Studio
Archive
Archives
February 2008
(5)
April 2006
(2)
January 2006
(2)
October 2005
(1)
September 2005
(4)
August 2005
(1)
July 2005
(7)
June 2005
(7)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jeremy Kuhne's Blog
Automating Acrylic
Posted
over 8 years ago
by
jkuhne
4
Comments
Here's the first of many posts to come out of what I've learned and experienced attempting to automate Acrylic. As mentioned before and elsewhere, Microsoft acquired Creature House a few years ago. With this acquisition came the creative design toolset...
Jeremy Kuhne's Blog
P/Invoke? No way!
Posted
over 8 years ago
by
jkuhne
4
Comments
[7/20/05: Added an additional comment regarding setting up for Win32] I've mentioned in my earlier posts just how nice Managed C++ in 2005 (C++/CLI) is when it comes to interoping with unmanaged code. It makes P/Invoke downright painful by comparison...
Jeremy Kuhne's Blog
P/Invoke? No way! (Pt. 2)
Posted
over 8 years ago
by
jkuhne
2
Comments
[7/20/05: Additional comment added for Marshal::GetFunctionPointerForDelegate()] There are some instances where Win32 requires a callback function pointer. This frequently comes up in Enumeration APIs, such as EnumWindows. In this post we’ll look at...
Jeremy Kuhne's Blog
Acrylic has gone live!
Posted
over 8 years ago
by
jkuhne
2
Comments
[updated 1/31/06 to use new blog photo gallery] Greetings from within Microsoft! I'm excited to let you know that we've just released the beta for Acrylic, an application for professional graphic designers. Please go take a look, download, and send...
Jeremy Kuhne's Blog
Acrylic Automation: Crossing the Barrier
Posted
over 8 years ago
by
jkuhne
1
Comments
Ok, so I really was chomping at the bit to blog. Now that we've gone beta I can get a lot of things off of my chest. Just too awkward to blog much before the product was announced, you know? In this post I'm going to give a bit of info on how to write...
Jeremy Kuhne's Blog
VS 2005 Managed C++ Syntax Pt. 1
Posted
over 8 years ago
by
jkuhne
0
Comments
I had very little experience in C++ when I sat down and tried my hand at using Managed C++ in Whidbey last fall (C++/CLI). Documentation was a bit more sparse back then and I found a few things a little difficult to figure out. I've looked again and I...
Jeremy Kuhne's Blog
C# or C++?
Posted
over 8 years ago
by
jkuhne
0
Comments
I just read C++ vs. C# and thought it might be worthwhile to throw up a few thoughts. I've been ranting and raving about how great the new Managed C++ (C++/CLI) is. It's true, it is great, but I still prefer to do most of my work in C#. Why? C#...
Page 1 of 1 (7 items)