Dreadii Posted September 22, 2011 Report Share Posted September 22, 2011 i preffer vc++ 2010 more than 2009. for TC... for any other c++ programms i use c++ 2009 Link to comment Share on other sites More sharing options...
Chazy Chaz Posted September 22, 2011 Report Share Posted September 22, 2011 But tc is 100% compatible (like 2008) with 2010 ver ?? Link to comment Share on other sites More sharing options...
Machiavelli Posted September 22, 2011 Report Share Posted September 22, 2011 Yes, just tell Cmake to generate build files based on the compiler you have installed. Also, there is no VC++/VS 2009, there's 2008 (also refered to as VC9). Link to comment Share on other sites More sharing options...
Chazy Chaz Posted September 22, 2011 Report Share Posted September 22, 2011 those?? theres something wrong... any idea why it happen?? Link to comment Share on other sites More sharing options...
Odilon Posted September 22, 2011 Report Share Posted September 22, 2011 Visual C++ 2008 64 != Visual C++ 2008 Express Edition El proyecto consta en su totalidad de configuraciones que necesitan soporte para plataformas que no est n instaladas en este equipo. El proyecto no se puede cargar. Express don't have native 64 bits support. Link to comment Share on other sites More sharing options...
Chazy Chaz Posted September 22, 2011 Report Share Posted September 22, 2011 ok, so VC cant compile nothing in 64 bits? what compiler i can use for compile tc in 64 bits? Link to comment Share on other sites More sharing options...
epicblood Posted September 22, 2011 Report Share Posted September 22, 2011 Someone has to know how to do this Link to comment Share on other sites More sharing options...
Odilon Posted September 22, 2011 Report Share Posted September 22, 2011 You need the full version of VC, not the Express. I only test 32bits on Windows. When I need a 64bit compilation I use a Ubuntu 64 VM. Link to comment Share on other sites More sharing options...
Chazy Chaz Posted September 22, 2011 Report Share Posted September 22, 2011 the full version is on visual studio? or theres a pay version? Link to comment Share on other sites More sharing options...
dfighter Posted September 22, 2011 Report Share Posted September 22, 2011 the full version is on visual studio? or theres a pay version? Yes there is. However you don't really need the 64bit versions anyways... 32bit programs run just fine on 64bit OS. You only actually need 64bit software if you run out of memory that fits into the 32bit address space... Link to comment Share on other sites More sharing options...
cca Posted September 22, 2011 Report Share Posted September 22, 2011 TC compiles and works perfect on Debian and Win7 X64 with version 64b For Win7, I use the Microsoft Visual Studio 2010 Professional and Win64OpenSSL-1_0_0d. Link to comment Share on other sites More sharing options...
Chazy Chaz Posted September 22, 2011 Report Share Posted September 22, 2011 but u paid for the license of profesional version no? or googling hehe mmm and theres any difference between 32 and 64bits? more stable or more performance?? more powerfull! xD Link to comment Share on other sites More sharing options...
cca Posted September 22, 2011 Report Share Posted September 22, 2011 Of course the 64 bits version is better. About the license .. is paid. I do not know if you have not paid alternative. Link to comment Share on other sites More sharing options...
Chazy Chaz Posted September 23, 2011 Report Share Posted September 23, 2011 ok thx, so installing profesional version i'll can compile tc in 64 bits? and i only need "openssl 64bits + cmake" to run the config and generate? Link to comment Share on other sites More sharing options...
cca Posted September 23, 2011 Report Share Posted September 23, 2011 You will always need cmake. Remember to select the correct compiler in cmake. Link to comment Share on other sites More sharing options...
Chazy Chaz Posted September 23, 2011 Report Share Posted September 23, 2011 ok thx guy! now i can compile it!! Link to comment Share on other sites More sharing options...
Machiavelli Posted September 23, 2011 Report Share Posted September 23, 2011 --- Canned message startIt appears the issue in the original post was solved, so this thread shall be closed. Should you encounter any other difficulties, please open a new thread.--- Canned message end --- Link to comment Share on other sites More sharing options...
SoRiN Posted September 24, 2011 Report Share Posted September 24, 2011 [100%] Built target worldserver_pch_dephelp [100%] Built target pch_Generate_worldserver make[2]: *** No rule to make target `/usr/lib/libz.so', needed by `src/server/worldserver/worldserver'. Stop. make[1]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2 make: *** [all] Error 2 I use centos 5 32 bit Who knows what the problem is? Link to comment Share on other sites More sharing options...
Athena Posted September 24, 2011 Report Share Posted September 24, 2011 Are we psichic? read my signature and post a proper topic help. Link to comment Share on other sites More sharing options...
SoRiN Posted September 24, 2011 Report Share Posted September 24, 2011 I dont have time for your post and rules , just help me who know Link to comment Share on other sites More sharing options...
Athena Posted September 24, 2011 Report Share Posted September 24, 2011 If you don't have time for my post and rules... then i don't have time to help you! Topic closed! 1 Link to comment Share on other sites More sharing options...
SoRiN Posted September 24, 2011 Report Share Posted September 24, 2011 [100%] Built target worldserver_pch_dephelp [100%] Built target pch_Generate_worldserver make[2]: *** No rule to make target `/usr/lib/libz.so', needed by `src/server/worldserver/worldserver'. Stop. make[1]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2 make: *** [all] Error 2 I use centos 5 32 bit Who knows what the problem is? Link to comment Share on other sites More sharing options...
Athena Posted September 24, 2011 Report Share Posted September 24, 2011 You are exceding my pacience! 2 Link to comment Share on other sites More sharing options...
Marty Posted September 27, 2011 Report Share Posted September 27, 2011 hi all i have this err every time wen compile (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x50DC7DD1:0x70FC7064]', line 183) To work around this problem, try simplifying or changing the program near the locations listed above. Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information i don have F My OS is Windows Server 2003 Enterprise x86 pls help me i never have this err :S Link to comment Share on other sites More sharing options...
Athena Posted September 27, 2011 Report Share Posted September 27, 2011 - What is your O.S. version? - What is your core version? (There is no "last version", usualy we do more than 1 commit daily, so post your correct core version) - Where did you grab it? - Did you compiled yourself? (repacks aren't suported) - Do you have all dependency's correctly installed? - What are their versions? (Same as the core, each linux flavour (by example) has his owns versions. So even if you are on windows, tell us the versions) - Did you Follow our wiki? - Did you correctly updated the databases? - What is your MySQL Server version? (There is no "latest version") - What is your MySQL Client Version? (There is no "latest version", and i mean the library's) - Is your MySQL correctly configured and running? - What is your MySQL client? (SQLyog? MySQL command line? etc.. NOTE: please, don't use navicat) - Did you opened the necessary ports? - Do you have any custom patches in the core? Which ones? Did you try without them? Link to comment Share on other sites More sharing options...
Recommended Posts