Re: [Cppunit-devel] How to use GetTestPlugInInterfaceFunction?
Brought to you by:
blep
From: CppUnit d. m. l. <cpp...@li...> - 2006-10-24 23:27:10
|
Try http://cppunit.sourceforge.net/cppunit-wiki/CppUnitVisualStudio2005Wizard Paul _____ From: cpp...@li... [mailto:cpp...@li...] On Behalf Of CppUnit development mailing list Sent: 19 October 2006 15:05 To: cpp...@li... Subject: [Cppunit-devel] How to use GetTestPlugInInterfaceFunction? Hi, I am using CPPunit 1.12.0. I need to write testcase in my dll. And an MFC application to run and produce the results of those testcases in the dll. I understand about the macros used like CPPUNIT_TEST(Test1) But I have no idea how the dll (which has test cases implemented) will be called from the MFC application. I read from the documentation about GetTestPlugInInterfaceFunction() to be exported from the dll. But what do I implement in this function? A sample code snippet would be very helpful. Thanks and Regards, Arti Gujare The contents of this e-mail are intended for the named addressee only. It contains information which may be confidential and which may also be privileged. Unless you are the named addressee (or authorised to receive for the addressee) you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. Further, we make every effort to keep our network free from viruses. However, you do need to verify that this email and any attachments are free of viruses as we can take no responsibility for any computer virus which might be transferred by way of this e-mail. |