[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Problem with Chicken +wxwindows
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Problem with Chicken +wxwindows |
Date: |
Fri, 15 Apr 2005 12:41:02 +0200 |
On 4/15/05, Mark Baily <address@hidden> wrote:
>
> Then I try to run the application, grid.exe, it just exits whenever
> test_chicken() is called. In another wxWindows application I am trying to
> embed
> chicken in (VTBuilder from the open source Virtual Terrain Project) it
> sometimes crashes.
>
Can you send me the complete grid.cpp file with your changes?
Your setup seems ok to me. The CHICKEN_initialize() call is not
really necessary (invoking test_chicken() should handle that
automatically).
Does your example work in a simple C++ project (without wxWindows)?
Which version of Chicken are you using?
cheers,
felix