Search:

Type: Posts; User: misha

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    2,450

    I have not looked at it since we last talked. ...

    I have not looked at it since we last talked.

    I will look at it again to see what errors are being displayed when I try to compile with the file output code you gave me added in. I know that there...
  2. Replies
    18
    Views
    2,450

    I have not looked at it since we last talked. ...

    I have not looked at it since we last talked.

    I will look at it again to see what errors are being displayed when I try to compile with the file output code you gave me added in. I know that there...
  3. Replies
    18
    Views
    2,450

    Hello, Sorry I have not responded lately, I am...

    Hello,
    Sorry I have not responded lately, I am just cathing up from the July 4th holiday.

    I was not able to get anywhere with the output to file, because the additional code I added for this...
  4. Replies
    18
    Views
    2,450

    Thanks I will give it a try and touch base with...

    Thanks I will give it a try and touch base with you tomorrow.

    Thanks again for all of your help, have a great day/night!

    M
  5. Replies
    18
    Views
    2,450

    Since my code is a COM object for a website I...

    Since my code is a COM object for a website I have to test it through my browser. Given this, where might one expect to see the message box popup?

    On the client browsing the site, or on the...
  6. Replies
    18
    Views
    2,450

    I tried adding the message box code to the loop,...

    I tried adding the message box code to the loop, but unfortunately my COM object just stalled out when it reached this section of the code, and nothing else happend.

    Good idea though!

    Thanks,
    M
  7. Replies
    18
    Views
    2,450

    The code I am working on is a COM object backend...

    The code I am working on is a COM object backend to a website that unfortunatly I inherited and have been tasked with making changes to non-gratis.

    So I am not in a console.
    I do see some...
  8. Replies
    18
    Views
    2,450

    Excuse my ignorance but I do not know what being...

    Excuse my ignorance but I do not know what being in a console means.

    It does not appear that iostream.h is included.

    I also do not know what using namespace std; means.

    Sorry so dumb!
    ...
  9. Replies
    18
    Views
    2,450

    Im not sure how to write out the values of the...

    Im not sure how to write out the values of the fields to verify the info since I am such a newbie to C++.

    Here is the code specific to the compare:


    if(outofrange) continue;
    outofrange=0;...
  10. Replies
    18
    Views
    2,450

    Need help comparing db field values in c++

    Hello,

    I am trying to compare 2 different text fields from ms sql db, and want to set a condition based on wether or not the 2 text fields contain the same text or not. I believe that c++ is...
Results 1 to 10 of 10