hi list, Christof
THAT was very insightfull. big massive thanks.
On Thu, Jun 2, 2016, at 06:58 PM, Christof Ressi wrote:
> Check this article as a starting point:
> https://en.wikipedia.org/wiki/Bit_manipulation
>
> For breaking up and reassembling integers you only need bit shifting and
> bit
On Fri, 2016-06-03 at 10:51 +0200, ro...@dds.nl wrote:
> Dan Wilcox schreef op 02-06-2016 22:50:
> > When the app needs a different version of the built in windows libs,
> > that usually means it was build on a different version of Windows.
> >
> > Sometimes, you have to include a copy of the lib
Dan Wilcox schreef op 02-06-2016 22:50:
When the app needs a different version of the built in windows libs,
that usually means it was build on a different version of Windows.
Sometimes, you have to include a copy of the lib itself with the app
and/or the user needs to install it. Hacky I know,