Click here to Skip to main content
Licence 
First Posted 17 Feb 2000
Views 72,719
Bookmarked 19 times

GUIDGen Developer Studio AddIn

By | 26 Dec 2001 | Article
An Add-In that replaces and extends the GUID Generator component included with Developer Studio

Sample Image - GUIDGen.gif

Description

GUIDGen is an add-in that replaces and extends the GUID Generator component included with Developer Studio. It supports all the formats provided by the standard component, plus two other commonly-used formats. It also has the ability to directly insert the results in the IDE's text editor.

Installation

To install this VC add-in, copy GUIDGen.dll to the <devstudio>\SharedIDE\AddIn directory, where <devstudio> is your DevStudio directory. Restart DevStudio and the add-in will automatically be added. Go to the Tools|Customize menu item and click on the Add-Ins and Macro Files tab. Check the GUID Generator option and a new toolbar button will be added to DevStudio. The add-in will now be reloaded whenever DevStudio starts.

Usage

To use the GUID Generator add-in, click on the add-in button and select one of the options. The add-in will then insert a new GUID in the selected format in the current active document or copy the text to the clipboard.

Supported formats

  1. Using the IMPLEMENT_OLECREATE macro
    // {DEF47E1-E23A-11D3-B4D0-8208CCE0C829}
    IMPLEMENT_OLECREATE(<< class >>, << external_name >>,
    0x0DEF47E1, 0xE23A, 0x11D3, 0xB4, 0xD0, 0x82, 0x08, 0xCC, 0xE0, 0xC8, 0x29);
  2. Using the DEFINE_GUID macro
    // {DEF47E6-E23A-11D3-B4D0-8208CCE0C829}
    DEFINE_GUID(<< name >>,
    0xDEF47E6, 0xE23A, 0x11D3, 0xB4, 0xD0, 0x82, 0x08, 0xCC, 0xE0, 0xC8, 0x29);
  3. Creating a static GUID
    // {DEF47E8-E23A-11D3-B4D0-8208CCE0C829}
    static const GUID << name >> =
    { 0xDEF47E8, 0xE23A, 0x11D3, { 0xB4, 0xD0, 0x82, 0x08, 0xCC, 0xE0, 0xC8, 0x29 } };
  4. Using the standard registry format
    {DEF47EA-E23A-11D3-B4D0-8208CCE0C829}
  5. Using a "plain", undecorated format
    DEF47EC-E23A-11D3-B4D0-8208CCE0C829
  6. Using the uuid() format
    __declspec(uuid("DEF47EE-E23A-11D3-B4D0-8208CCE0C829"))

When selecting any of the first three formats, GUIDGen will work in "batch mode", creating a new GUID each time the "Insert" or "Copy" buttons are clicked, but the dialog will not be closed. The dialog will be closed when the "Exit" button is pressed. For the other formats the dialog will be closed after the button is pressed.

GUIDGen can optionally include an unformatted GUID as a comment for the first three supported formats.

Updates

02/12/2001Added a button to directly insert a new GUID in the selected format in the current active document.
03/08/2001Fixed "missing zeros in GUID" bug. Thanks to Joseph Dempsey for reporting it.
12/27/2001Added the option to generate "classic" GUIDs: those generated by UuidCreateSequential instead of UuidCreate. For security reasons, UuidCreate was modified so that it no longer uses a machine's MAC address to generate UUIDs. UuidCreateSequential was introduced to allow creation of UUIDs using the MAC address of a machine's Ethernet card.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Eddie Velasquez

Software Developer (Senior)

United States United States

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralAddition To Programs.... PinsussBishopds12:46 16 Jul '05  
GeneralRe: Addition To Programs.... Pinmembersmithsan17:04 16 Dec '08  
GeneralVery nice !! PinmemberWREY7:09 9 Jan '05  
GeneralRe: Very nice !! PinmemberEddie Velasquez9:57 9 Jan '05  
GeneralA little improvement PinmemberJorge Ramos22:34 8 May '04  
GeneralRe: A little improvement PinmemberEddie Velasquez2:38 9 May '04  
GeneralDLL cannot be loaded Pinmemberpel-nn5:25 12 Feb '04  
GeneralRe: DLL cannot be loaded PinmemberEddie Velasquez8:37 12 Feb '04  
GeneralWindows CE Platform Builder 4.2 port Pinmemberjoelw21:25 15 Jan '04  
Generalwell improve ur way Pinsussshaiza ashrf19:56 18 Dec '03  
GeneralRe: well improve ur way PinmemberEddie Velasquez0:42 19 Dec '03  
GeneralRe: well improve ur way PinmemberMagadass15:40 6 Apr '04  
GeneralExcellent! PinmemberAAntix22:17 23 Nov '03  
GeneralRe: Excellent! PinmemberEddie Velasquez3:58 24 Nov '03  
GeneralUnable to load DLL PinmemberBob Eastman8:42 15 Aug '02  
GeneralRe: Unable to load DLL PinmemberEddie Velasquez9:11 15 Aug '02  
GeneralRe: Unable to load DLL PinmemberBob Eastman9:44 15 Aug '02  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120517.1 | Last Updated 27 Dec 2001
Article Copyright 2000 by Eddie Velasquez
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid