Re: [fpc-pascal] Order of {$H+} and OBJFPC

2006-10-26 Thread Felipe Monteiro de Carvalho
On 10/9/06, Jeff Pohlmeyer <[EMAIL PROTECTED]> wrote: Is this a bug fix, or a new bug? Seams a bug fix to me. -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-

Re: [fpc-pascal] Order of {$H+} and OBJFPC

2006-10-26 Thread Vincent Snijders
Michael Van Canneyt schreef: On Thu, 26 Oct 2006, Judison wrote: It would be nice if {$mode objfpc} makes {$H+} automatic... It has been considered once, but I can't remember why it was not put in effect, there was some reason, but I don't recall why :( Maybe because existing code assume

Re: [fpc-pascal] Order of {$H+} and OBJFPC

2006-10-26 Thread Michael Van Canneyt
On Thu, 26 Oct 2006, Judison wrote: > I have noticed that too.. > > I changed the order in about 60 files in my project... :) > > It would be nice if {$mode objfpc} makes {$H+} automatic... It has been considered once, but I can't remember why it was not put in effect, there was some reason,

Re: [fpc-pascal] Order of {$H+} and OBJFPC

2006-10-26 Thread Judison
I have noticed that too.. I changed the order in about 60 files in my project... :) It would be nice if {$mode objfpc} makes {$H+} automatic... My $0.02... Judison On 10/9/06, Jeff Pohlmeyer <[EMAIL PROTECTED]> wrote: {$H+}{$MODE OBJFPC} Results in short strings with fpc-2.0.4, and long stri

Re: [fpc-pascal] win resource sections

2006-10-26 Thread Michael Van Canneyt
On Wed, 25 Oct 2006, Rimgaudas Laucius wrote: > But, what about resourcestrings? Resourcestrings in FPC are not implemented using windows resources, unlike in Delphi. The reason is obvious: FPC is cross platform. To make this work, we would need to create a unit which sets the resources from t