PlanetSquires Forums

Support Forums => PlanetSquires Software => Topic started by: Paul Squires on August 17, 2017, 08:48:10 PM

Title: GUIDgen (GUID Generator, WinFBE User Tool)
Post by: Paul Squires on August 17, 2017, 08:48:10 PM
GUIDgen is a very simple GUID generator that can easily be set up as a WinFBE User Tool.

Full source code, WinFBE project, and 32/64 bit exes are attached.
Simply generate the GUID and copy to the clipboard and paste into your source code.

Title: Re: GUIDgen (GUID Generator, WinFBE User Tool)
Post by: José Roca on August 17, 2017, 10:39:49 PM
Excellent. Just to let you know that you have at least one user that tries what you do :)

A little suggestion (and I never get offended if my suggestions are discarded): If the user pastes a GUI in the first textbox, it could be transated to the TYPE format automatically. There are tons of GUIDs in headers using the first format and it's always a pain to translate them to the TYPE format.
Title: Re: GUIDgen (GUID Generator, WinFBE User Tool)
Post by: Paul Squires on August 18, 2017, 12:40:05 AM
:D  hahaha, nice to know you try it as I also try to try your code (that's a lot of tries) Lol

I will make the paste/translate change tomorrow and upload a new version.
Title: Re: GUIDgen (GUID Generator, WinFBE User Tool)
Post by: Paul Squires on August 18, 2017, 05:04:41 PM
Quote from: Jose Roca on August 17, 2017, 10:39:49 PM
A little suggestion (and I never get offended if my suggestions are discarded): If the user pastes a GUI in the first textbox, it could be transated to the TYPE format automatically. There are tons of GUIDs in headers using the first format and it's always a pain to translate them to the TYPE format.
This addition/change has now been made. The original post has been updated and the new files attached.
Title: Re: GUIDgen (GUID Generator, WinFBE User Tool)
Post by: José Roca on August 18, 2017, 05:50:59 PM
Excellent. This will save me time in the long term because there are thousands of GUIDs available in the first format and it is always a pain to translate them to the TYPE format by hand. And, above all, it avoids mistakes.

Title: Re: GUIDgen (GUID Generator, WinFBE User Tool)
Post by: Chris Maher on August 18, 2017, 06:40:08 PM
Just a note to you both to say thank you for all of your hard work.

I am mainly silent but constantly amazed by your selfless efforts.

I am sure there are many silent others who feel the same.

Chris.
Title: Re: GUIDgen (GUID Generator, WinFBE User Tool)
Post by: Paul Squires on August 18, 2017, 07:22:12 PM
Thanks Chris that's very nice of you to say!

We are getting very close for PowerBasic users to being able to completely switch to FreeBasic and enjoy full 32 bit and 64 bit application development. Jose has most, if not all, of PB's functionality duplicated in the Afx framework.
Title: Re: GUIDgen (GUID Generator, WinFBE User Tool)
Post by: Bruce Huber on December 04, 2017, 11:33:17 PM
THANKS for the GUIDgen tool, Paul! It can help with an idea I have for a new project.

Possible TOOLS request...
1. It would make more sense (to me) if you had a [Tools manager] option under the [Tools] menu - (which is the first place I look for it) - instead of under the [Options] menu.
2. Also, it might be nice if you made [Display this item in the editor menu] 'ON' by default - (since I've already made a dummy out of myself twice while trying to figure out why a tool I added didn't show up in the [tools] menu).  [grin]

Thanks again.
Bruce