Re: eVC++ 4.0 Problem
From: Bruce Eitman \(eMVP\) (beitmannospam_at_NOSPAM_applieddata.NOSPAM_net)
Date: 10/07/04
- Next message: JWu: "Link error again (no .lib)"
- Previous message: Bruce Eitman \(eMVP\): "Re: URLDownloadToFileW Error"
- In reply to: Arvind: "Re: eVC++ 4.0 Problem"
- Next in thread: Arvind: "Re: eVC++ 4.0 Problem"
- Reply: Arvind: "Re: eVC++ 4.0 Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 6 Oct 2004 20:54:33 -0400
Huh?
-- Bruce Eitman (eMVP) Senior Engineer beitman AT applieddata DOT net Applied Data Systems www.applieddata.net An ISO 9001:2000 Registered Company Microsoft WEP Gold-level Member Do have an opinion on the effectiveness of Microsoft Windows Mobile and Embedded newsgroups? Let us know! https://www.windowsembeddedeval.com/community/newsgroups "Arvind" <arvinds@erivasystems.com> wrote in message news:uF9Mu81qEHA.3464@TK2MSFTNGP14.phx.gbl... > when i try debug,it comes here.ans hangs > > //////////////////////////////////////////////////////////////////////////// > / > // export WinMain to force linkage to this module > > extern int AFXAPI AfxWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, > LPTSTR lpCmdLine, int nCmdShow); > > extern "C" int WINAPI > WCE_IF(wWinMain,_tWinMain)(HINSTANCE hInstance, HINSTANCE hPrevInstance, > LPTSTR lpCmdLine, int nCmdShow) > { > // call shared/exported WinMain > return AfxWinMain(hInstance, hPrevInstance, lpCmdLine, nCmdShow); > } > > > -- > "eRiva Systems" - Where Technology Meets Life, Every Minute. > > arvindr@erivasystems.com > > www.erivasystems.com > > "Bruce Eitman (eMVP)" <beitmannospam@NOSPAM_applieddata.NOSPAM_net> wrote in > message news:#LQll$yqEHA.2776@TK2MSFTNGP12.phx.gbl... > > Well now, that would have been good to have told us a long time ago. You > > should not be seeing that for a debug build. I would post that as a new > > thread, someone may have a solution. You might want to try re-installing, > > but I don't know I haven't seen that problem before. > > > > It is certainly a problem worth solving so that you can figure out what is > > wrong with your code. > > > > -- > > Bruce Eitman (eMVP) > > Senior Engineer > > beitman AT applieddata DOT net > > > > Applied Data Systems > > www.applieddata.net > > An ISO 9001:2000 Registered Company > > Microsoft WEP Gold-level Member > > > > Do have an opinion on the effectiveness of Microsoft Windows Mobile and > > Embedded newsgroups? Let us know! > > https://www.windowsembeddedeval.com/community/newsgroups > > > > > >
- Next message: JWu: "Link error again (no .lib)"
- Previous message: Bruce Eitman \(eMVP\): "Re: URLDownloadToFileW Error"
- In reply to: Arvind: "Re: eVC++ 4.0 Problem"
- Next in thread: Arvind: "Re: eVC++ 4.0 Problem"
- Reply: Arvind: "Re: eVC++ 4.0 Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|