What aspect of the C++ language makes it easily adapted to COM application
bhogavalli suresh
Posts
-
C++ and COM -
How to find wether a component is registered in regedit or noti have given u the path C:\windows\mirosoft\App.exe ,to check wether this registered or not.
-
setfocushow do i set focus in one of my edit control in property sheet
-
Navigate function of a CWebBrowser classu better go for shellExecute functon try this
-
Difference between debug and release buildsplz tel the Difference between debug and release builds.
-
i have written my own collection class,some errors.h file........................ #if !defined(AFX_STREAM_H__76EBFBD3_73B0_11D7_9C8F_0050BA3C5F89__INCLUDED_) #define AFX_STREAM_H__76EBFBD3_73B0_11D7_9C8F_0050BA3C5F89__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CStream:public CObject { public: CStream(); CStream(CString &strName,CString &strAge,CString &strDep,CString &strNo); virtual ~CStream(); CString m_strName; CString m_strAge; CString m_strDep; CString m_strNo; }; class CStreams:public CList { public: CStream * Find(CString& sIDStream); CStreams(); virtual ~CStreams(); void AddStream(CString& sName, CString& sAge,CString &sDep,CString &sNo); }; #endif // !defined(AFX_STREAM_H__76EBFBD3_73B0_11D7_9C8F_0050BA3C5F89__INCLUDED_) THIS R THE ERRORS I GOT PLEASE HELP ME i have given the implementation in .cpp file also........... this r the errors............. Compiling... CStream.cpp e:\getstart\cllectdlg\cstream.h(27) : error C2504: 'CList' : base class undefined e:\getstart\cllectdlg\cstream.h(27) : error C2143: syntax error : missing ',' before '<' e:\getstart\cllectdlg\cstream.h(27) : error C2059: syntax error : '<' E:\GetStart\Cllectdlg\CStream.cpp(61) : error C2065: 'AddTail' : undeclared identifier Error executing cl.exe. Cllectdlg.exe - 4 error(s), 0 warning(s)
-
post message from one dialog to another dialogi want to post message from one dialog to another dialog
-
postmessage and send messageANy can help me for postmessage and send message ,how to prcessed with it
-
focus in edit controlok fine,if it in another function ,wts the processs............
-
focus in edit controli am using dialog ,in that i have an edit control,when ever my dialog displays cursor must be in the edit control,plz help me............
-
i decleared in .h file but even i get the exceptionLNK2019: unresolved external symbol _SQLConfigDataSource@16 referenced in function "public: bool __thiscall DynamicDSN::CreateDSN(class ATL::CStringT > > &)" (?CreateDSN@DynamicDSN@@QAE_NAAV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@@Z)
-
Unresloved External symbols [modified]when do we get this kind of errors................. i got this error ,i declared it in .h file and implemented it in .cpp file,plz kindly help me if any lig or dll required for it............. dsn1 error LNK2019: unresolved external symbol _SQLConfigDataSource@16 referenced in function "public: bool __thiscall DynamicDSN::CreateDSN(class ATL::CStringT > > &)" (?CreateDSN@DynamicDSN@@QAE_NAAV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@@Z) look here plz.the same i build in VC++6.0 and got the same error i have given the lib file as "odbccp32.lib".this is working file,but when came to ,net 2003 i have given the same file as lib but it still give me the same eroor,plz help me................. yes ,chandu.its working fine in VC++ 6 afteradding the lib file ,the same i did in .net 2003 ,it doesn t go fine the above error occurs plz help me..................