Search:

Type: Posts; User: Ehtyar

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    6,025

    Well, after examining the getopt.c from MinGW...

    Well, after examining the getopt.c from MinGW (was too windows-specific) and trying various others found on the net (more bugs than I'd care to have in a bug zapper) I've decided to go with the...
  2. Replies
    10
    Views
    6,025

    I do agree that it is unlikely that switches will...

    I do agree that it is unlikely that switches will be specified in mixed case, though the duplication as was mentioned would lead to easily 150 different switches to process. I'd really just prefer...
  3. Replies
    10
    Views
    6,025

    A problem I didn't foresee is file names on the...

    A problem I didn't foresee is file names on the command line in Linux. I may just be better off finding a 3rd party getopt library and modifying it. Ehtyar.
  4. Replies
    10
    Views
    6,025

    Case-insensitive getopt()

    Hi all. I'm using getopt_long_only() in a project and I'd like to able to use it in a case insensitive manner. I've done a fair bit of googling on the subject but I can't find a thing. As a hack I...
  5. Replies
    0
    Views
    3,470

    Controlling WMP with WM_APPCOMMAND

    Hi all.
    I am currently in the process of creating a plug-in for an application, and im attempting to use the SendMessage/PostMessage function to control other applications via the host application....
  6. Replies
    24
    Views
    9,416

    Can i remind you again that i made no mention of...

    Can i remind you again that i made no mention of GUID, other than using the structure, because i like the format nor did i ever claim that my idea would generate "globally uniqe" anything. Can i also...
  7. Replies
    24
    Views
    9,416

    I didn't. I also believe the topic for this...

    I didn't. I also believe the topic for this thread is "Creating Random hex numbers", to which my suggestion is perfectly suited.

    Ehtyar.
  8. Replies
    24
    Views
    9,416

    Personally I'm very much not a fan of...

    Personally I'm very much not a fan of CoCreateGuid, instead, i initialize a variable to the size of _GUID and fill it with CryptGenRandom. Advertising my MAC address is not something I'm willing to...
  9. Replies
    6
    Views
    1,502

    Is it just me, or did m$ forget to notify us...

    Is it just me, or did m$ forget to notify us "old-fasioned" ones of this marvelous new idea? Thanks for the replies anonytmouse, seems i was doing the right thing after all :(

    Ehtyar.
  10. Replies
    6
    Views
    1,502

    I didn't necessarily mean that the threads are...

    I didn't necessarily mean that the threads are what's preventing the app from exiting, i just assume they have something to do with it because when i remove the Co* code, they're no longer there...
  11. Replies
    6
    Views
    1,502

    I do...... //Before Dialog Creation: AKA...

    I do......


    //Before Dialog Creation: AKA before CreateDialogParam
    <snip>
    hShlwapi = LoadLibrary("shlwapi.dll");
  12. Replies
    6
    Views
    1,502

    SHAutoComplete/COM Problems

    Hi all.
    I've been having trouble for the past few days trying to get SHAutoComplete to work in my program. Basically, I've implemented it dynamically (LoadLibrary/GetProcAddress) but when my app...
Results 1 to 12 of 12