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
R

Renjith Ramachandran

@Renjith Ramachandran
About
Posts
460
Topics
73
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Advice needed for a tool for c++ code analysis
    R Renjith Ramachandran

    visual studio features are not enough for my purpose. anyway thanks for your help.

    Never Work Hard! - Work Smart!!! www.indianITforum.com

    C / C++ / MFC c++ com debugging tools performance

  • ShellExecute/Browser problem
    R Renjith Ramachandran

    yeah! it puzzled me first, because the same thing has been done by a dozen times by me, nothing went wrong then. so please update if you find a solution of that ( even if its nothing to do with your app )

    Never Work Hard! - Work Smart!!! www.indianITforum.com

    C / C++ / MFC com help question discussion

  • Advice needed for a tool for c++ code analysis
    R Renjith Ramachandran

    I'm working with a project with fairly large codebase. so i'm looking for some tools, which can function the following task - Code profiling - Code formatting - Dead code detection - Clone Detection Do you know any products which helps to do all of these?, or more than that? i don't mind to purchase it even if it costs up to $15,000/-

    Never Work Hard! - Work Smart!!! www.indianITforum.com

    C / C++ / MFC c++ com debugging tools performance

  • microsoft's Visual C++ Runtime 8.0 in XPE
    R Renjith Ramachandran

    How to install the microsoft's Visual C++ Runtime 8.0 in XPE? Microsoft has been published vcredist_x86.exe for installing the runtime, but in my XPE image there is no support for the Windows installer, and i have some difficulties to adding one. so i am looking for an alternative way to install the VC8 runtime in XPE. like copying the files and manifests and making the registry entries, anybody here faced the same issue??? Any help will be appreciated.

    Never Work Hard! - Work Smart!!! www.indianITforum.com

    System Admin c++ help com windows-admin tutorial

  • Embedding Copy Exe in Application Exe?
    R Renjith Ramachandran

    You can embedd an exe/dll within your application itself as a resource(i recommends MFC & Visual Studio IDE for speed up your development). and later on you can extract and use it. the only problem is total size of your application will grow.

    Never Work Hard! - Work Smart!!!

    C / C++ / MFC c++ question hardware help announcement

  • file manipulation in c
    R Renjith Ramachandran

    FILE *fp = NULL; fp = fopen("YourResume.doc", "r"); if(fp!=NULL) { fread(); or fscanf(); fgets()...blah();blah();blah(); } fclose(fp);

    Never Work Hard! - Work Smart!!!

    Managed C++/CLI help question

  • Hard Drive Serial Number.
    R Renjith Ramachandran

    i think there are third party libraries which enumerate all hardware details in ue pc. google that! best of luck!

    ['Loka Samastha Sukhino Bhavanthu' - May all beings be happy and free]

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

  • PropertyPages and data
    R Renjith Ramachandran

    keep your data in a structure/class, and pass the reference to the each pages. in case of any validation, do it in corresponding page. gotcha? :)

    ['Loka Samastha Sukhino Bhavanthu' - May all beings be happy and free]

    C / C++ / MFC csharp visual-studio algorithms help tutorial

  • Check Files in used
    R Renjith Ramachandran

    an alternative way i think is to use the OF_SHARE_EXCLUSIVE flag as the third argument for the OpenFile() function.

    May all beings be happy and free...

    C / C++ / MFC c++ tutorial

  • Problem showing MFC dialog from extern DLL
    R Renjith Ramachandran

    call MFC macro AFX_MANAGE_STATE, before calling any of the MFC functions

    May all beings be happy and free...

    C / C++ / MFC help c++

  • Book for Good Coding Practise ??
    R Renjith Ramachandran

    yes i read one book very recently thats C++ Gotchas: Avoiding Common Problems in Coding and Design By Stephen C. Dewhurst very good compilation!

    May all beings be happy and free...

    C / C++ / MFC c++ question learning

  • brekpointing every function
    R Renjith Ramachandran

    could you please explain how to do this ? Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )

    C / C++ / MFC database debugging question

  • How to invoke an application executable from DLL.?
    R Renjith Ramachandran

    CreateProcess() function would help you Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )

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

  • Changeing the caption of form
    R Renjith Ramachandran

    could u pls paste your code here ? Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )

    C / C++ / MFC c++

  • inside lib and dll
    R Renjith Ramachandran

    use dumpbin utility Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )

    C / C++ / MFC learning

  • ATL COM object..
    R Renjith Ramachandran

    You mean You want just a class which supports two interfaces rite? Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )

    COM c++ com question

  • WIA (Windows Image Acquisition) API
    R Renjith Ramachandran

    yes this is the same thing which i am also looking for.... Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )

    COM c++ json question

  • C++ Certification
    R Renjith Ramachandran

    Is the brainbench certification is an accepted one ??? Still i am wondering that why the Microsoft ppl stopped the Certification Exam in C++ aka VC++.. Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )

    C / C++ / MFC c++ java algorithms

  • Client /Server architchture
    R Renjith Ramachandran

    zahid_ash wrote:

    one is doing normal communication with client to send and recevie normal information , 2nd on is used when file is transfer

    What you meant by Normal communication and File Transfer? in both case you are send/rcving data? Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )

    C / C++ / MFC sysadmin question

  • displaying an variable value into AfxMessageBox
    R Renjith Ramachandran

    Mahhouraaaaaa wrote:

    UpdateData(true); AfxMessageBox(m_terma); CDialog::OnOK();

    i think m_terma is of type integer. so this CString csMsg; csMsg.Format("%d", m_terma); AfxMessageBox(csMsg); try it out Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )

    C / C++ / MFC help
  • Login

  • Don't have an account? Register

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