Re: evb runtime problem

From: Paul G. Tobey [eMVP] (ptobey)
Date: 11/22/04


Date: Mon, 22 Nov 2004 12:38:45 -0700

The same way code was compiled in Unix and DOS in the past. You run the
compiler program and pass it some switches (including one which indicates
.NET CF target), and the name of the file to compile.

I'd look for the free tools that Robert mentioned, if you're not already
comfortable with command line compilation...

Paul T.

<Eric> wrote in message news:%234ReK8L0EHA.2788@TK2MSFTNGP15.phx.gbl...
> Robert Levy [MS] wrote:
>
>> The .NET Framework SDK is a free download which contains everything
>> you need to do command-line compilation for .NET Compact Framework
>> apps.
>
> How do you build mobile apps from the commandline? I have played with
> the commandline some, but I haven't found this...
>
> Can you tell it to target CF 1.0 on an ARM4 CPU, for example?
>
> Eric



Relevant Pages

  • Re: /target is exe but no suitable main method was found in compilation
    ... Console executables (which are compiled with the commandline parameter ... /target:exe) need to have an entry point function declared, ... + The compiler can't find the main entry point due to having multiple ...
    (microsoft.public.dotnet.vjsharp)
  • Compilation speed on IntelC++
    ... I am just trying IntelC++ 7.1 compiler. ... Possible cause might be a wrong commandline. ... so I do not need any optimizations and so on. ...
    (comp.lang.cpp)
  • Re: PDB Path set
    ... Does it only work for certain compiler? ... It looks like you put /pdbpath:none on the commandline for the ... the *linker* instead. ... Nathan Mates ...
    (microsoft.public.vc.debugger)
  • Re: evb runtime problem
    ... > The same way code was compiled in Unix and DOS in the past. ... > compiler program and pass it some switches (including one which indicates ... >> the commandline some, ...
    (microsoft.public.windowsce.embedded.vb)
  • Re: About TAPI SDK
    ... Are there any free tools ... pointed out, though, that you can't expect to get support on _any_ compiler ... TAPI or TAPI compiler then please also ... The vast majority of voice modems use the UniModem TSP ...
    (microsoft.public.win32.programmer.tapi)

Loading