[lazarus] Yes I didn't stop yet

Shane Miller SMiller1 at stvgb.org
Thu Jul 8 10:29:06 EDT 1999


2 thoughts.  1)  I did try to make code that didn't work, but it DID work.

2)  I also get that message about LMessages can't be static linked.  I don't get that on the box at work, but I do get it at home.  Not sure why.  

About making it an INC file.  I guess I was going the same route as Delphi where it uses the Messages  file to store stuff.  I was planning on putting more into that file once I determined that it was appropriate to place it there.  If we make it a .inc, I have no problem with that.  But now you know why I did it this way.  :-)

BTW, I did a new MAKE CYCLE from CVS but didn't notice any changes, though I didn't expect to.

Shane


>>> "Michael A. Hess" <mhess at miraclec.com> 07/08 8:52 AM >>>
Peter Vreman wrote:
> 
> For the other 2 bugs i didn't see any source code

Shane I didn't have time to put any sample together for Peter. Can you
try and make a snippet that doesn't work? I won't get a chance until
sometime late today or this evening. Besides I want to cycle a new
compiler before I do anything else.  :-)

Another thing I have problems with. When I link Lazarus I get an error
message that it can't link LMessage statically. I'm not sure why it is
doing this but since this is just a file of const declarations can't we
make this an .inc file and then just use {$I lmessages.inc} in the
controls.pp unit. Since controls is used by just about everything it
will do have the same result. This might be a good idea for vclglobals
as well. Personally I'd rather use globals then have a cluttered uses
line in every file.

-- 
==== Programming my first best destiny! ====

Michael A. Hess      Miracle Concepts, Inc.
mhess at miraclec.com   http://www.miraclec.com 

_________________________________________________________________
     To unsubscribe: mail lazarus-request at miraclec.com with
                "unsubscribe" as the Subject
    archives at http://www.miraclec.com/list_archives/lazarus






More information about the Lazarus mailing list