Hi Friends,

I am new to C++,I am creating a dll to use in JAVA.
when i am creating a dll file at compilation i am getting the following error....
Any one please help me in this regard..........


Creating library sparsha_Reader.lib and object sparsha_Reader.exp
sparsha_Reader.obj : error LNK2019: unresolved external symbol "__declspec(dllim
port) void __cdecl ConnectDevice(char *,char *)" (__imp_?ConnectDevice@@YAXPAD0@
Z) referenced in function _Java_sparsha_CardReader_CardReadering@8
sparsha_Reader.obj : error LNK2019: unresolved external symbol "__declspec(dllim
port) void __cdecl DisconnectDevice(char *)" (__imp_?DisconnectDevice@@YAXPAD@Z)
referenced in function _Java_sparsha_CardReader_stopCardReader@8
sparsha_Reader.dll : fatal error LNK1120: 2 unresolved externals


thanks
sudheer