Re: How can I develop in C with VS2005 for Pocket PC??



WinMain is simply the entry. You can use it in C just fine. Just add your
C code to the existing page and go. Renaming the pages to have a *.c
(instead of *.cpp)extension is also recommended

-Chris


"emetress" <emetres@xxxxxxxxx> wrote in message
news:1142113001.191096.263260@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Ok I see what you mean,tahnk you for your explanation. But there is
something I don't understand. I want to develop in C language and there
isn't any WinMain and the structure is different of what I see in the
'default code' when you star a new project of win32 smart device kind.
Can't I develop in C?? Should I learn a new programming language as
C++?
Thank you



.



Relevant Pages

  • Re: Adding SDK
    ... unresolved external symbol WinMain referenced in function WinMainCRTStartup ... The entry point of my applications is not WinMain but anyway I've tried to ... If you want to build this application from Platform Builder, ... You should see your new SDK platform ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Executable enty points incorrectly documented
    ... you are absolutely correct in that main / WinMain have nothing to do ... They are, however, the entry points used by most ... they are found under the Windows Management ... My bigger problem however is that the real entry point signature is not ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Executable enty points incorrectly documented
    ... You wrote that WinMain is not a starting function in CRT, but an user-defined entry point for a Windows application. ... I believe that the fact that this function is called by the C/C++ runtime clearly backs my opinion that WinMain has nothing to do with the operating system. ... Even if WinMain documentation remains in Windows SDK it would be wise to explicitly state that support for this entry point is provided by the C/C++ runtime rather than Windows itself. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Entry-point symbol issue
    ... You don't want to set the entry point to main. ... Not WinMain, right? ... Entry-point symbol: ... int WINAPI WinMain ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Create a console app under EmbeddedVC4, and debug it
    ... subsystem and entry point depending on whether main or WinMain is defined. ... There is no mentioning of "mainACRTStartup", ... >>> not a DLL. ...
    (microsoft.public.windowsce.embedded)

Loading