Click here to Skip to main content
15,912,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can we findout present status of particular port Pin
sudhir.marni26-Dec-06 18:23
sudhir.marni26-Dec-06 18:23 
AnswerRe: How can we findout present status of particular port Pin
ThatsAlok26-Dec-06 18:55
ThatsAlok26-Dec-06 18:55 
GeneralRe: How can we findout present status of particular port Pin
sudhir.marni26-Dec-06 20:03
sudhir.marni26-Dec-06 20:03 
GeneralRe: How can we findout present status of particular port Pin
Cristian Amarie27-Dec-06 1:21
Cristian Amarie27-Dec-06 1:21 
Questionfinding remote host up or not ! How ? Pin
Sakthiu26-Dec-06 17:40
Sakthiu26-Dec-06 17:40 
AnswerRe: finding remote host up or not ! How ? Pin
ThatsAlok26-Dec-06 18:56
ThatsAlok26-Dec-06 18:56 
QuestionFile sie in win32 Pin
amitmistry_petlad 26-Dec-06 17:37
amitmistry_petlad 26-Dec-06 17:37 
AnswerRe: File sie in win32 Pin
_AnsHUMAN_ 26-Dec-06 18:05
_AnsHUMAN_ 26-Dec-06 18:05 
GeneralRe: File sie in win32 Pin
Michael Dunn26-Dec-06 20:41
sitebuilderMichael Dunn26-Dec-06 20:41 
AnswerRe: File sie in win32 Pin
Hamid_RT26-Dec-06 18:23
Hamid_RT26-Dec-06 18:23 
AnswerRe: File sie in win32 Pin
Mark Salsbery27-Dec-06 5:41
Mark Salsbery27-Dec-06 5:41 
Questionstd linker errors Pin
Nougat H.26-Dec-06 12:25
Nougat H.26-Dec-06 12:25 
Questionhow to control opengl buffer content Pin
patrickH8026-Dec-06 10:49
patrickH8026-Dec-06 10:49 
QuestionDirectshow question Pin
godspeed12326-Dec-06 8:50
godspeed12326-Dec-06 8:50 
AnswerRe: Directshow question Pin
Mark Salsbery26-Dec-06 11:36
Mark Salsbery26-Dec-06 11:36 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 11:50
godspeed12326-Dec-06 11:50 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 12:00
Mark Salsbery26-Dec-06 12:00 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 12:10
godspeed12326-Dec-06 12:10 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 12:28
Mark Salsbery26-Dec-06 12:28 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 12:30
godspeed12326-Dec-06 12:30 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 12:42
Mark Salsbery26-Dec-06 12:42 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 12:52
godspeed12326-Dec-06 12:52 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 13:06
Mark Salsbery26-Dec-06 13:06 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 13:14
godspeed12326-Dec-06 13:14 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 13:31
godspeed12326-Dec-06 13:31 
I created an empty project, I added all the PushSource Files, but now I am getting these linking errors.

Strmbasd.lib(wxutil.obj) : error LNK2019: unresolved external symbol __imp__timeGetTime@0 referenced in function "public: int __thiscall CAMMsgEvent::WaitMsg(unsigned long)" (?WaitMsg@CAMMsgEvent@@QAEHK@Z)

Strmbasd.lib(wxdebug.obj) : error LNK2019: unresolved external symbol __imp__timeGetTime@0 referenced in function "public: __thiscall CDisp::CDisp(__int64,int)" (??0CDisp@@QAE@_JH@Z)

Strmbasd.lib(wxutil.obj) : error LNK2019: unresolved external symbol __imp__timeSetEvent@20 referenced in function "unsigned int __cdecl CompatibleTimeSetEvent(unsigned int,unsigned int,void
(__stdcall*)(unsigned int,unsigned int,unsigned long,unsigned long,unsigned long),unsigned long,unsigned int)" (?CompatibleTimeSetEvent@@YAIIIP6GXIIKKK@ZKI@Z)
Debug/TestSource.ax : fatal error LNK1120: 2 unresolved externals

Does anyone know why this is happeneing

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.