Search:

Type: Posts; User: mercury529

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds; generated 50 minute(s) ago.

  1. Replies
    2
    Views
    2,276

    Thank you for the reply. I know there is API...

    Thank you for the reply. I know there is API available to handle this. Are you familiar with it at all or know of any sites with example code for it? Thanks again.
  2. Replies
    2
    Views
    2,276

    Retrieving Firefox Proxy Info in Windows

    Is there any way to progamatically retrieve the proxy information used by Firefox in Windows 2k/XP/Vista? The information I have found thus far is kind of vague, and I was unable to find any...
  3. Replies
    0
    Views
    1,802

    Using PostMessage Across Desktops

    I have a Windows C++ Service. It needs to communicate with any number of VB6 GUI executables that are possibly running on multiple desktops. I use a named pipe to allow the GUI to send messages to...
  4. Replies
    9
    Views
    3,114

    Well obviously in the background, as nothing is...

    Well obviously in the background, as nothing is truly random, there must be an algorithm for generating the random components of the GUID. This algorithm either always generates the same "random"...
  5. Replies
    9
    Views
    3,114

    Vart: I was hoping for a technique that as long...

    Vart: I was hoping for a technique that as long as I had the same hardware, I would always be able to reproduce the same results. If I was forced to do a reinstall of the OS because of registry...
  6. Replies
    9
    Views
    3,114

    MarioF: I would not be using Microsoft's method...

    MarioF: I would not be using Microsoft's method of generating a GUID if I populated a GUID structure using random number info. The GUID I created would be an illegal GUID and could conflict with...
  7. Replies
    9
    Views
    3,114

    GUID Generation Question

    I am familiar with CoCreateGUID and UUIDCreate methods of generating GUIDs. However, I was wondering if there was any technique for generating GUIDs where you could reproduce the results. Basically...
  8. Replies
    9
    Views
    3,475

    The shell function PathFindOnPath seems to be the...

    The shell function PathFindOnPath seems to be the exact functionality I was looking for.
  9. PathFindOnPath seems to give me the function I...

    PathFindOnPath seems to give me the function I need.
  10. Getting a File Name from a File Launch String

    I am reading in the value data from a registry value in HKLM/Software/Microsoft/Windows/CurrentVersion/Run. I am trying to determine the path to file that is being launched from the value. To do, so...
  11. Replies
    11
    Views
    2,394

    Vart: Haha sorry. I guess it was just good timing...

    Vart: Haha sorry. I guess it was just good timing when I checked back in before I went to sleep. Thank you for the suggestions, but I think Corned Bee is correct on this one. I just wanted to make...
  12. Replies
    11
    Views
    2,394

    The real issue for me though is what happens in...

    The real issue for me though is what happens in the case where you delay load the dll, and the dll on the other end has different parameters than the one you statically linked against? The...
  13. Replies
    11
    Views
    2,394

    What happens with static linking when the dll is...

    What happens with static linking when the dll is not present? I thought it causes the program to error out in a way that cannot be handled.
  14. Replies
    11
    Views
    2,394

    DLL Calling Question

    I am using LoadLibrary and GetProcAddress in a VC++ 6.0 app I have made to call a dll function in a VC++ 6.0 dll I made.

    I can call the function successfully. However, I would like to make the...
  15. Replies
    3
    Views
    11,768

    Thank you both for your help. I found the easiest...

    Thank you both for your help. I found the easiest way to do it was to add a resource script to the project. That allowed me to modify the information that resided in VersionInfo. Thank you again.
  16. Replies
    3
    Views
    11,768

    How to set File Version of VC++ 6 dll

    I need to set the file version of a dll I created in Visual C++ 6.0. By file version, I mean the file version specified on this page. Pertinent Text: "This field is the version string for a versioned...
  17. Replies
    0
    Views
    1,022

    Sharing Components Between MSIs

    I have two msi packages I have developed using Visual Studio 2005 Installer Projects. However, the MSI's both have a dll they share that handles automatic updates. How can I share the dll between the...
  18. Replies
    0
    Views
    1,821

    Merge Module Problems

    I am designing a merge module in Visual Studio Installer. I am using a merge module to share a component with multiple programs I have created. The component is an automatic update dll. The merge...
  19. laser: Thank you. That clears it all up. ...

    laser: Thank you. That clears it all up.

    Thanks again to everyone who helped me with my questions.
  20. Mario: Thanks for the info. I checked directly...

    Mario: Thanks for the info.

    I checked directly before and after the MT code section. Is that what you were referring to? I was looking for something that condoned its use in commercial products...
  21. Thank you everyone for the responses. I...

    Thank you everyone for the responses. I appreciate them.

    I tried the code provided in the link by Dave.

    Two quick questions. Is the code on that page free for use in commercial products? I was...
  22. Swgh: Thanks for your info. OnionKnight:...

    Swgh: Thanks for your info.

    OnionKnight: Thanks for the info. I have found source code searching, but I am looking for an implementation that is reputable. I was hoping to find someone who has...
  23. Random Number: Mersenne Twister Source Needed

    I was researching different random number generation techniques for use in the generation of a random integer nonce. While researching, I found that the Mersenne Twister is often referred to as one...
  24. Replies
    10
    Views
    2,782

    Just a little note in addition, you may want to...

    Just a little note in addition, you may want to do a string comparison that is not case sensitive.
  25. Replies
    0
    Views
    2,210

    MSI With Shared Component Question

    I have a few different products that share a dll. Each product has an MSI installation package. The dll they share will be frequently updated. (1) I need to ensure that any time an installation...
Results 1 to 25 of 89
Page 1 of 4 1 2 3 4