smacdo / guidgenerator

A very simple GUID generator written in C++ using the windows api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUID Generator

An extremely simple Windows application that generates random GUIDs. It was written using only the Visual C++ runtime library and the Windows SDK, meaning it generates a tiny executable with no dependencies. (The runtime library is statically linked).

GUID Generator Screenshot

Enjoy! The code isn't my best work - it's not bad, just simple and contained in one file. If people find this useful, I will support it with new features and bug fixes.

Project Setup

  1. Install Visual Studio 2012 (Works with VS Express, but requires Platform SDK).
  2. Double click solution file.
  3. Click run.
  4. Success!

Requirements

Windows Vista or later. That should be it.

Support

Use the project's GitHub page to file bug reports, feature requests and to submit patches. If you have any questions for me, feel free to contact me at: scott at whitespaceconsideredharmful dot com.

License

Copyright 2013 Scott MacDonald.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A very simple GUID generator written in C++ using the windows api.


Languages

Language:C++ 89.9%Language:C 10.1%