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
V

vijith squadz

@vijith squadz
About
Posts
20
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Capturing all Keyboard input using a DLL
    V vijith squadz

    Try Keyboard Hooking

    C / C++ / MFC question c++ design sysadmin hardware

  • Auto answering possible in Android
    V vijith squadz

    Is auto answering with custom voice message possible in android? In a forum someone had posted that direct access to "acceptCall" and "hangup" methods is not possible. Please clarify if anyone have idea about this .

    Mobile android question

  • Problem with != operator of CString
    V vijith squadz

    Thanks for the quick response .But at the compilation time this code didnt shown any errors or warnings . Do have any idea ,why it had happened like this ?

    Thanks & Regards VIJITH VIJAYAN

    C / C++ / MFC help

  • Problem with != operator of CString
    V vijith squadz

    The following is the code fragment which I used in my application, CStringb csFilePath = _T("C:\\MyFolder\\"); if(csFilePath != "\\") { DWORD dwError = GetLastError(); } And i am getting an error code of 122(The data area passed to a system call is too small) in VS2008. But in VC6.0, there is no such problem, the error code i am getting is 0.The application is with UNICODE supported. Please help me to find out the cause of this problem. :(

    Thanks & Regards VIJITH VIJAYAN

    C / C++ / MFC help

  • MEMORY loss problem
    V vijith squadz

    Its because i've enabled System restore option for C Drive .Now its fine .

    Thanks & Regards VIJITH VIJAYAN

    Hardware & Devices performance help question

  • MEMORY loss problem
    V vijith squadz

    I have installed vista in my system in c drive .My hard disc space is 160gb and c drive occupies 92gb .But continouesly am lossing memmory from C drive .around 20 gb has been found lost .if anyone knows y it happens?Plz do reply

    Thanks & Regards VIJITH VIJAYAN

    Hardware & Devices performance help question

  • Help For NtDsAPI.Lib
    V vijith squadz

    Is there any new version of NtDsAPI.lib available for 64 bit application? If anybody knows plz reply.

    Thanks & Regards VIJITH VIJAYAN

    C / C++ / MFC help question announcement

  • RPC Library in Visual Studio 2008
    V vijith squadz

    Is the library used for using RPC function in Visual Studio 2008 is RpcRT4.lib?.If not plz specify the excat one :(( .

    Thanks & Regards VIJITH VIJAYAN

    C / C++ / MFC csharp visual-studio question

  • MSChart(ActiveX)
    V vijith squadz

    64 bit version of Activex control MSchart is avaliable or not?.Plz reply if anybody knows.

    Thanks & Regards VIJITH VIJAYAN

    C / C++ / MFC com question announcement

  • append line.
    V vijith squadz

    CString strNewWord (_T(" Test line to write")); CStdioFile file; file.Open(strSystemPath,CFile::modeWrite|CFile::modeNoTruncate,NULL); file.SeekToEnd(); CString strWriteData("\n ");/*(Here you ve gone wrong no need to give "\\n" for a new line just "\n" is enough)*/ strWriteData+=strNewWord; file.WriteString(strWriteData); file.Close(); Use this code this will be working . :-D

    Thanks & Regards VIJITH VIJAYAN

    C / C++ / MFC

  • [Message Deleted]
    V vijith squadz

    [Message Deleted]

    C / C++ / MFC

  • Plz Help to Solve an Error
    V vijith squadz

    yes i had linked .And thanks for the quick reply

    Thanks & Regards VIJITH VIJAYAN

    C / C++ / MFC help question

  • how to get substring of a CString
    V vijith squadz

    You can use Find().It will return the postion of the first character then use Mid()to extract that

    Thanks & Regards VIJITH VIJAYAN

    C / C++ / MFC c++ tutorial question

  • Plz Help to Solve an Error
    V vijith squadz

    Hi All, I got a link error while compiling my project.The error is in another module ie in another .obj .This is static link library.Can anyone help me to find a solution .The error is given below. error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl std::basic_string<char,struct>,class std::allocator >::basic_string<char,struct>,class std::allocator >(class std::basic_string<char,struct>,class std::allocator > const &)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QEAA@AEBV01@@Z) referenced in function "public: __cdecl std::logic_error::logic_error(class std::basic_string<char,struct>,class std::allocator > const &)" :((

    Thanks & Regards VIJITH VIJAYAN

    C / C++ / MFC help question

  • Plz Help to get solution
    V vijith squadz

    thanks for the reply :)

    Thanks & Regards VIJITH VIJAYAN

    C / C++ / MFC help

  • Plz Help to get solution
    V vijith squadz

    I got the below given fatal error while converting a 32 bit application to 64 bit.Any one plz give a solution for this. Error: mfcs42u.lib(nolib.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'

    Thanks & Regards VIJITH VIJAYAN

    C / C++ / MFC help

  • Grid Reading
    V vijith squadz

    Thanks for the reply .Could u plz elobrate your solution.i didnt get it .If possible provide me a sample code .

    vijith vijayan

    C / C++ / MFC c++ css help

  • Grid Reading
    V vijith squadz

    :(( Anybody plz help to know the method of reding very fast from mshflexgrid in MFC.The grid contains very huge string .the total rows in that is maximum of 25000.Anybody plz supply a solution for this .

    vijith vijayan

    C / C++ / MFC c++ css help

  • Which Function is better.? [modified]
    V vijith squadz

    :-Dprecreatewindow will be better

    vijith vijayan

    C / C++ / MFC question

  • [Message Deleted]
    V vijith squadz

    [Message Deleted]

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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