Re: [fpc-pascal] FPC 2.6.2 for DOS/Go32V2 FP.PAS cannot compile with GDB support

2013-11-11 Thread Lubomír Čabla
It seems that compilation doesn't work under Windows Server 2003 Enterprise. I did the same under Windows XP SP3 using make go32v2zip "OPT=-gl -O- -Xs-" and it works up to compilation of IDE fp.pas - see attached listing fpc263.rar. I got the same error for crt1.c even I think the compiler is c

Re: [fpc-pascal] UPnP Component

2013-11-11 Thread Dennis Poon
Dimitrios Chr. Ioannidis wrote: Hi all, at work, i have a project which needs very limited UPnP capabilities. All it needs, is to open a port and do a port forwarding for a limited period of time closing it afterwards. Nowdays almost every Residential Gateway(Router) / ( Customer Premises

Re: [fpc-pascal] UPnP Component

2013-11-11 Thread Dmitry Boyarintsev
Sorry a typo is my last email - Denis Poon. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] UPnP Component

2013-11-11 Thread Dmitry Boyarintsev
Denis Poop (seen very often on this list) have asked about this recently. http://lists.freepascal.org/lists/fpc-pascal/2013-June/038577.html So he might have some work already done or know about the existing solution. And basic googling brings these results: http://www.whitebear.ch/upnp.htm http

Re: [fpc-pascal] UPnP Component

2013-11-11 Thread Dmitry Boyarintsev
On Mon, Nov 11, 2013 at 9:25 AM, Dimitrios Chr. Ioannidis < d.ioanni...@nephelae.eu> wrote: > Hi all, > > at work, i have a project which needs very limited UPnP capabilities. > All it needs, is to open a port and do a port forwarding for a limited > period of time closing it afterwards. Nowdays

[fpc-pascal] UPnP Component

2013-11-11 Thread Dimitrios Chr. Ioannidis
Hi all, at work, i have a project which needs very limited UPnP capabilities. All it needs, is to open a port and do a port forwarding for a limited period of time closing it afterwards. Nowdays almost every Residential Gateway(Router) / ( Customer Premises Equipment ) support that via uPnP.

[fpc-pascal] Re: "identifier not found" case probelm

2013-11-11 Thread Lukasz Sokol
On 10/11/13 10:54, rambo waz here wrote: > at the moment i have a case where each choice leads off to a procedure. .. > looks like this > repeat > writeln('Main Menu'); > writeln('1. New Customer Info'); > writeln('2. Withdrawal'); > writeln('3. Returns'); > writeln('4. Money ow