|
-
Apr 7th, 2005, 11:24 AM
#1
Thread Starter
Need-a-life Member
-
Apr 7th, 2005, 11:27 AM
#2
Re: Generating unique IDs
Try GUIDGEN.EXE
Incedentally, are you using DCOM? If not, what then?
Dave
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Apr 7th, 2005, 11:28 AM
#3
Re: Generating unique IDs
What are you using to send messages from one application to the other?
-
Apr 7th, 2005, 11:54 AM
#4
Re: Generating unique IDs
If you need a GUID for each message sent, there's an API call that will generate one. I *think* it's "CreateGUID" but not sure.
I've used it before but don't have the code infront of me.
Tg
-
Apr 7th, 2005, 12:21 PM
#5
Thread Starter
Need-a-life Member
Re: Generating unique IDs
 Originally Posted by techgnome
If you need a GUID for each message sent, there's an API call that will generate one. I *think* it's "CreateGUID" but not sure.
I've used it before but don't have the code infront of me.
Tg
Thank you. I knew there was an API (because I've seen if before) but could remember the name.
http://www.mentalis.org/apilist/CoCreateGuid.shtml
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Apr 7th, 2005, 12:23 PM
#6
Thread Starter
Need-a-life Member
Re: Generating unique IDs
 Originally Posted by DigiRev
What are you using to send messages from one application to the other?
I'm using Microsoft Winsock.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|