Search:

Type: Posts; User: intruder

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. I am getting a diff of around one day. Thanks,...

    I am getting a diff of around one day.

    Thanks,
    In
  2. you don't have the opening curly bracket after...

    you don't have the opening curly bracket after the last else if (shirts > 24)
  3. CTimeSpan and CTime - are they machine specific?? pls help.

    Hi all..

    i have a question.

    i am trying to calculate the date and doing some addition of time to the objects by using CTimeSpan and CTime.

    so my question is, are these classes machine...
  4. Replies
    2
    Views
    1,392

    There is nobody in the windows discussion...

    There is nobody in the windows discussion browsing right now. so pls if anybody knows the ans pls let me know, i am stuck right now :(
  5. Replies
    2
    Views
    1,629

    how do i check which button is pressed ?

    Hi All,

    I have a quetion. I am using VC++ where i am getting values from the GUI controls using the DoDataExchange() function.

    I have two buttons on my screen with ids IDOK and IDCANCEL, so my...
  6. Replies
    2
    Views
    1,392

    How do i make out which button is pressed ?

    Hi All,

    I have a quetion. I am using VC++ where i am getting values from the GUI controls using the DoDataExchange() function.

    I have two buttons on my screen with ids IDOK and IDCANCEL, so my...
  7. "Invalid Character value for cast specification" from VC++ when i execute a procedure

    Hi Everybody,

    I have a question regarding the running of a procedure from VC++ in SQL server.

    well this is the scenario.

    i have a procedure in SQL server and i am running that thru my VC++...
  8. Replies
    15
    Views
    3,209

    ok thanks .. let me try using it .. after...

    ok thanks .. let me try using it .. after disabling the warnings. :)

    Thanks for the help all of you :)
  9. Replies
    15
    Views
    3,209

    ok but now when i am doing map

    ok but now when i am doing

    map<CString, double> m_DataMap(CString, double); its not generating any warnings anymore ..

    but when i try to insert an element into the map like ..

    CString str...
  10. Replies
    15
    Views
    3,209

    ok i have changed it from a pointer to a normal...

    ok i have changed it from a pointer to a normal member variable .. so now my code is ..

    map<CString, double> m_dataMap;

    but when i compile it gives me around 26 warnings :(

    some of them are...
  11. Replies
    15
    Views
    3,209

    Hi Daved, Its a huge framework and i cannot...

    Hi Daved,

    Its a huge framework and i cannot change it so i have to go with the fstream.h now. :(

    Also how can we use the map without dynamically allocating it ?

    if i am declaring as...
  12. Replies
    15
    Views
    3,209

    hey Decrypt.. it doesn't give compile errors...

    hey Decrypt.. it doesn't give compile errors anymore but how to instantiate the map ? when i am trying to make an object of the map it gives me lot of warnings..

    here is my code.

    ...
  13. Replies
    15
    Views
    3,209

    Ohh great.. that thing worked.. !! :):) i am...

    Ohh great.. that thing worked.. !! :):)

    i am doing std::map<> now and its working fine..

    Thanks for the help decrypt :):)
  14. Replies
    15
    Views
    3,209

    There is still one problem.. :( In my project...

    There is still one problem.. :(

    In my project fstream.h file is already included in the root class and all my classes are inheriting this class so now everybody have the fstream.h.

    now when i...
  15. Replies
    15
    Views
    3,209

    Ohh ok.. then it should work if i do a using...

    Ohh ok.. then it should work if i do a using namespace std.

    Thanks decrypt :)
  16. Replies
    15
    Views
    3,209

    Problem using map - Compile Errors

    Hi Everybody..

    i have a question. I am trying to use map<> in my VC++ project but it gives me compile time errors.

    It says "missing storage specifiers", i am also including #incude <map> still...
  17. hey thanks for the reply but its not like that.....

    hey thanks for the reply but its not like that.. i figured it out..

    When VC++ browser workspace is opened, it creates two files .ncb and .opt. The editor fetches the details from these files so...
  18. Help needed regarding the Browser Info file in VC++

    hey everybody ..

    i have a question regarding the VC++ browser info file.

    i am currently building the browser info file but its not showing me the browse information.

    This is what i want:-
    ...
  19. Replies
    2
    Views
    2,286

    ohh ok ok .. when i am using the _pipe its...

    ohh ok ok .. when i am using the _pipe its working.. fine..

    Thanks :):)
    Intruder
  20. Replies
    2
    Views
    2,286

    how do i compile pipe() API on windows ?

    Hi everybody..

    I am making a platform independant application which will work on any platform.

    Pipe implementation is done in the code and the code compiles perfectly on FreeBSD and unix but...
  21. Replies
    8
    Views
    7,058

    Hi Salem, No that is not the case beause...

    Hi Salem,

    No that is not the case beause when i am sending the LON request the hardware device to which i am sending the request itself will send the response after pre-specified time.

    The...
  22. Replies
    8
    Views
    7,058

    I have developmed an application which sends a...

    I have developmed an application which sends a request to hardware and than the hardware responds with a response.
    This response which is recieved is dependant on what request message i am sending...
  23. Replies
    8
    Views
    7,058

    Hey Rare i tried the same way but a little other...

    Hey Rare i tried the same way but a little other way. what i have done is i have declared a global bool value and i am initializing it to false initially than making it false when the OnTimer()...
  24. Replies
    8
    Views
    7,058

    Problem with Sleep() #$@^#$%^

    Hi All,

    I am using extensive Sleep() function in my application coz i want it to halt at certain point of time. But some people told me that Sleep() is machine dependant as my application doesn't...
  25. Replies
    7
    Views
    9,012

    DoModal() problem --> pls help.

    Hi friends,
    This question of mine is related to VC++ but since this forum is for C++ i m sure there might be people knowing VC++.

    ok my question is .. i have developed a dialog based...
Results 1 to 25 of 49
Page 1 of 2 1 2