andromedarabbit / earlgrey

High performance online gaming server engine.
2 stars 1 forks source link

DoRtcInitialization 컴파일 안 되는 듯 #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
{{{
void
DoRtcInitialization()
{
#ifdef __MSVC_RUNTIME_CHECKS // Defined when one of the /RTC compiler
options is specified.
}}}

__MSVC_RUNTIME_CHECKS 가 정의되어야 DoRtcInitialization의 코드가 
컴파일된
다. 그리고 /RTC 컴파일러 옵션이 지정되면 
__MSVC_RUNTIME_CHECKS가 정의된다는
데 실제로는 그렇지 않은 듯 하다. 정확히 확인해보고 
문제를 고쳐야 한다.

Original issue reported on code.google.com by kaistizen on 8 Apr 2010 at 2:33