Re: [fpc-pascal] googleapiconv

2016-08-16 Thread Michael Van Canneyt



On Mon, 15 Aug 2016, Dave Connolly wrote:


The Google APIs run fine when compiled with FPC 3.0.0


Strange. I will look into it.

Michael.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


[fpc-pascal] rtl-generics: TIStringComparer.Ordinal -> Access violation

2016-08-16 Thread silvioprog
Hello,

Just try it:

var
  list: TDictionary;
begin
  list := TDictionary.Create(TIStringComparer.Ordinal);

Error:

An unhandled exception occurred at $0043A2F8:
EAccessViolation: Access violation
  $0043A2F8
  $004084B3  DOADD,  line 277 of inc/generics.dictionaries.inc
  $004099AB  main,  line 14 of project1.lpr

---

Trace:

#0
GENERICS.DEFAULTS$_$TGORDINALISTRINGCOMPARER$2$CRC09680922_$__$$_GETHASHCODE$ANSISTRING$$LONGWORD
at :0
#1 ?? at :0

-- 
Silvio Clécio
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] rtl-generics: TIStringComparer.Ordinal -> Access violation

2016-08-16 Thread Maciej Izak
2016-08-17 7:05 GMT+02:00 silvioprog :

> Just try it:
>

related to

http://bugs.freepascal.org/view.php?id=28911

Sven comment: "I won't change the current implementation for now, because
once I'm going to fix this I'm going to fix this correctly for all cases,
including packages, everything else is merely a workaround. But for that I
first need to finish my work on packages."

btw, already reported: http://bugs.freepascal.org/view.php?id=30433

-- 
Best regards,
Maciej Izak
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal