Welcome to MSDN Blogs Sign in | Join | Help

Santhosh Pillai

Globalization challenges... one at a time.

Syndication

News

The posting provided here is "AS IS" with no warranties, and confers no rights. You assume all risk for your use. ©2004-2007 Microsoft Corporation. All rights reserved.

Browse by Tags

Extracting Text from PSD Files
Localizers often need to extract text from PSD (Photoshop) files, translate them, and put the text back in the PSD files in the appropriate places (layers). I haven’t personally seen anyone using a tool to do this. Is there any tool that can extract and/or Read More...

Posted Wednesday, April 30, 2008 4:42 PM by sanpil | 1 Comments

Filed under:

Kinsoku, anyone?
I should admit that I am a little rusty as my last post was a while ago. I am interested to find out what content providers do to avoid Japanese Kinsoku issues. This page has a lot of details, but apart from specifying line-break="strict", are there any Read More...

Posted Tuesday, November 06, 2007 7:16 PM by sanpil | 1 Comments

Filed under:

Media Center SDK Vista Beta 2
Media Center SDK for Windows Vista Beta 2 is now available here for download. The good news is that you do NOT have to be a beta participant to get the SDK now. Install it, try it, and report any problems that you may have. You can leave a comment here, Read More...

Posted Wednesday, June 14, 2006 12:10 PM by sanpil | 1 Comments

Indeo Codec & XP SP2
Do you have an AVI file encoded with Indeo codec that stopped displaying video when accessed from a share when your client is XP SP2? That's because XP SP2 blocked the content because of a security problem with the codec. If you should access the content Read More...

Posted Wednesday, November 17, 2004 5:19 PM by sanpil | 2 Comments

Account Protection, Baby!
So, here I am calling up my credit card company to have my address changed (well, I tried online, and failed to login for some reason). After changing the address, she goes: “do you want to add account protection to your card?” Me: “Yes, Read More...

Posted Tuesday, July 13, 2004 12:21 PM by sanpil | 13 Comments

Calling C++ Unmanaged Class from C#
This may be a no-brainer, but I thought I'd post it anyway. If you have a C++ class in an unmanaged dll what is the best way to call it from C#? 1. You need to wrap the C++ class in a COM object or expose the class through dll exports. Managed code can Read More...

Posted Wednesday, July 07, 2004 4:59 PM by sanpil | 7 Comments

P/Invoke: Should it be this hard?
Obviously, no! We are trying everything we can to make it less painful for the developers. Most of the time, the hard question is whether or not the P/Invoke signature is accurate. Now that we have a sample that shows P/Invoke signature for methods declared Read More...

Posted Wednesday, March 31, 2004 4:31 PM by sanpil | 0 Comments

Hard to Find a Technical Resource? Think About Microsoft Developer Support!
I often see questions like this in various forums: We are about start the coding phase of our project. We would like to validate our architecture against someone with expertise in DCOM/Remoting/--Add your technology here--. We probably need a week or Read More...

Posted Friday, March 26, 2004 5:09 PM by sanpil | 0 Comments

DCOM: Is there a way to get the IP of the DCOM client from the DCOM server?
Another FAQ. Short answer: may be. Shorter answer: no. To be honest: no supported way. CoQueryClientBlanket() will give "some information", such as the user name and domain name, but unfortunately, there is no way of obtaining the client machine name Read More...

Posted Monday, March 01, 2004 3:26 PM by sanpil | 0 Comments

Post your Remoting questions in microsoft.public.dotnet.framework.remoting
As I look through the feedback for my post, I thought it may be a good idea that I propose this: feel free to post your Remoting related questions in microsoft.public.dotnet.framework.remoting newsgroup. The newsgroup is pretty active with some MS guys Read More...

Posted Tuesday, February 24, 2004 4:56 PM by sanpil | 1 Comments

Error: The type is not supported because it implements IDictionary.
Ferris Beuller asked me in response to my previous post: Why can the serializer not serialize types that implement IDictionary? SortedList in types cannot be serialized, you get an InvalidOperationException with the innerexception of {"The type System.Collections.SortedList Read More...

Posted Tuesday, February 24, 2004 2:57 PM by sanpil | 12 Comments

So, What's the Deal with SerializationException in Remoting & TypeFilterLevel?
Applications that used to work well in Framework 1.0 give System.Runtime.Serialization.SerializationException when run under Framework 1.1. The exception has this format: System.Runtime.Serialization.SerializationException: Because of security restrictions, Read More...

Posted Monday, February 23, 2004 6:09 PM by sanpil | 5 Comments

About Me: Santhosh Pillai
My Name is Santhosh Pillai. I am a Technical Lead in the Microsoft Developer Support Organization. Till recently I used to support OLE, COM, DCOM, .NET Remoting, and COM Interop technologies. I am moving to Multimedia support soon, but most of the posts Read More...

Posted Monday, February 23, 2004 6:04 PM by sanpil | 2 Comments

Page view tracker