Lapel Software, Inc.
Lapel Software, Inc. is a consulting company with
expertise in the following areas
|
Embedded Systems |
Real-Times OS/Kernels |
|
Multimedia |
MPEG System Software |
|
Medical Instrumentation |
Printers and Plotters |
|
Signal Processing |
Win32/WinCE |
Inter-thread communication code/Win32 –I have created
some inter-thread
communication code for Win32 that separates thread operation from the Windows
messaging GUI interface. It also allows
communication back to the GUI in a
straightforward and natural way. If you
like message passing and hate the brain
dead Windows messaging this is a good place to start. Read
a success story on using this code.
Get some OS-9000 source code -- improve it.
Includes shared memory based IPC, memory management,
and other utilities.
Here is some fixed-point arithmetic
Here is a slightly different way of dealing with
arguments. I provide C functions
and a C++ class that you to pick any argument out of the argument list in
virtually
any order. Comments in code should make
it easy to use.