From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martijn Lievaart Subject: Re: Writing Queue-Modul in Pascal Date: Sun, 20 Nov 2005 10:01:24 +0100 Message-ID: <43803B64.1080308@rtij.nl> References: <437FAF08.7050401@hin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: sven@hin.de In-Reply-To: <437FAF08.7050401@hin.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org sven@hin.de wrote: > Hi! > I am trying to write an application for the queue-target. > Unfortunately all examples and source code itself are written in C++. > http://www.die.net/doc/linux/man/man3/libipq.3.html > > I like to use Pascal (freepascal or so...) but I need nessesary units > (called header files in C++?) > > Is there any change to use Pascal? The examples are in C, not C++. Using Pascal should be relatively straightforward if you can somehow translate the C headerfiles. M$