Re: [fpc-pascal] Windows Phone 8 + pascal

2012-06-25 Thread waldo kitty
On 6/25/2012 05:12, michael.vancann...@wisa.be wrote: On Mon, 25 Jun 2012, Sven Barth wrote: Why does "COM-based + .NET-like metadata" imply that it's not native code? The core libraries are written in either C or C++ and the metadata is needed so that runtimes like .NET and languages like JavaS

Re: [fpc-pascal] Windows Phone 8 + pascal

2012-06-25 Thread Sven Barth
On 25.06.2012 13:21, michael.vancann...@wisa.be wrote: On Mon, 25 Jun 2012, Sven Barth wrote: it as native. I guess it is faster than .NET code because it is not managed. I thought that .NET allows non-managed code, too. Why does "COM-based + .NET-like metadata" imply that it's not native c

Re: [fpc-pascal] Try to debug FastCGI or console app with DB connection in Lazarus

2012-06-25 Thread Michael Van Canneyt
On Mon, 25 Jun 2012, Alexis Halbot-Schoonaert wrote: I try to debug a FastCGI (with a TWebModule) wich connects itself to FireBug in Lazarus and the debugger stops debugging when i do a connection to FireBird. Hm... I use JDO (https://github.com/silvioprog/jdo) with CGI and works very well,

Re: [fpc-pascal] Try to debug FastCGI or console app with DB connection in Lazarus

2012-06-25 Thread Alexis Halbot-Schoonaert
> > I try to debug a FastCGI (with a TWebModule) wich connects itself to > > FireBug in Lazarus and the debugger stops debugging when i do a > > connection to FireBird. > > Hm... I use JDO (https://github.com/silvioprog/jdo) with CGI and works > very well, please see this simple demo: > you mean

RE : [fpc-pascal] Windows Phone 8 + pascal

2012-06-25 Thread Ludo Brands
>> >> A typelib importer is already in svn. > Which won't be of much use for WinRT as this metadata is > based on the metadata that .NET assemblies already use and not on IDL. >From .net assemblies a TLB type library can be extracted with the regasm or tlbexp .net tools. The typelib importer read

Re: [fpc-pascal] Windows Phone 8 + pascal

2012-06-25 Thread michael . vancanneyt
On Mon, 25 Jun 2012, Sven Barth wrote: it as native. I guess it is faster than .NET code because it is not managed. I thought that .NET allows non-managed code, too. Why does "COM-based + .NET-like metadata" imply that it's not native code? The core libraries are written in either C or C++

Re: [fpc-pascal] Windows Phone 8 + pascal

2012-06-25 Thread Sven Barth
Am 25.06.2012 11:48 schrieb "Marco van de Voort" : > > In our previous episode, Sven Barth said: > > > says that WinRT is a COM-based API and uses a .NET-like metadata format. > > > So it is not native code after all then. I don't know why they advertised > > it as native. I guess it is faster than

Re: [fpc-pascal] Windows Phone 8 + pascal

2012-06-25 Thread Sven Barth
Am 25.06.2012 11:12 schrieb : > > > > On Mon, 25 Jun 2012, Sven Barth wrote: > >> Am 24.06.2012 22:59 schrieb "Juha Manninen" : >>> >>> >>> On Sun, Jun 24, 2012 at 8:57 PM, Sven Barth >> >> wrote: I believe they'll mostly go through the WinRT, which is Microsoft's new >> >> API pet

Re: [fpc-pascal] Windows Phone 8 + pascal

2012-06-25 Thread Marco van de Voort
In our previous episode, Sven Barth said: > > says that WinRT is a COM-based API and uses a .NET-like metadata format. > > So it is not native code after all then. I don't know why they advertised > it as native. I guess it is faster than .NET code because it is not > managed. I thought that .NET a

Re: [fpc-pascal] Windows Phone 8 + pascal

2012-06-25 Thread michael . vancanneyt
On Mon, 25 Jun 2012, Sven Barth wrote: Am 24.06.2012 22:59 schrieb "Juha Manninen" : On Sun, Jun 24, 2012 at 8:57 PM, Sven Barth wrote: I believe they'll mostly go through the WinRT, which is Microsoft's new API pet project. Thanks. I didn't even know about this WinRT. New technologi

Re: [fpc-pascal] Windows Phone 8 + pascal

2012-06-25 Thread Sven Barth
Am 24.06.2012 22:59 schrieb "Juha Manninen" : > > On Sun, Jun 24, 2012 at 8:57 PM, Sven Barth wrote: >> >> I believe they'll mostly go through the WinRT, which is Microsoft's new API pet project. > > > Thanks. I didn't even know about this WinRT. New technologies are appearing all the time. > > Pa

Re: [fpc-pascal] Codepage: UTF-8 code greater than 65535 found

2012-06-25 Thread Mattias Gaertner
On Sun, 24 Jun 2012 23:31:38 -0300 luciano de souza wrote: > Hello all, > > In order to enable UTF-8 characters, I tried to use it: > > program dvcodepage; > {$codepage UTF8} > > uses > Sysutils; > > var > x: integer; > > BEGIN > writeln('Digite um número'); > readln(x); > writeln('O número