i tried to use strupr in the driver (i know it is not good) and it worked (compiled-linked successfully). but for wcsupr it is giving error LNK2019: unresolved external symbol __imp__wcsupr. how to resolve this.
Link it with the proper library in the DDK or IFS. But you should be using the safe string functions or the RtlXxxx equivalent functions, with preference towards safe string functionality.
–
The personal opinion of
Gary G. Little
“Mani” wrote in message news:xxxxx@ntfsd…
i tried to use strupr in the driver (i know it is not good) and it worked (compiled-linked successfully). but for wcsupr it is giving error LNK2019: unresolved external symbol imp wcsupr. how to resolve this.
i wanted to know which lib to link with.
“Gary G. Little” wrote in message news:xxxxx@ntfsd…
Link it with the proper library in the DDK or IFS. But you should be using the safe string functions or the RtlXxxx equivalent functions, with preference towards safe string functionality.
–
The personal opinion of
Gary G. Little
“Mani” wrote in message news:xxxxx@ntfsd…
i tried to use strupr in the driver (i know it is not good) and it worked (compiled-linked successfully). but for wcsupr it is giving error LNK2019: unresolved external symbol imp wcsupr. how to resolve this.