February 05, 2010 Issues » [Issue 1001] print stack trace (in debug mode) when program die | |||
|---|---|---|---|
| |||
...defined(_sun_) || defined(__solaris__)
# include <ucontext.h>
#elif defined(__APPLE__)
# include <execinfo.h>
int printstack... | |||
June 06, 2009 Issues » [Issue 2978] Unhandled win32 exception on successful exe compilation | |||
|---|---|---|---|
| |||
...root.c in function int File::read().
...
#elif _WIN32
DWORD size;
DWORD numread;
HANDLE h... | |||
February 10, 2009 General » Re: Why version() ? | |||
|---|---|---|---|
| |||
...switched entirely over to: #if Windows ... #elif linux ... #elif __APPLE__ ... #else assert(0); // fix when... | |||
January 16, 2009 Announce » Re: DMD 1.039 and 2.023 releases | |||
|---|---|---|---|
| |||
...if (is(T == A))
A.SomeAlias x;
#elif (is(T == B))
B.SubType x;
#else... | |||
November 27, 2008 c++.stlsoft » Re: Intel C++ Compiler 11 Support? | |||
|---|---|---|---|
| |||
...line 480 of include/stlsoft/stlsoft.h: # elif (__INTEL_COMPILER == 1100) # define STLSOFT_COMPILER_VERSION... | |||
September 22, 2008 General » Re: Smooth transition to D2 for Tango users? | |||
|---|---|---|---|
| |||
...doesn't have a preprocessor): #if #else #elif #endif #warning #error #line #region #endregion #define... | |||
September 18, 2008 Learn » Re: compiling lua | |||
|---|---|---|---|
| |||
...h (to force usa of custom popen):
#elif defined(LUA_WIN)
#ifdef WITH_POPEN
#define... | |||
September 17, 2008 Learn » testing if an instance is a subclass of a given class | |||
|---|---|---|---|
| |||
...item), Base):
item.on_value_changed(True)
elif issubclass(type(item), Group):
item.on_last... | |||
August 16, 2008 General » Re: The Death of D. (Was Tango vs Phobos) | |||
|---|---|---|---|
| |||
...file consisting of dozens of bizarre #ifdef ... #elif etc. logic. Or worse, need a massive... | |||
February 05, 2008 c++.stlsoft » Re: Patch to winstl/registry/reg_value.hpp | |||
|---|---|---|---|
| |||
...MANAGED */ # define STLSOFT_STDCALL __stdcall -#elif defined(_M_IA64) +#elif defined(_M_IA64) || defined(_M... | |||
Copyright © 1999-2021 by the D Language Foundation