Re: [fpc-devel] CPPClass

2014-01-23 Thread Mark Morgan Lloyd
Den wrote: Please excuse the fact that I have reordered the message to conform to the bottom-posting convention of this mailing list. On 14-01-22 12:35 PM, Florian Klämpfl wrote: Am 22.01.2014 19:31, schrieb Den: haha, well Sven, if some of my patches were to get accepted *cough*

Re: [fpc-devel] CPPClass

2014-01-23 Thread Sven Barth
Am 23.01.2014 00:26, schrieb Den: Yep! $INCLUDESTRINGFILE -- http://bugs.freepascal.org/view.php?id=25536 I commented there just now. Apache24 Patch -- http://bugs.freepascal.org/view.php?id=25534 Already assigned to Michael. EGL/OpenGLES20 Split --

Re: [fpc-devel] CPPClass

2014-01-23 Thread Den
I noticed you got the WinSock2 one when it conflicted with a file, I just chose to use the SVN copy as it was pretty much the same. I'd like to update my Apach24 patch but it seems I can't seem to log-in to the Free Pascal bugs area.. It says my account is either blocked, disabled, or

Re: [fpc-devel] CPPClass

2014-01-23 Thread Florian Klämpfl
Am 23.01.2014 00:26, schrieb Den: Yep! Ah, I thought you made cpp related ones. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] CPPClass

2014-01-23 Thread Sven Barth
On 23.01.2014 19:30, Den wrote: I'd like to update my Apach24 patch but it seems I can't seem to log-in to the Free Pascal bugs area.. It says my account is either blocked, disabled, or I entered the username/password incorrectly. I've been logging in the same way for many many years lol

Re: [fpc-devel] CPPClass

2014-01-23 Thread Den
I've managed to log back in again, and all is well! I implemented the new INCLUDESTRINGFILE directive, and test case and etc.. The full message is in the bug report. ^_^ - Dennis Fehr On 14-01-23 03:28 PM, Sven Barth wrote: On 23.01.2014 19:30, Den wrote: I'd like to update my

Re: [fpc-devel] CPPClass

2014-01-22 Thread Sven Barth
Am 22.01.2014 08:56, schrieb Maciej Izak: 2014/1/22 Sven Barth pascaldra...@googlemail.com mailto:pascaldra...@googlemail.com I won't promise anything, cause I have quite a few FPC projects, that are currently put on ice due to.ky http://to.ky thesis: - generic functions and

Re: [fpc-devel] CPPClass

2014-01-22 Thread Marco van de Voort
In our previous episode, Sven Barth said: - Windows RT ? The list just does not end... :/ You forgotten about Invoke function in RTTI.pas ;) Right you are ^^ See what I meant with the never ending list? :P Fixing the implements keyword (#8951)? Anonymous methods? ( : -) )

Re: [fpc-devel] CPPClass

2014-01-22 Thread Sven Barth
Am 22.01.2014 10:48, schrieb Marco van de Voort: In our previous episode, Sven Barth said: - Windows RT ? The list just does not end... :/ You forgotten about Invoke function in RTTI.pas ;) Right you are ^^ See what I meant with the never ending list? :P Fixing the implements

Re: [fpc-devel] CPPClass

2014-01-22 Thread Den
haha, well Sven, if some of my patches were to get accepted *cough* I'd help out a lot more. I am just kinda tired of seeing such a huge difference in local modifications and the actual source. I would be more inclined to help you on some of these in about 3-4 months if I could see them

Re: [fpc-devel] CPPClass

2014-01-22 Thread Florian Klämpfl
Am 22.01.2014 19:31, schrieb Den: haha, well Sven, if some of my patches were to get accepted *cough* What patches? Are they available somewhere? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] CPPClass

2014-01-22 Thread Sven Barth
On 22.01.2014 19:31, Den wrote: haha, well Sven, if some of my patches were to get accepted *cough* I'd help out a lot more. I am just kinda tired of seeing such a huge difference in local modifications and the actual source. I would be more inclined to help you on some of these in about

Re: [fpc-devel] CPPClass

2014-01-22 Thread Den
Yep! $INCLUDESTRINGFILE -- http://bugs.freepascal.org/view.php?id=25536 Apache24 Patch -- http://bugs.freepascal.org/view.php?id=25534 EGL/OpenGLES20 Split -- http://bugs.freepascal.org/view.php?id=25535 Although I have an updated version of the Apache24 which supports Config Options

Re: [fpc-devel] CPPClass

2014-01-21 Thread Den
I would definitely be interested in it. I am done a project in about 3 months, so it would be *cough* (AWESOME) if you could by then *cough*! ;) - Dennis On 14-01-18 08:12 AM, Sven Barth wrote: On 18.01.2014 06:19, Den wrote: Hi all (but most likely Sven ;) ), I've noticed the

Re: [fpc-devel] CPPClass

2014-01-21 Thread Sven Barth
Am 22.01.2014 00:55 schrieb Den cyr...@gmail.com: I would definitely be interested in it. I am done a project in about 3 months, so it would be *cough* (AWESOME) if you could by then *cough*! ;) I won't promise anything, cause I have quite a few FPC projects, that are currently put on ice

Re: [fpc-devel] CPPClass

2014-01-18 Thread Sven Barth
On 18.01.2014 06:19, Den wrote: Hi all (but most likely Sven ;) ), I've noticed the CPPClass no longer works and stops with: internalerror(200611034) -- From [compiler/ncgrtti.pas] It's a case when generating the Object Definition RTTI ASM-Data, and doesn't handle odt_cppclass..

Re: [fpc-devel] CPPClass

2014-01-18 Thread Sven Barth
On 18.01.2014 06:29, Dmitry Boyarintsev wrote: On Sat, Jan 18, 2014 at 12:19 AM, Den cyr...@gmail.com mailto:cyr...@gmail.com wrote: I'd really like to use it as I would rather write a Pascal CPPClass and interface with a Library rather than making my own bridge library and

[fpc-devel] CPPClass

2014-01-17 Thread Den
Hi all (but most likely Sven ;) ), I've noticed the CPPClass no longer works and stops with: internalerror(200611034) -- From [compiler/ncgrtti.pas] It's a case when generating the Object Definition RTTI ASM-Data, and doesn't handle odt_cppclass.. (Hence the internal error). Any way

Re: [fpc-devel] CPPClass

2014-01-17 Thread Dmitry Boyarintsev
On Sat, Jan 18, 2014 at 12:19 AM, Den cyr...@gmail.com wrote: I'd really like to use it as I would rather write a Pascal CPPClass and interface with a Library rather than making my own bridge library and interfacing with that. Shouldn't there be 2 kind of CPPClass variants? One for GNU