Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - codeman_nz

Pages: [1]
1
MegaGlest / Re: Runtime error after building with Mingw
« on: 13 March 2015, 03:13:39 »
Well with no help from anyone on here I have successfully built it using mingw and SDL2.

2
MegaGlest / Runtime error after building with Mingw
« on: 19 February 2015, 02:01:08 »
Hi everyone,

I just built megaglest 3.11.0 using mingw and codeblocks.  It built fine but running it throws a runtime error from line 523 of thread.cpp.  It goes back to line 138 of thread.cpp:
MutexSafeWrapper safeMutex(&Thread::mutexthreadList);

The issue is that Thread::mutexthreadList is not constructed even though it has on line 28:
Mutex Thread::mutexthreadList;
which should construct it.

I am at a complete loss as to why it is doing this.  Help please.

3
General discussion / Weather discussion (split from FAQ)
« on: 3 May 2009, 03:25:31 »
I see in the shared lib there is a header file called "weather.h" but it is not used.  When is this going to be implemented and how are the variables in the header file (flatOrHilly, tropicalOrArid etc ) going to be used?

Pages: [1]
anything