Andrew Talbot wrote:
+            static CHAR dtype[]     = "RAW",
+                        processor[] = "WinPrint",

These strings should really be const. IMO, a better fix would be to add a cast to cast them back to (char*) than to change their storage class.

Mike


Reply via email to