CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: qwqwqw12

Search: Search took 0.05 seconds.

  1. Replies
    7
    Views
    16,197

    Re: cl.exe error with empty console application

    Its like 6 months since i bought it is sad. I dont have AV but im aware of dangers out there. Im monitoring netstat and winpatrol isnt neutral either. And the other corrupted files? i have no idea...
  2. Replies
    7
    Views
    16,197

    Re: cl.exe error with empty console application

    So whats the solution beside reinstallation?
  3. Replies
    7
    Views
    16,197

    Re: cl.exe error with empty console application

    Actually impossible ;D
    I may install 2-3 addins and remove vmware debugger services from the startup. But corrupted file system(im wondering what you mean) or virus - no unusual activity registered,...
  4. Replies
    7
    Views
    16,197

    cl.exe error with empty console application

    So yesterday everything was fine. Today i cant compile (C++) dlls and empty console projects

    The error is following:
    error MSB6006: "CL.exe" exited with code -1073741701. C:\Program Files...
  5. Injecting unmanaged DLL and inter-process communication

    So im injecting dll to the outer process and i would like communicate/send commands to created thread. For my learning process i chose sockets as the first attempt. I have already written the server...
  6. Snapshot of any window in foreground? Similar to Task Switcher

    Title is self explainatory.
    Here is the code:


    public Bitmap CaptureWindow(IntPtr hWnd)
    {


    Rectangle rctForm = Rectangle.Empty;
    IntPtr test =...
  7. Re: MFC - Downloading webpages, managining dynamic content

    Really? None had similar problem? Any advice would be nice
  8. MFC - Downloading webpages, managining dynamic content

    I'm trying to download full websites using CInternetSession. I'm trying to do something similar to Jdownloader- http://jdownloader.org/
    Occured few problems:
    1. There a "blind spots" when im...
  9. Replies
    10
    Views
    5,458

    Re: Socket Send and OnReceive

    Hmm It worked ;) Im gonna try some dll injection now, and to finish things up here mmm... Where can i find more info about the first method in CSockety class? It's sort of friendship declaration yet...
  10. Replies
    10
    Views
    5,458

    Re: Socket Send and OnReceive

    Itsss so hilarious ;d Out of the blue my IDD_TEST_DIALOG became undefined oO, HERE:


    enum { IDD = IDD_TEST_DIALOG };

    So i found this solution to include resource.h to my dialog .h file. Why...
  11. Replies
    10
    Views
    5,458

    Re: Socket Send and OnReceive

    How can i gain access to objects created in my dialog class(CtestDlg) from CSockety?

    I want to edit "Edit control" box when packet arrives(OnReceive) but its saying that Cedit's object is...
  12. Replies
    10
    Views
    5,458

    Re: Socket Send and OnReceive

    Im not sure i have understood ya correctly - "Event-driven" u mean one action at a time?

    Current code looks like this:


    void CtestDlg::TorManage(void)
    {
    errorss...
  13. Replies
    10
    Views
    5,458

    Re: Socket Send and OnReceive

    So im calling AfxSocketInit(); in my InitInstance()


    void CtestDlg::TorManage(void)
    {
    socket_tor.Create();
    socket_tor.Connect(_T("127.0.0.1"),9051);...
  14. Replies
    10
    Views
    5,458

    Socket Send and OnReceive

    So im trying to connect to tor control port 9051.
    Sending anything with Send() function results in 0 response. Using PuTTy theres no such problem i mean im connecting to 127.0.0.1:9051 and lets say...
  15. Re: LIB giving strange error message, can't handle it.

    Being honest -i visited this site once today before posting but didn't concentrate. Following your "finger" i have finally realized that its not Win XP but Win 7 with f*oking permission issues....
  16. LIB giving strange error message, can't handle it.

    Im trying to compose .lib file using lib.exe from vc 10 and .def file. Getting following error:

    C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin>lib.exe /DEF:sqlite3.def
    Microsoft (R)...
Results 1 to 16 of 16





Click Here to Expand Forum to Full Width

Featured