Search:

Type: Posts; User: heisel

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,488

    Now I read it. Thanks.

    Now I read it. Thanks.
  2. Replies
    7
    Views
    2,488

    As you may have noticed, I opened the socket with...

    As you may have noticed, I opened the socket with SOCK_RAW parameter. This is needed in order to dig some levels lower and create the packets headers manually.
  3. Replies
    7
    Views
    2,488

    After a thorough Google search I found out that...

    After a thorough Google search I found out that sending of raw data is disabled in XP SP2 and later. Is there any way around?
  4. Replies
    7
    Views
    2,488

    Sorry. You guessed right that the code is...

    Sorry. You guessed right that the code is intended for Windows platforms. Now that I transposed the two lines, the error returned is #10004, which means "Interrupted system call". Any ideas for its...
  5. Replies
    7
    Views
    2,488

    unknown socket error

    I am using the following piece of code for performing a connectionless packet sending to a remote server. The domain' s IP is found by pinging it with cmd. However, the sendto() function fails,...
  6. Thread: wxwidget error

    by heisel
    Replies
    2
    Views
    1,822

    Meanwhile, I recompiled libraries both for...

    Meanwhile, I recompiled libraries both for release and debug version to get rid of that error. Then, I started getting a runtime error about a missing dll, although it existed. All those thoubles...
  7. Replies
    10
    Views
    4,413

    You probably mean installing Visual Studio to a...

    You probably mean installing Visual Studio to a clean directory because this is the case.
  8. Replies
    2
    Views
    4,267

    C# without .NET framework

    Can programming in C# be accomplished without the .NET framework or is it mandatory to go together? Thanks.
  9. Replies
    10
    Views
    4,413

    Appears like happening only to me. What would you...

    Appears like happening only to me. What would you advise me to do?
  10. Replies
    16
    Views
    2,178

    There was a misunderstanding because of my poor...

    There was a misunderstanding because of my poor English. "Windows Forms" was not referring to the traditional visual design of rectangles, where you put controls from a toolbox like drawing, but all...
  11. Replies
    10
    Views
    4,413

    You are right, I was just looking for a simpler...

    You are right, I was just looking for a simpler solution. I have already started a topic at qtcentre.org without any luck. At last I will turn to the last resort, since Qt libraries are superior.
  12. Replies
    10
    Views
    4,413

    Visual Studio command prompt starts with the line...

    Visual Studio command prompt starts with the line "C:\Program Files\Microsoft Visual Studio 9.0\VC>", which later gets retyped for some reason. This is where spaces are contained. Consequently, it...
  13. Replies
    10
    Views
    4,413

    error configuring Qt for Visual studio

    I have just installed the Qt graphics library and then typed configure -platform win32-msvc2008 in Visual Studio 2008 command prompt in order to configure it for the particular IDE. However, because...
  14. Replies
    16
    Views
    2,178

    By IL do you mean interpreted language? As you...

    By IL do you mean interpreted language?
    As you stated it, there is no difference between those two. And I don't confuse Windows forms with the .NET Framework, if this is what you imply at first.
  15. Replies
    16
    Views
    2,178

    Help! I am struggling to configure it for MSVC...

    Help! I am struggling to configure it for MSVC 2008 and the procedure fails because of spaces in path of the latter!
  16. Replies
    16
    Views
    2,178

    Is it possible in such cross-platform projects to...

    Is it possible in such cross-platform projects to link against Microsoft libraries and include its headers?


    How do you know what I understand?
  17. Replies
    16
    Views
    2,178

    I was talking about windows forms and I would...

    I was talking about windows forms and I would prefer the solution with the least runtime demands. This is why I tend to reject C#.
  18. Replies
    16
    Views
    2,178

    which graphics library to choose

    There is definitely a wide variety of graphics libraries for developing applications in gui. Which of them would you suggest me to work with? Thank you.
  19. Replies
    4
    Views
    2,496

    Sorry for coming back after too long, but it...

    Sorry for coming back after too long, but it didn't work.
    Edit: Anyway, solved. CommDlgExtendedError showed error 12291, which means that lpstrFile buffer is too small. In other words, problem was...
  20. Thread: mfc buttons

    by heisel
    Replies
    2
    Views
    1,498

    Nice, it worked! I can't remember what I was...

    Nice, it worked! I can't remember what I was doing wrong.
  21. Thread: wxwidget error

    by heisel
    Replies
    2
    Views
    1,822

    wxwidget error

    I have just installed wxwidget graphic libraries, but although I made the configurations right (at least I think so), I keep getting the error 'cannot open file "wxbase28d.lib" '. I haven't added...
  22. Thread: mfc buttons

    by heisel
    Replies
    2
    Views
    1,498

    mfc buttons

    Could someone post an example of how to dynamically create command buttons with MFC? All tutorials around are about dialog-based applications. Thank you.
  23. Replies
    10
    Views
    2,992

    I managed to decrease it to 28 kb, in this way. ...

    I managed to decrease it to 28 kb, in this way. In Optimization category, though, optimizations list is greyed out.


    I am stuck with the this version. Maybe, I will consider it some day.
  24. Replies
    10
    Views
    2,992

    How? I have the 6.0 version. You mean by...

    How? I have the 6.0 version.


    You mean by LoadLibrary and GetAddressProc?


    Such as?
  25. Replies
    10
    Views
    2,992

    minimize executable size

    A simple "hello world" program in Microsoft Visual C++ takes up to 150 kb. How would it be possible to minimize the executable size without damaging portability? Thanks.
Results 1 to 25 of 28
Page 1 of 2 1 2