Page 1 of 1
Is this some sort of CLSID or code ID?? Please explain
Posted: Mon Aug 30, 2010 7:52 am
by Developer
Hi,
I found this in the Fat12.inc file:
==================================
%ifndef __FAT12_INC_67343546FDCC56AAB872_INCLUDED__
%define __FAT12_INC_67343546FDCC56AAB872_INCLUDED__
==================================
What are the numbers? And why use them?
67343546FDCC56AAB872 <--
Thanks!
Re: Is this some sort of CLSID or code ID?? Please explain
Posted: Mon Aug 30, 2010 9:13 am
by Developer
Any reply?
Re: Is this some sort of CLSID or code ID?? Please explain
Posted: Mon Aug 30, 2010 12:07 pm
by Mike
Hello,
While we dont use them for in-house projects they can be used to avoid collisions with another fat12.inc file or similar.
Re: Is this some sort of CLSID or code ID?? Please explain
Posted: Mon Aug 30, 2010 4:24 pm
by Developer
Mike wrote:Hello,
While we dont use them for in-house projects they can be used to avoid collisions with another fat12.inc file or similar.
Thanks for your reply, can those numbers be RANDOM?
Re: Is this some sort of CLSID or code ID?? Please explain
Posted: Tue Aug 31, 2010 1:46 pm
by pathos
Developer wrote:Mike wrote:Hello,
While we dont use them for in-house projects they can be used to avoid collisions with another fat12.inc file or similar.
Thanks for your reply, can those numbers be RANDOM?
Yes.
Re: Is this some sort of CLSID or code ID?? Please explain
Posted: Tue Aug 31, 2010 2:29 pm
by Developer
pathos wrote:Developer wrote:Mike wrote:Hello,
While we dont use them for in-house projects they can be used to avoid collisions with another fat12.inc file or similar.
Thanks for your reply, can those numbers be RANDOM?
Yes.
Thanks!