exception in a device driver

Manfred Spraul (masp0008@stud.uni-sb.de)
Sun, 3 Jan 1999 01:54:39 +0100


I'm porting an existing device driver from WinNT to Linux.
The device driver uses try/catch/throw extensivly.

Is anything like that supported under Linux?

If I use .cpp files and "try { } catch { }", then I get
"unresolved symbol __throw" when I try to load the module.

Manfred Spraul

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/