I am able to build the “genprint” folder given in the \winddk..\src\print folder… But i am unaware of how to run the file “EMF.C” alone or the complete package… Is it like a dll or an exe? If it is so, help me in knowing how to call a dll from a file for a driver…
xxxxx@gmail.com wrote:
I am able to build the “genprint” folder given in the \winddk..\src\print folder… But i am unaware of how to run the file “EMF.C” alone or the complete package… Is it like a dll or an exe? If it is so, help me in knowing how to call a dll from a file for a driver…
If you were able to build the genprint folder, then you must have seen
genprint.dll in the build results, and the documentation in the source
directory (genprint.htm) tells you both what it produces and how to
install it.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
Thank you Tim…