Anyone like to see a library like this one, but in assembler ?
http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
I can do it, but it would be a while before I started it.
rgs, James.
Quote from: striker on August 01, 2005, 03:30:00 AM
Anyone like to see a library like this one, but in assembler ?
http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
I can do it, but it would be a while before I started it.
rgs, James.
The Win32 API provides most of these functions. A user library that makes the interface more friendly (that is, a bunch of "wrapper" functions) might be interesting, but be sure to follow the Windows model rather than the Java model.
Cheers,
Randy Hyde
Randy,
Quotebut be sure to follow the Windows model rather than the Java model.
Oh, didnt think of that :wink
Of course it would be a wrapper API and use the Windows API's.