Hi All,
I have written scsi miniport driver for a specific
controller. when I build the source in windows
2003K(WDK) environment its building properly but when
I build the same code in windows Longhorn environment
I am getting below error:
error LNK2019: unresolved external symbol _memset
referenced in function _CTRL_memset@12.
Other than this i m not getting any compilation error.
only during linking phase I run into this problem.
please let me know what should I do to overcome the
problem.
Kavitha
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hmm, that is odd. The scsi miniport i2o sample
(src\storage\miniport\i2o\i2omp.c line 2453) uses memset and it appears to
build just fine using the 5270 and 5384 ddks. So I think that perhaps you
are doing something not quite standard?
=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
kavitha subramanian
Sent: Thursday, June 08, 2006 6:43 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Linker Error LNK2019
Hi All,
I have written scsi miniport driver for a specific
controller. when I build the source in windows
2003K(WDK) environment its building properly but when I build
the same code in windows Longhorn environment I am getting
below error:
error LNK2019: unresolved external symbol _memset referenced
in function _CTRL_memset@12.
Other than this i m not getting any compilation error.
only during linking phase I run into this problem.
please let me know what should I do to overcome the problem.
Kavitha
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection
around http://mail.yahoo.com
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