I agree on the windows unit, as I cannot build at home due to this. 
The only thing it uses the windows unit for are
GetRValue
GetBValue
GetGValue

What would the proper cross platform way to get the above
functionality of those functions?

Thanks!
Matt

On 3/23/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote:
> On Thu, 23 Mar 2006 17:39:41 -0600
> "Matt Henley" <[EMAIL PROTECTED]> wrote:
>
> > A group of us are just beginning to work together on a project
> > together (and learning to work under lazarus).
>
> First rule: don't use the 'windows' unit.
>
>
> > I just checked out our
> > project from sourceforge and tried to load the project file.  It seems
> > to load but the lazarus ide seems to hang.  Nothing shows up for me.
>
> This is because of the session information.
> The project saves its session information (open files in source editor,
> cursor positions, bookmarks, ...) in a separate file, which is not stored in
> the svn. This way each user has its own session.
> Because you have no session information, the IDE does not open any file in
> the source editor. Just open a file you like. As soon as you save the
> project a session file will be created with your personal settings for this
> project. In this case 'opsim.lps'.
>
>
> > However, if i tell it to run the project, it build and it works okay
> > (as far as we have written that is).
> >
> > I am trying this on WinXP using a snapshot from today of lazarus.  I
> > will try tonight under linux and see if this happens there also.  The
> > files were created by the project manager and i do not know exactly
> > what directory structure he used.
> >
> > What would be the cause of this?  What should I look for to investigate.
> >
> > If anyone wants to take a look the files can be downloaded via svn:
> >
> > https://svn.sourceforge.net/svnroot/opsim
> >
> > and are located here:  opsim\trunk\src\ise
>
>
> Mattias
>
> _________________________________________________________________
>      To unsubscribe: mail [EMAIL PROTECTED] with
>                 "unsubscribe" as the Subject
>    archives at http://www.lazarus.freepascal.org/mailarchives
>

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to