On 11/18/12, Jonas Maebe wrote:
>> Using fpc 2.6.0
>> Does 2.6.0 handle -vm switch, and how is it used?
>
> As it is described on the fpc help page (fpc -h, or fpc without any
> parameters)
Am I missing something?
fpc -h gives (formatted the layout a little bit):
-v Be verbose. is a combina
On 19 Nov 2012, at 13:54, Bart wrote:
Am I missing something?
fpc -h gives (formatted the layout a little bit):
-v Be verbose. is a combination of the following letters:
[snip]
v : Write fpcdebug.txt with lots of debugging info
I don't see "m" in this list.
It's just below that table:
On Mon, November 19, 2012 13:54, Bart wrote:
> On 11/18/12, Jonas Maebe wrote:
>
>>> Using fpc 2.6.0
>>> Does 2.6.0 handle -vm switch, and how is it used?
>>
>> As it is described on the fpc help page (fpc -h, or fpc without any
>> parameters)
>
> Am I missing something?
Yes, the last line. ;-)
Jonas Maebe wrote:
To find out the message number of a particular message, compile with
-vq. And you can only suppress warnings/notes/hints with that switch.
Noting somebody's recent comment about using -Xs- when building the
compiler, that looks like another useful thing that people building
On Mon, November 19, 2012 16:43, Mark Morgan Lloyd wrote:
> Jonas Maebe wrote:
>
>> To find out the message number of a particular message, compile with
>> -vq. And you can only suppress warnings/notes/hints with that switch.
>
> Noting somebody's recent comment about using -Xs- when building the
>
On 11/19/12, Tomas Hajny wrote:
>> Am I missing something?
>
> Yes, the last line. ;-)
I'm feeling rather stupid right now...
Bart
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On 11/19/12, Tomas Hajny wrote:
>> Can you give me a working example?
>
> test.pas:
> ---
> var
> C: cardinal;
> begin
> C := 1;
> WriteLn (-1 + C);
> end.
> ===
>
> fpc -vwh test.pas
>
> fpc -vwh -vm4035 test.pas
>
> Tomas
Thanks Tom and others for clarifying.
Bart
_
Hi All,
I need to identify a reliable portable device that I can program in
FPC-Pascal.
This device could be a smartphone or whatever you suggest.
Cost is one element to keep in mind.
After the test period, we plan to buy about 50 devices.
I am an old Delphi programmer and mobile is new stuff
Your nokia should be fine, you can create simple J2ME application for your
needs. I don't think we have J2ME classes ported yet (CMIIW), so in the mean
time using something like MIDletPascal should be OK.
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/mobile-a
HI
I use this unit together with Lazarus/FPC.
I write and test my programs on a normal PC, and then recompile to WinCE.
http://www.cilico.us/product/handheld-pda.html
Carsten
>
> Hi All,
>
> I need to identify a reliable portable device that I can program in
> FPC-Pascal.
>
> This device
10 matches
Mail list logo