Dear all,
I wanted to play with atapi driver so i need to clone it, what i did is as
follows
1.Copied the Atapi folder(from
E:\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\BLOCK\ATAPI) into <platform>\SRC
directory.
2.Changed the dirs files to include the ATAPI folder.
3.Changed all the sources fies releasetype=platform.

I could able to build the files without any errors but the thing is all
files generated are the .lib files, from where does the atapi.dll file is
build? Which files i have to clone to do this?
Regards,
Sankarraj

RE: Cloning Atapi Driver by Sankarraj

Sankarraj
Tue Aug 21 07:36:01 CDT 2007

I gone through the following link and got some idea of how to clone the
public driver http://msdn2.microsoft.com/en-us/library/aa459163.aspx

Now i am getting the following error
BUILD: [01:0000000171:ERRORE] atapi.def : error LNK2001: unresolved external
symbol CreatePCIHD
BUILD: [01:0000000172:ERRORE] atapi.def : error LNK2001: unresolved external
symbol CreatePCIHDCD
BUILD: [01:0000000173:ERRORE] atapi.def : error LNK2001: unresolved external
symbol CreatePCMCIA
BUILD: [01:0000000174:ERRORE] atapi.def : error LNK2001: unresolved external
symbol CreatePromise
BUILD: [01:0000000175:ERRORE] atapi.def : error LNK2001: unresolved external
symbol GenericConfig
BUILD: [01:0000000176:ERRORE] atapi.def : error LNK2001: unresolved external
symbol PromiseConfig
BUILD: [01:0000000177:ERRORE]
E:\WINCE500\platform\CEPC\lib\x86\debug\atapi_common.lib : fatal error
LNK1120: 6 unresolved externals

What to be done to rectify this error,
Regards,
Sankarraj