Search:

Type: Posts; User: juhigarg

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,877

    I am not adding a no every time rather I am...

    I am not adding a no every time rather I am changing the last number . ie. The first filename will be testing1, second will be testing2(not testing12) third will be testing3(and not testing123).
    ...
  2. Replies
    3
    Views
    1,877

    help in vc++6.0

    I am developing a software for data acquitition using vc++6.0.

    During the course of the program I am getting a fatal error OE. On investigating the fatal error 0E, I realised that this is a page...
  3. Replies
    3
    Views
    1,877

    fatal exception 0E

    I am developing a software for data acquitition using vc++6.0.

    During the course of the program I am getting a fatal error OE. On investigating the fatal error 0E, I realised that this is a page...
  4. Replies
    0
    Views
    922

    fatal exception 0e

    I am developing a software for data acquisition using vc++ 6.0.

    I am experiencing a problem while setting a text in the dialog box.

    Below is the code for writing text in the window

    // The...
  5. Replies
    2
    Views
    6,642

    How to tackle a debug assertion failure?

    My application during run causes a debug assertion failed with an expression _BLOCK-TYPE_IS_VALID(pHead->nBlockUse) in the file dbgheap.c (line 1017).

    I understand that the problem is related to...
  6. Replies
    1
    Views
    1,782

    Problem using function strtol/strtoul

    I am using the function strtol to convert a string to long no. and I am using this long no. to address a port.

    I am fetching this string from the edit box of a window.

    I am facing a very...
  7. Default checking of radio button in a group box

    Sir,


    On a window I have a group box which contains two radio buttons.

    what I require is that when my window opens one of the radio button in that group box should be in the checked state. (...
  8. >Look in the source file, find where the...

    >Look in the source file, find where the associated variable is declared, and set its value to 0 or 1, it will be -1 by default.

    The associated member variable is declared as
    ...
  9. Default checking of radio button in a group box

    Sir,


    On a window I have a group box which contains two radio buttons.

    what I require is that when my window opens one of the radio button in that group box should be in the checked state.
    ...
  10. Thank You, I have used your suggestion...

    Thank You,

    I have used your suggestion successfully to enter default values in edit boxes and combo boxes.

    I have another problem.

    I have a group box on that window which contains two radio...
  11. Replies
    7
    Views
    2,904

    Thank You , Thanks to all of you. But the...

    Thank You ,

    Thanks to all of you.

    But the best way to convert the string to hexadecimal was the one using strtoul and strtol . This has saved me from writting that big code for conversion.

    ...
  12. Replies
    5
    Views
    2,595

    Sir, I have tried GetDlgItemInt(int j) to get...

    Sir,

    I have tried GetDlgItemInt(int j) to get the data as integer from the dialog box but it is not working. I am using Microsoft VC++.

    Help

    juhi
  13. Adding Default values to controls in Dialog boxes

    Sir,

    I am using AppWizard in VC++ to make certain windows which have controls like edit boxes, combo boxes etc.

    What I require is that when my window is opened it should contain certain values...
  14. Replies
    7
    Views
    2,904

    Mr. Dang, Thanks for your prompt reply. Sir,...

    Mr. Dang,

    Thanks for your prompt reply. Sir, I'll make my question more clear

    Lets assume I want to address to the port having port address 200(in hex).

    In this case I use the edit box and...
  15. Replies
    7
    Views
    2,904

    reading hexadecimal variables

    Sir,

    I am working on VC++ 6.0. I have used vc++ to develop a software for data aquisition. For this I am using a Data Aquisition card whose hardware settings are controllable through my software....
  16. Replies
    3
    Views
    1,759

    Thank You for your reply. I have posted my...

    Thank You for your reply.

    I have posted my question in Borland community.

    But still if you can find some solution I'll be waiting.

    Thanks once again.

    juhi
  17. Replies
    3
    Views
    1,759

    addressing hardware ports using c++

    I am using Borland c++ 5.02 for fetching data using an A/D/A convertor card PCL-208. I was using function inport and outport for transferring data. When I was using these functions with borland c++...
Results 1 to 17 of 18