|
DrvStrokePath - can not provide bezier curves Hello, I have a problem to implement a printer driver. My implementation of DrvStrokePath only provides points for lines. The flags PO_BEZIERS and PO_ELLIPSE are never set it I print a bezier out from MS Word for instance. I thied to call PATHOBJ_vEnumStart and then PATHOBJ_bEnum to receive PATHDATA, but the... 13 Jun 2005 07:51
GPRS / GSM Driver Hello, I'm writing an application (C++) which connects to a specialized server through the GPRS Network. I use a GPRS modem for which I have no driver (the manufacturer didn't publish any). I use Windows ras capability to connect to the server, and that's fine. The server can send some orders to my application u... 19 Jun 2005 22:59
NDIS- Installation Hi All, I am using snetcfg for my intermediate driver installation. "snetcfg -l .\netsf.inf -c s -i passthru" is what i am using for my intermediae driver installation. But what happens is when i installed the driver for the first time it is working fine. And after unisntalling when i try to install... 10 Jun 2005 20:12
PsRemoveLoadImageNotifyRoutine?? With Win2k I can use PsSetLoadImageNotifyRoutine but there is no link to the PsRemoveLoadImageNotifyRoutine. But if I use the first I also HAVE to use the second in order to avoid a BSOD when i dischard the driver. What I can do in order to use the PsSetLoadImageNotifyRoutine and avoid a blue screen? ... 10 Jun 2005 11:07
Printer Port Security problems Hello, I'm creating an Local Printer port, programmatically under XP professional, without add port dialog using XcvData with AddPort. Till here all OK, The problem is that i can not use the printer connected to this port with another user credentials than this with the port was created. And concerning that Op... 9 Jun 2005 11:41
Adding printer ports I've created a printer driver based off the Bitmap sample in the LDK. It basically sends bitmap data to a separate processing DLL. When installing it via the INF, I create a new Local Port and it works great. When I create a port using the AddPort() or AddPortEx() API, the port is created but nothing gets pr... 9 Jun 2005 16:34
Linker error LNK4210 Hey all, I just installed DDK build 3790.1830 (from DDC) and I am getting the following linker error when I use the Server 2003 build environments to build my driver's property-page DLL. BufferOverflowU.lib(gs_support.obj) : warning LNK4210: .CRT section exists; there may be unhandled static initializers or ... 12 Jun 2005 16:11
Direct show Filter Is there any source filter for reading *. vob file format in Win CE 4.2 . Please let me know how to integrate with the directshow. Thanks, Regards, Johns. ... 12 Jun 2005 08:50
Access GPIO on W83627 I've been tasked with writing a GPIO driver for the Winbond 83627. This is my first foray into "big Windows" (I'm coming from the CE world), and also my first foray into x86 (coming from the ARM world). So the questions are probably pretty basic, but any insight you can provide would be much appreciated. The b... 9 Jun 2005 01:11
get unicode character OEMTextOut Hello all, Someone could help me on how to get the unicode character in the OEMTextOut implementation when (pstro->flAccel & SO_GLYPHINDEX_TEXTOUT) is true. Thanks in advance ... 2 Jun 2005 02:06 |