Help passing D strings to C libs
Jonathan M Davis
jmdavisProg at gmx.com
Mon Mar 14 00:15:12 PDT 2011
On Monday 14 March 2011 00:07:05 Gene P. Cross wrote:
> I found the problem.
>
> I've set up my 'main' file to act on various game states and because my
> load state is physically below the running state (where the problems were
> occuring), even though they were getting called first, the program starts
> in the loading state, dmd wasn't having it. I tried moving the load state
> above the rest, and it works fine. So sorry to have wasted everybody's
> time with such a simple and stupid mistake. Thankyou for all your help.
It happens to us all from time to time. At least you found the problem.
- Jonathan M Davis
More information about the Digitalmars-d-learn
mailing list