Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Voker57

    MFC show default values

    I don't know about such way. But i will install VC and see. Hi there!
  2. Voker57

    Double defining in obj

    It sents me this letter back: >> This message was created automatically by mail delivery >> software. >> A message that you sent could not be delivered to one or >> more of its >> recipients. This is a permanent error. The following >> address(es) failed: >> filipski@excite.com >> SMTP...
  3. Voker57

    MFC show default values

    Create an variable linked with editbox and change its value on initiation. Hi there!
  4. Voker57

    Slider on a dialog bar - no message being sent?

    Maybe it recieves only clicks? Hi there!
  5. Voker57

    Double defining in obj

    Now it works. Maybe it was an error. Hi there!
  6. Voker57

    Double defining in obj

    Your mail adress is not working. Hi there!
  7. Voker57

    Double defining in obj

    It's just a complete gemorroy. Can anyone watch my codes? I did it up, back and forth! Hi there!
  8. Voker57

    Double defining in obj

    May be my windows are buggy, or something else... ...I follow them! :-( Hi there!
  9. Voker57

    Double defining in obj

    ......no.....result......:-((( >> (I'm from ex URSS too:) It's obvious from your nick. Hey, Slavyane! Hi there!
  10. Voker57

    Double defining in obj

    >> Means you're trying to make plotview.cpp a program in it's >> own right. >> You need to compile both Plot.cpp and PlotView.cpp, then link >> BOTH object files to make it work. I've done it. No result. :-(((
  11. Voker57

    Double defining in obj

    >> Does plotview include the plot.h file ? >> Have you tried to rebuild your project ? (Clears out old >> references sometimes) Yes to both. >> My guess is you have >> int nn = 0; >> In the plot.h file >> What you should have in the plot.h file is >> extern int nn; >> And ONLY in plot.cpp >>...
  12. Voker57

    Double defining in obj

    Heh...no results. If you need more info, just ask. I'm from Russia :-)
  13. Voker57

    Change picture

    What's the "picture control" I'm from Russia :-)
  14. Voker57

    Double defining in obj

    I'm defining global variables zz and nn in Plot.h, modyfying them in plot.cpp and using in The PlotView.cpp. And when compiling it shows that: >> The PlotView.obj : error LNK2005: "int nn" (?nn@@3HA) >> already defined in Plot.obj >> The PlotView.obj : error LNK2005: "int...
  15. Voker57

    What's the UINT?

    Yeah it works! Thanx to everybody. I have just put == instead of = and it works! What a silly. I'm from Russia :-)
  16. Voker57

    What's the UINT?

    >> Are you sure you don't mean (S == nChar)?] Good idea! I'll try it. >> Wow, this is so bad... Yeh that is bad. I can't get the solve at the second forum! What's the code? I don't need to change its value, just to get it! I'm from Russia :-)
  17. Voker57

    What's the UINT?

    Explanations. onChar is a generated function so I can't change the header. I am needing to get the value of nChar because it has the code of button just pressed. It compiles okay,but when I try to check the value so: if (S=nChar)... it always contains '8' (I can see it in the debugger) and the...
  18. Voker57

    What's the UINT?

    nChar. When I try to change the value it writes "Cannot convert from char[2](It's about nChar)to "Unsigned int" (it is value)" I'm from Russia :-)
  19. Voker57

    What's the UINT?

    But how can I get the value from it? It returns 56 all the time! Here's the header: void CTwsView::OnChar(UINT nChar, UINT nRepCnt, UINT nFlags) I'm from Russia :-)
  20. Voker57

    What's the UINT?

    How to get a value from UINT? (It also is char[2] in editor) I'm from Russia :-)

Part and Inventory Search

Back
Top