Click here to Skip to main content
15,884,099 members
Articles / Programming Languages / C++

String Handling in XPCOM

Rate me:
Please Sign up or sign in to vote.
4.78/5 (8 votes)
16 Aug 2010CPOL7 min read 50.1K   313   9  
Using different types of strings in XPCOM.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xpcom_client", "xpcom_client.vcproj", "{6AC170BA-F8D2-42F1-B312-BFD72FCC0F21}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6AC170BA-F8D2-42F1-B312-BFD72FCC0F21}.Debug|Win32.ActiveCfg = Release|Win32
		{6AC170BA-F8D2-42F1-B312-BFD72FCC0F21}.Debug|Win32.Build.0 = Release|Win32
		{6AC170BA-F8D2-42F1-B312-BFD72FCC0F21}.Release|Win32.ActiveCfg = Release|Win32
		{6AC170BA-F8D2-42F1-B312-BFD72FCC0F21}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Eyeball Networks Inc, Dhaka
Bangladesh Bangladesh
I strongly believe, a person's strongest point is to know his/her weak point. I try to be simple.

I have completed BSc in Computer Science & Engineering from Shah Jalal University of Science & Technology, Sylhet, Bangladesh (SUST).


Watch out for my other CodeProject Articles.

Comments and Discussions