Tech Support > Microsoft Windows > Drivers > Re: a compiler warning & a linker error in WinXP DDK
Re: a compiler warning & a linker error in WinXP DDK
Posted by Mark Roddy on June 28th, 2003


On Sat, 28 Jun 2003 02:57:26 -0700, "gerald" <jjr0921@ms62.url.com.tw>
wrote:

You are using the ddk build tools right? See the documentation for
build in the ddk and see the user mode samples in the ddk. See the
usbview sample for a gui-style C++ user mode app SOURCES file.

If you are not using the build tools I strongly suggest that you
consider using them. See my website www.hollistech.com for information
on how to integrate build with visual studio.





=====================
Mark Roddy
Windows XP/2000/NT Consulting, Microsoft DDK MVP
Hollis Technology Solutions 603-321-1032
www.hollistech.com
markr@hollistech.com
For Windows Device Driver Training: see www.azius.com

Posted by gerald on June 30th, 2003


Yes,I did,it can not used with "extern C", because it
would be the same result as below(eg,WRAPI HRESULT
__cdecl WRAPIEnumerateDevices(WRAPI_NDIS_DEVICE
**ppDeviceList, long *plItems).It remains the same
stage that I post the title"its sorry to post so
frequently.".though it builded successfully,and may be
just as you said "C runtime library was not initialized".


Similar Posts