Search:

Type: Posts; User: SAP_7

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. How to change $EUID value to non-zero in the bash shell

    I have a script(test1.sh) like the below and i need to run it as root because As a prerequisites, we need to install a couple of packages when it enters into this script, value $EUID should be...
  2. Thank you.It's working now struct...

    Thank you.It's working now



    struct customCompare {
    bool operator()(const Territory* lhs, const Territory* rhs)const {
    return lhs->getTerritoryId() < rhs->getTerritoryId();
    }...
  3. set Insert the customizedCLass not working as expected with pointer

    Hi,

    I have a class(Territory) which has two fields string(name) and int(ID).
    set<Territory>setTerritories ////Insertion is as expected.It isn't insert duplicate

    set<Territory*>setTerritories;...
  4. How to write other than english language in text/xml file by reading english text/xml

    Hello Team,
    I have 2 files.one contains english text and another contains Japanese. so i have to read english text and replace the text with Japanesh text in third file.
    Basically, I need a help to...
  5. Replies
    4
    Views
    4,599

    Thank you algorism. I attempted the both...

    Thank you algorism.
    I attempted the both ways.It still returns the NULL.
  6. Replies
    4
    Views
    4,599

    Could any of you reply to this since i need to...

    Could any of you reply to this since i need to complete this quickly. Despite of being tried for 2 days , I could not understand/find out where is the error
  7. Replies
    4
    Views
    4,599

    CreateDIBSection returns NULL.

    Hi,
    please help me to resolve the error of createDIBSection returns NULL.
    Given below the code before calling the createDIBSection .
    I tried to creates a DIB using CreateDIBSection but it...
  8. I guess i might not be able to share the dll....

    I guess i might not be able to share the dll.
    But i can see there is already a problem raised by one person and link is given below.But I am not sure how to do in MFC.
    ...
  9. How to SetFocus to the ChildDialog when move to another application and come in MFC

    Hi,
    I have the CDialog ModelDialog Application , say ParentDialog 'A', and Dialog 'A' creates Child Dialog 'B'.
    I click on another application and then open the 'B'.But focus is not in the...
  10. Replies
    3
    Views
    4,221

    Thanks for your reply.I can also create the CList...

    Thanks for your reply.I can also create the CList class.I feel like for my case, it is fine
  11. Replies
    3
    Views
    4,221

    I can able to find the struct element. what i...

    I can able to find the struct element.

    what i did was


    sentence tmpRec;
    tmpRec.id = 10;

    tmpRec.name = "LONG";
  12. Replies
    3
    Views
    4,221

    How CList Find struct

    Hello ,

    I try to find the structure which is in the clist [mfc]



    Struct sentence
    {
    int id;
    CString name;
  13. Replies
    4
    Views
    3,795

    Could any of you help me on what are the...

    Could any of you help me on what are the libraries i have to include in the Linker part in order to run the opengl with qt.
    IDE : 2008
    Plugin Qt 4.8
  14. Replies
    4
    Views
    3,795

    Now I am getting the error message like the below...

    Now I am getting the error message like the below
    (Linker library QtOpenGLd4.libglew32d.lib
    qtmaind.lib
    QtCored4.lib
    QtDeclaratived4.lib
    QtGuid4.lib
    QtNetworkd4.lib)
  15. Replies
    4
    Views
    3,795

    Run openGl with Qt 4.8

    Hi

    I write a simple program to run the opengl in the Qt 4.8.
    IDE: VS 2008 with Qt 4.8 Addin
    Included gl.h and QGLWidget
    I included all the lib in the Linker section
    (opengl32.lib glew32d.lib...
  16. (VS 2008) New build config looking files from other folder build config

    Hi Team,

    My new build configuration always looking for the files from the build where i copied from.
    please help me to resolve this.

    I am using Visual studio 2008.It has Qt 4.8....
  17. Thread: PCI driver

    by SAP_7
    Replies
    1
    Views
    2,543

    PCI driver

    Hi

    please give sample program for PCI driver program to run it in the windows embedded compact 7 using c++ and qt .

    Thanks in Advance.
  18. Thread: embedded linux

    by SAP_7
    Replies
    1
    Views
    3,346

    embedded linux

    Hi,


    Thank you.
  19. Replies
    1
    Views
    3,945

    Valgrind invalid Read/Write

    Hi All,

    I would like to know how the valgrind find the runtime allocation related issues?such as the below

    invalid read of size 4.
    Invalid write of size 4.
    Even the size of memory is known...
  20. Replies
    5
    Views
    4,738

    I agree with you . but what is the difference b/w...

    I agree with you . but what is the difference b/w void and (void *).


    I mean to ask you like in the code i have posted, i would like to check is this void pointer before casting using this line ...
  21. Replies
    5
    Views
    4,738

    how to check is this void pointer

    Dear All,

    could you please help me on how to check if the poiner is void pointer.



    #
    include<iostream>
    using namespace std;
    struct pack
  22. Replies
    17
    Views
    19,506

    Could you tell me the posiblities of the reason...

    Could you tell me the posiblities of the reason to get the Mismatched free() / delete / delete [].

    I unable to see the line no in the valgrind report. it displays the function name. with that...
  23. Replies
    17
    Views
    19,506

    very thanks for your quick reponse.!!! I...

    very thanks for your quick reponse.!!!

    I posted the code which is in the application


    could you please make this code to run without removing pointer or reference.since with the same kind of...
  24. Replies
    17
    Views
    19,506

    It's big and legacy.it could not be posted. Could...

    It's big and legacy.it could not be posted. Could you tell how to deallocate the void pointer.In the above code if p1 is null pointer,what could be the result.BEcause that's the reason i am getting...
  25. Replies
    17
    Views
    19,506

    I suspect that Is structure object p1 getting the...

    I suspect that Is structure object p1 getting the void pointer as a result of called function(Send)?
    Inside the Send function get_SendData is assigned with NULL value.

    while Send function come to...
Results 1 to 25 of 26
Page 1 of 2 1 2