| Reply | « Previous Thread | Next Thread » |
|
hi, i have a question
first i have this object iObexBufData = CBufFlat::NewL(KBufferSize); iObexBufObject = CObexBufObject::NewL(iObexBufData); and the declaration is: CBufFlat* iObexBufData; CObexBufObject* iObexBufObject; and then i add this to the declaration CBufBase* dataBufronald; why adding dataBufronald = iObexBufObject->DataBuf(); to the code cause an error like this: OBJECTEXCHANGECLIENT.obj : error LNK2001: unresolved external symbol "public: class CBufBase * __thiscall CObexBufObject: ataBuf(void)" (?DataBuf@CObexBufObject@@QAEPAVCBufBase@@XZ)\Symbian\6.1\Series60\EPOC32\BUILD\AAA\BTRECEIVER\GROUP\BTRECEIVER\WINS\UDEB\BTRECEIVER.APP : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: 'link.exe' : return code '0x460' Stop. if exist "\Symbian\6.1\Series60\EPOC32\BUILD\AAA\BTRECEIVER\GROUP\BTRECEIVER\WINS\UDEB\BTRECEIVER.exp" del "\Symbian\6.1\Series60\EPOC32\BUILD\AAA\BTRECEIVER\GROUP\BTRECEIVER\WINS\UDEB\BTRECEIVER.exp" Stopped the build by removing the export object, if present, because the pre-link stage failed Linking... LINK : fatal error LNK1104: cannot open file "\Symbian\6.1\Series60\EPOC32\BUILD\AAA\BTRECEIVER\GROUP\BTRECEIVER\WINS\UDEB\BTRECEIVER.exp" Error executing link.exe. BTRECEIVER.APP - 4 error(s), 0 warning(s) anyone can help? thx for the help ![]() Rx- |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|