[Stk] kernel safe?

Stephen Sinclair sinclair at music.mcgill.ca
Tue, 13 Nov 2007 19:52:54 -0500


Well in that case you're welcome to try..  you might have been a bit 
more specific in your original post. ;-)
The core STK code is pure C++ so if you can get C++ to work in a WDM 
driver I imagine it'll probably work.

Steve


Ernest Burghardt wrote:
> Hi Steve,
>
> Actually, I'm looking at <cough> windows...  the plan is to make an EQ 
> library that can be called from a WDM filter driver in XP and APO in 
> Vista (with less of an issue as its in userland).  I'm hopeful for 
> platform expansion to OS X, which probably the closest I'll get to 
> Linux in the near future...
>
> Ernie
>
> On Nov 13, 2007 2:34 PM, <sinclair@music.mcgill.ca 
> <mailto:sinclair@music.mcgill.ca>> wrote:
>
>     Hi,
>
>     STK is a C++ class framework.  So... no.
>     I assume you're talking about Linux.  Look up "C++ linux kernel"
>     on Google
>     and you'll see what I mean.  It's an old debate.
>
>     See here, for example.
>     http://www.tux.org/lkml/#s15-3
>
>     Steve
>
>
>     > I'm wondering if STK is considered kernel safe and if anyone has
>     used STK
>     > in
>     > kernel-mode code?
>     >
>     > Thanks in advance,
>     > Ernie
>     >
>
>