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

Plugin System – an alternative to GetProcAddress and interfaces

Rate me:
Please Sign up or sign in to vote.
4.85/5 (64 votes)
25 May 2007CPOL10 min read 167.3K   1.9K   207  
A powerful and extensible way of creating plugin-based applications
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "defmaker", "defmaker.vcproj", "{16593BF6-3C1D-4EF5-8981-EDDFA23E24AA}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{16593BF6-3C1D-4EF5-8981-EDDFA23E24AA}.Debug.ActiveCfg = Debug|Win32
		{16593BF6-3C1D-4EF5-8981-EDDFA23E24AA}.Debug.Build.0 = Debug|Win32
		{16593BF6-3C1D-4EF5-8981-EDDFA23E24AA}.Release.ActiveCfg = Release|Win32
		{16593BF6-3C1D-4EF5-8981-EDDFA23E24AA}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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)
United States United States
Ivo started programming in 1985 on an Apple ][ clone. He graduated from Sofia University, Bulgaria with a MSCS degree. Ivo has been working as a professional programmer for over 12 years, and as a professional game programmer for over 10. He is currently employed in Pandemic Studios, a video game company in Los Angeles, California.

Comments and Discussions