Is there kdb+ 3.0-ready k.h, c.dll & c.lib (w32, w64)?

Dear Charlie, or anybody from Kx :)

Is there kdb+ 3.0-ready k.h, c.dll & c.lib (w32, w64) - recognizing (-)02h guid type?

Would like to update qpad for 3.0 early adopters/enthusiasts, but can’t without them :)

Also, is there something somewhere to read about how guid behaves (so far found only one mention in reference article on type )

So far as I my fiddling went - I figured I can cast strings (not symbols) to -2h (not to 2h, not to `guid)

(if format is “c8b522cf-5cf3-11ce-ade5-00aa0044773d” - with dashes, but w/o {}) 

any other format result in casting to 00000000-0000-0000-0000-000000000000, 

wrongly placed dashes will have even more interesting result ;-)

They can be compared, (not only ~,= but < and > as well), but not subtracted or otherwise operated.

Couldn’t be casted to anything, but string[guid] will work nice, return is lowercase.

Thank you in advance!

Oleg

Try the subversion repo at code.kx.com.

Thank you, Jack!

But, of course, I wouldn’t post here if I could find it there :)
Only things there aware of guids as of now are java.c and Charlie’s studio.

Will try k4 next week,I suppose ;)

Cheers,
Oleg

To: personal-kdbplus@googlegroups.comX-Mailer: Apple Mail (2.1084)> can cast strings (not symbols) to -2h (not to 2h, not to `guid)negative and capital cast are parsepositive lowercase and named cast are “real” casts (which don’t exist (yet?) for guid)