Search:

Type: Posts; User: Дмитро

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. typedef GUID CLSID; typedef CLSID *LPCLSID;...

    typedef GUID CLSID;
    typedef CLSID *LPCLSID;
    typedef IID *LPIID;
    typedef IID *REFIID;
    typedef CLSID *REFCLSID;
    typedef GUID FMTID;
    typedef FMTID *REFFMTID;
    typedef unsigned long error_status_t;...
  2. Thank you! DON'T TRY TO DEBUG THE Windows Header...

    Thank you!
    DON'T TRY TO DEBUG THE Windows Header Files! --I understand.

    PRESUMABLY You Forgot to include <windows.h> or Something. Yes, probably. Thanks. I thought so. But here is the problem. In...
  3. The search for an error is very long. How do I see it in the graph?

    Hello partnership dear! I compiled the project met an error. This error calls like this: G: \ Codeblocks \ Mingw \ include \ Shelpi.h | 332 | Error: 'Refiid' Has Not Been Declared |. I do not have...
  4. Replies
    5
    Views
    3,803

    Thank you! I am glad to link, in fact this is...

    Thank you! I am glad to link, in fact this is what I wanted to do (but not working).


    So I exactly and expected that Local should be used only inside the Bash function.
    I use inside, only inside...
  5. Replies
    5
    Views
    3,803

    Yes, I think I removed the excess. Here are the...

    Yes, I think I removed the excess. Here are the errors when running the script


    D:\src>D:\win-bash\bash.exe D:\src\build-gcc.sh
    they're not the same
    vse
    local: =: not a legal variable...
  6. Replies
    5
    Views
    3,803

    Win-bash use

    Hello! Congratulations on the victorious holiday on May 9, a great victory!
    I am modifying the script, and I want it, for the first modification, not to download and unpack gcc-11.1.0, if it already...
  7. tell me how easy it is to compile the boost

    Hello everyone!
    I'm sorry, tell me how easy it is to compile the boost. I can read the documentation, but I'm a little confused, and I want to read a few simple steps first. I have windows 7, I...
  8. Yes, a lot of them here. A lot of! It turns out...

    Yes, a lot of them here. A lot of! It turns out even in unusual abundance. 21 Then the folder with subfolders, each one to 10-20 .h files with extensions and .spp and all sorts of other more too. And...
  9. Дякую! Thank you!

    Дякую! Thank you!
  10. As it is now, or Makefile.am Makefile.in been?

    Good all!
    I am pleased once again to display.
    I often see projects that have different files in its composition, not similar to any project or windose kodeblok-y.
    Many different files were found,...
  11. How best to write this code? The goal - learning improvement.

    How best to write this code? The goal - learning improvement.






    #include <windows.h>
  12. Can not read the file, I can not quite help!

    Good time day!!
    I welcome all to a nice wonderful forum.



    int main(int argc, const char **argv, const char **envp)
    {


    spilna_pamyat s, *Ps=&s;
  13. Super! Thank you! This is cool! Beautiful...

    Super!
    Thank you! This is cool!


    Beautiful nickname laser light!
  14. For several minutes, I'll write Thank you!...

    For several minutes, I'll write


    Thank you!
    Not exactly. In fact, I do not see the error.
    This program, it stops working and returns to -1073741819.
  15. error: '__try' was not declared in this scope|

    C:\T\Vikluts1\Untitled2.cpp|17|error: '__try' was not declared in this scope|

    C:\T\Vikluts1\Untitled2.cpp|21|error: '__except' was not declared in this scope|

    ...
  16. Replies
    59
    Views
    5,820

    It is interesting!

    It is interesting!
  17. Console program left off. I do not understand the reason!

    Happy new year it was, all !!! All Cool continuation holidays, meetings with friends, and more happiness to you!
    The program causes the debugger. Can tuplyu can not not understand some mystery! Can...
  18. Дякую, MutantJohn! Thank you, MutantJohn!

    Дякую, MutantJohn! Thank you, MutantJohn!
  19. *thumbsup* *dance* *yahoo* *drink* *yes* ...

    *thumbsup* *dance* *yahoo* *drink* *yes*


    Д Я К У Ю!!!!!

    С У П Е Р!!!!!!!!!!!!!!!!
  20. stri += (MSTR&)strj;

    stri += (MSTR&)strj;
  21. Однако, я дуже погано розумію цей код. Дякую за...

    Однако, я дуже погано розумію цей код. Дякую за поради!
    Я взяв його в якості прикладу та навчання. Я досить таки погано зрозумів, що хотів автор коду. Можливо що, реально, не вистачає потрібного...
  22. Я теж так, було подумав, але тоді виходить...

    Я теж так, було подумав, але тоді виходить помилка, як ніби конструктор. Я зараз напевно весь проект стисну в архів і викладу на файлообмінник.


    That's what I was thinking, but then get an error...
  23. StringBad::StringBad & operator=(const StringBad...

    StringBad::StringBad & operator=(const StringBad & st){
    if (this==&st)return *this;
    len=st.len;
    delete [] str;
    str=new(len+1);
    std::strcpy(str, st.str); //...
  24. He swears on its implementation, so and so,...

    He swears on its implementation, so and so, regardless of friend or no friend ...




    60 43 C: \ T \ strngbad2 \ strngbad.cpp [Error] 'StringBad & operator = (const StringBad &)' must be a...
  25. Thank you!!! Happy new year good, let him fun...

    Thank you!!! Happy new year good, let him fun meet you well!
Results 1 to 25 of 75
Page 1 of 3 1 2 3