I´m doing a RegisterCallback and I´m using ObOpenObjectByPointer() funtion to get the handle of the open key. I included the declaration but I can´t link that funtion. Where I can found the apropiated lib file to link?
Thanks in advance.
Provide more data. When, where, how, driver, application, WDM, legacy,
boot, system, and/or code in question.
wrote in message news:xxxxx@ntdev…
I´m doing a RegisterCallback and I´m using ObOpenObjectByPointer() funtion
to get the handle of the open key. I included the declaration but I can´t
link that funtion. Where I can found the apropiated lib file to link?
Thanks in advance.
Ok, I am building my driver with DriverWorks of DriverStudio 3.2, Visual Studio 2003 and the IFS Kit. The problem would be that DriverWork is linking only with standard libraries of the DDK and not with the libraries of the IFS Kit, but how can solve it???
Stop using driverworks. You are going to have to take this step sooner
or later and it looks like you have hit the sooner part. Do you really
want to invest more effort into a discontinued product?
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@yahoo.com
Sent: Thursday, November 16, 2006 9:19 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Problem linking with ObOpenObjectByPointer
Ok, I am building my driver with DriverWorks of DriverStudio 3.2, Visual
Studio 2003 and the IFS Kit. The problem would be that DriverWork is
linking only with standard libraries of the DDK and not with the
libraries of the IFS Kit, but how can solve it???
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Yes, I know, but for now the problem remain there. I promees this is the last time that used DriverWork. You can help me only for this time? ![]()
extern “C” solve the problem thanks for your time.