I have an application which was built for MFC6.
Now i have moved whole code to MFC7 and using Visual studio 2003.
I have netmeeting window in side my application and a ActivexTrial
component.
Now when i tried to Rebuild the application it gives an error
"ActivexTrial2
command line error MIDL1001 : cannot open input file
d:\MIG\Mercury\Sinope\Builds\MasterBuild\SharedComponents\NMCtrl\Debug"dlldata.rpc
/proxy
d:\MIG\Mercury\Sinope\Builds\MasterBuild\SharedComponents\NMCtrl\Debug"imsconf2.rpc"
then i have done simple build, it says build completed.
Then i have tried to run my application.But the NetMeeting window is not
created.
I was debugging the application and found that OnCreate of the OLEControl
of
Netmeeting is returning 0.(failing in MyRegisterClass() function).
I any one tell me the solution.