Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

bhogavalli suresh

@bhogavalli suresh
About
Posts
12
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C++ and COM
    B bhogavalli suresh

    What aspect of the C++ language makes it easily adapted to COM application

    COM c++ com

  • How to find wether a component is registered in regedit or not
    B bhogavalli suresh

    i have given u the path C:\windows\mirosoft\App.exe ,to check wether this registered or not.

    C / C++ / MFC tutorial

  • setfocus
    B bhogavalli suresh

    how do i set focus in one of my edit control in property sheet

    C / C++ / MFC question

  • Navigate function of a CWebBrowser class
    B bhogavalli suresh

    u better go for shellExecute functon try this

    C / C++ / MFC com help tutorial

  • Difference between debug and release builds
    B bhogavalli suresh

    plz tel the Difference between debug and release builds.

    C / C++ / MFC debugging announcement

  • i have written my own collection class,some errors
    B bhogavalli suresh

    .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)

    C / C++ / MFC help c++

  • post message from one dialog to another dialog
    B bhogavalli suresh

    i want to post message from one dialog to another dialog

    C / C++ / MFC

  • postmessage and send message
    B bhogavalli suresh

    ANy can help me for postmessage and send message ,how to prcessed with it

    C / C++ / MFC help tutorial

  • focus in edit control
    B bhogavalli suresh

    ok fine,if it in another function ,wts the processs............

    C / C++ / MFC help

  • focus in edit control
    B bhogavalli suresh

    i 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............

    C / C++ / MFC help

  • i decleared in .h file but even i get the exception
    B bhogavalli suresh

    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)

    C / C++ / MFC c++ question

  • Unresloved External symbols [modified]
    B bhogavalli suresh

    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..................

    C / C++ / MFC c++ help csharp question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups