Re: Building a Camera app in Windows ce 6.0
- From: "m3janitha via PocketPCJunkies.com" <u47934@uwe>
- Date: Wed, 03 Dec 2008 10:37:38 GMT
hera are the errors.......in the beginning i got 27 errors.all were linking
errors.but i was able reduse it to 21 using dmoguids.lib strmiids.lib
strmbase.lib uuid.lib aygshell.lib files
ain.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CDShowEventSink::GetEvent(long *,long *,long *,unsigned long)" (?
GetEvent@CDShowEventSink@@QAEJPAJ00K@Z) referenced in function "public: long
__thiscall CCaptureFramework::GetEvent(long *,long *,long *,unsigned long)" (?
GetEvent@CCaptureFramework@@QAEJPAJ00K@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::GetBaseFilter(void * *,unsigned long)" (?
GetBaseFilter@CCaptureFramework@@QAEJPAPAXK@Z) referenced in function "long
__cdecl StopStreamCapture(void)" (?StopStreamCapture@@YAJXZ)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::GetBuilderInterface(void * *,struct _GUID const &)" (?
GetBuilderInterface@CCaptureFramework@@QAEJPAPAXABU_GUID@@@Z) referenced in
function "long __cdecl StopStreamCapture(void)" (?StopStreamCapture@@YAJXZ)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::PauseGraph(void)" (?PauseGraph@CCaptureFramework@@QAEJXZ)
referenced in function "long __cdecl WndProc(struct HWND__ *,unsigned int,
unsigned int,long)" (?WndProc@@YAJPAUHWND__@@IIJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::VerifyVideoFileCaptured(wchar_t *)" (?
VerifyVideoFileCaptured@CCaptureFramework@@QAEJPA_W@Z) referenced in function
"long __cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?
WndProc@@YAJPAUHWND__@@IIJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::StopGraph(void)" (?StopGraph@CCaptureFramework@@QAEJXZ)
referenced in function "long __cdecl WndProc(struct HWND__ *,unsigned int,
unsigned int,long)" (?WndProc@@YAJPAUHWND__@@IIJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::StartStreamCapture(void)" (?
StartStreamCapture@CCaptureFramework@@QAEJXZ) referenced in function "long
__cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?
WndProc@@YAJPAUHWND__@@IIJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::CaptureStillImage(void)" (?
CaptureStillImage@CCaptureFramework@@QAEJXZ) referenced in function "long
__cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?
WndProc@@YAJPAUHWND__@@IIJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::GetCurrentPosition(__int64 *)" (?
GetCurrentPosition@CCaptureFramework@@QAEJPA_J@Z) referenced in function
"long __cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?
WndProc@@YAJPAUHWND__@@IIJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::Cleanup(void)" (?Cleanup@CCaptureFramework@@QAEJXZ)
referenced in function "long __cdecl WndProc(struct HWND__ *,unsigned int,
unsigned int,long)" (?WndProc@@YAJPAUHWND__@@IIJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::RunGraph(void)" (?RunGraph@CCaptureFramework@@QAEJXZ)
referenced in function "long __cdecl WndProc(struct HWND__ *,unsigned int,
unsigned int,long)" (?WndProc@@YAJPAUHWND__@@IIJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::SetVideoCaptureFileName(wchar_t *)" (?
SetVideoCaptureFileName@CCaptureFramework@@QAEJPA_W@Z) referenced in function
"long __cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?
WndProc@@YAJPAUHWND__@@IIJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::SetStillCaptureFileName(wchar_t *)" (?
SetStillCaptureFileName@CCaptureFramework@@QAEJPA_W@Z) referenced in function
"long __cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?
WndProc@@YAJPAUHWND__@@IIJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::Init(struct HWND__ *,struct tagRECT *,unsigned long)" (?
Init@CCaptureFramework@@QAEJPAUHWND__@@PAUtagRECT@@K@Z) referenced in
function "long __cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)
" (?WndProc@@YAJPAUHWND__@@IIJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::SelectCameraDevice(int)" (?
SelectCameraDevice@CCaptureFramework@@QAEJH@Z) referenced in function "int
__cdecl FormatSelectDialog(struct HWND__ *,unsigned int,long,long)" (?
FormatSelectDialog@@YAHPAUHWND__@@IJJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::GetDriverList(wchar_t * * *,int *)" (?
GetDriverList@CCaptureFramework@@QAEJPAPAPA_WPAH@Z) referenced in function
"int __cdecl FormatSelectDialog(struct HWND__ *,unsigned int,long,long)" (?
FormatSelectDialog@@YAHPAUHWND__@@IJJ@Z)
main.obj : error LNK2019: unresolved external symbol "public: long __thiscall
CCaptureFramework::InitCameraDriver(void)" (?
InitCameraDriver@CCaptureFramework@@QAEJXZ) referenced in function _WinMain
main.obj : error LNK2019: unresolved external symbol "public: int __thiscall
CCaptureFramework::ParseCommandLine(wchar_t const *)" (?
ParseCommandLine@CCaptureFramework@@QAEHPB_W@Z) referenced in function
_WinMain
main.obj : error LNK2019: unresolved external symbol "public: __thiscall
CCaptureFramework::CCaptureFramework(void)" (??0CCaptureFramework@@QAE@XZ)
referenced in function "void __cdecl `dynamic initializer for
'g_DShowCaptureGraph''(void)" (??__Eg_DShowCaptureGraph@@YAXXZ)
main.obj : error LNK2019: unresolved external symbol "public: __thiscall
CCaptureFramework::~CCaptureFramework(void)" (??1CCaptureFramework@@QAE@XZ)
referenced in function "void __cdecl `dynamic atexit destructor for
'g_DShowCaptureGraph''(void)" (??__Fg_DShowCaptureGraph@@YAXXZ)
SDK1 (x86)\Debug/CAMERAAPP.exe : fatal error LNK1120: 20 unresolved externals
Build log was saved at "file://d:\Temp\CAMERAAPP\CAMERAAPP\SDK1 (x86)\Debug\
BuildLog.htm"
CAMERAAPP - 21 error(s), 14 warning(s)
Bruce Eitman [eMVP] wrote:
And the errors are????
Hi,[quoted text clipped - 22 lines]
i am a bigger to windows ce.i am trying to compile a camera application in
problem.tell
me the way to build this code with out errors
--
Message posted via PocketPCJunkies.com
http://www.pocketpcjunkies.com/Uwe/Forums.aspx/wince-programming/200812/1
.
- References:
- Building a Camera app in Windows ce 6.0
- From: m3janitha
- Re: Building a Camera app in Windows ce 6.0
- From: Bruce Eitman [eMVP]
- Building a Camera app in Windows ce 6.0
- Prev by Date: Re: Building a Camera app in Windows ce 6.0
- Next by Date: how to display a gradation image?
- Previous by thread: Re: Building a Camera app in Windows ce 6.0
- Next by thread: Re: Streaming MP3 with HTTP in CE 5
- Index(es):
Relevant Pages
|
Loading