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

Search:

Type: Posts; User: rahul123

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,329

    c++ with libcurl issue

    Hi,

    I am running embedded mongoose (2.8) webserver in server side (Linux centos). In the client I am using c++ with libcurl to post request to webserver.

    It works successfully all the time. But...
  2. Replies
    3
    Views
    853

    ATL COM DLL issue

    Hi,

    Currently I have created a ATL COM DLL (to set Icon Overlays). I have load the DLL from my C++ console application. But the icon overlays are appeared on the folders once after I restarted...
  3. Thread: Icon Overlay

    by rahul123
    Replies
    0
    Views
    893

    Icon Overlay

    Hi,

    I want to display different icon overlays for files and folders
    depending on their state. I have tried to create C++ COM DLL using ATL. Currently I can add overlays but my problem is how i...
  4. Linux (redhat) libuuid generate duplicate entries

    Hi,

    I have statically linked libuuid in my c++ project and try to create uuids. But it seems the uuids are duplicated at some time. I am using 1.4.x libuuid. I am using uuid_generate() function to...
  5. ReadDirectoryChangesW returns Multiple notifications.

    Hi,

    I am using ReadDirectoryChangesW to get file added/modified/deleted notifications. In the dwNotifyFilter argument, I gave the following filters.
    ...
  6. Re: GetProcAddress success but failed to Call the Process

    I have include the lib file (of the DLL project) in my project and it seems the link error resolved. And the string value has been received in the DLL. But when I access the string value in another...
  7. Re: GetProcAddress success but failed to Call the Process

    Hi,

    Thanks for your quick reply. It solve the issue.

    I have also find a sample in the following URL:
    http://support.microsoft.com/kb/207132

    That also helps.

    I have another query , I...
  8. GetProcAddress success but failed to Call the Process

    Hi,

    I tried to call a COM DLL from C++ console application. The DLL has the .def file which consists of the following Export functions.

    _________________________________


    EXPORTS
    ...
  9. Replies
    7
    Views
    5,783

    Re: C++ Icon overlay

    Hi,

    I hope we can do it by follow the below link...

    http://www.codeproject.com/KB/shell/overlayicon.aspx?fid=66912&select=3373252&tid=3373252

    Going to try that.

    thanks
  10. Replies
    7
    Views
    5,783

    C++ Icon overlay

    Hi,

    I would like to set Icon overlay on the files/folders under a particular folder. But I am not sure how to do it. I have attached a sample JPEG Image with this thread.

    Please check the image...
  11. C++ application using mysql. request for help to identify a crash issue

    Hi,

    We are in process of working migrating our databases from sqlite to mysql.

    Here, we select details from sqlite and insert into MySQL using c++ code. Here, we select details from sqlite and...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured