INTERACT FORUM

Windows => Plug-in Development => Topic started by: kjwiebe on March 27, 2005, 07:07:32 pm

Title: VC++ Interface Example
Post by: kjwiebe on March 27, 2005, 07:07:32 pm
Does anyone have a simple example of an Interface Plugin written in VC++.  I am using ver 6 but I'm sure I could figure it out from other versions.  I know about the Sleep Timer example but it is in .NET which is not the same.

Thanks....
 ;D
Title: Re: VC++ Interface Example
Post by: KingSparta on March 27, 2005, 07:19:46 pm
http://www.jrmediacenter.com/devzone.html

Examples: Sleep Timer plug-in (1.0.6)
Title: Re: VC++ Interface Example
Post by: kjwiebe on March 27, 2005, 07:33:33 pm
Thanks, but Sleep Timer is ver 7.  My ver 6 VC++ won't open it as a project.  I was hoping to find a ver 6 example out there.  I don't program very often so I need all the help I can get.
Title: Re: VC++ Interface Example
Post by: RhinoBanga on March 28, 2005, 01:38:49 am
You could use this:

http://www.codeproject.com/tools/prjconverter.asp

Quote
This tool automatically converts Visual C++ 7.0 projects back to Visual C++ 6.0 projects.

I use it all the time.
Title: Re: VC++ Interface Example
Post by: kjwiebe on March 28, 2005, 10:14:44 am
Thanks for the convertor.  That works great!