Welcome to the Builder Academy

Question Many MSVC compile error

More
29 Apr 2014 02:53 #4879 by cry1004
HI~

MSVC 2013 compile Many error

Please Log in or Create an account to join the conversation.

More
30 Apr 2014 04:44 #4884 by Cblake
Replied by Cblake on topic Many MSVC compile error
err, that don't really say much.
I use msvc express 2008 on windows 8
I tried express 2010 but got some runtime errors I couldn't find. like a crash when you exited cedit and saved something.

Please Log in or Create an account to join the conversation.

More
30 Apr 2014 14:00 #4886 by cry1004
Replied by cry1004 on topic Many MSVC compile error
sorry.. my MSVC korean langeuage :)

1>protocol.obj : error LNK2019: _alloca 외부 기호(참조 위치: _ExecuteMSDPPair 함수)에서 확인하지 못했습니다.

1>C:\tbamud-3.65\TbaMud\Debug\TbaMud.exe : fatal error LNK1120: 1개의 확인할 수 없는 외부 참조입니다.

1>"C:\tbamud-3.65\TbaMud\TbaMud\TbaMud.vcxproj" 프로젝트를 빌드했습니다(Rebuild 대상). - 실패

Please Log in or Create an account to join the conversation.

More
01 May 2014 12:46 #4888 by cry1004
Replied by cry1004 on topic Many MSVC compile error
I solved this problem.

protocol.c

add
#include <malloc.h>

:)

Please Log in or Create an account to join the conversation.

More
10 May 2014 23:19 #4892 by Cblake
Replied by Cblake on topic Many MSVC compile error
test all the online editors.
when I compiled with 2010 express cedit and one other would crash when saving.
only 2008 made full working code for me

Please Log in or Create an account to join the conversation.

Time to create page: 0.197 seconds