Jump to content
Eternal Lands Official Forums

Refery

Members
  • Content count

    10
  • Joined

  • Last visited

About Refery

  • Rank
    Rabbit
  1. Cal3D

    Hey ttlanhil, were can i find glu.lib. I can't find that library. Thanks
  2. Cal3D

    Well... i've made that and i've got 17 error and 766 warning. hehehe I'm tired... Many thanks
  3. Cal3D

    Ok... i've made that. The result was a cal3d.dll with 416Kb (is not to small!?). Then when i compile the elc thw result was this: cal.c D:\elc\cal.c(20) : warning C4305: 'function' : truncation from 'const double ' to 'float ' D:\elc\cal.c(30) : warning C4305: 'function' : truncation from 'const double ' to 'float ' D:\elc\cal.c(35) : warning C4305: 'function' : truncation from 'const double ' to 'float ' D:\elc\cal.c(42) : warning C4305: 'function' : truncation from 'const double ' to 'float ' D:\elc\cal.c(231) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data chat.c D:\elc\chat.c(481) : warning C4018: '==' : signed/unsigned mismatch D:\elc\chat.c(681) : warning C4244: 'initializing' : conversion from 'float ' to 'int ', possible loss of data D:\elc\chat.c(903) : warning C4305: 'function' : truncation from 'const double ' to 'float ' D:\elc\chat.c(1039) : warning C4018: '==' : signed/unsigned mismatch consolewin.c D:\elc\chat.c(299) : warning C4761: integral size mismatch in argument; conversion supplied D:\elc\chat.c(299) : warning C4761: integral size mismatch in argument; conversion supplied D:\elc\chat.c(432) : warning C4761: integral size mismatch in argument; conversion supplied D:\elc\chat.c(701) : warning C4761: integral size mismatch in argument; conversion supplied ETC... And Linking... options.obj : error LNK2005: _sit_lock already defined in elconfig.obj options.obj : error LNK2005: _you_sit already defined in elconfig.obj options.obj : error LNK2005: _show_fps already defined in elconfig.obj actor_scripts.obj : error LNK2001: unresolved external symbol _CalMixer_RemoveAction cal.obj : error LNK2001: unresolved external symbol _CalMixer_RemoveAction actor_scripts.obj : error LNK2001: unresolved external symbol _CalCoreAnimation_Scale cal.obj : error LNK2001: unresolved external symbol _CalCoreAnimation_Scale actor_scripts.obj : error LNK2001: unresolved external symbol _CalCoreMesh_Scale ETC... I dont know what i'm doing wrong. I've tryed a lot of thing with no sucess at all. Thanks for the suport.
  4. Cal3D

    Hi have this warnings: cal3d_wrapper.cpp ..\cal3d/cal3d_wrapper.h(139) : warning C4099: 'CalAnimation' : type name first seen using 'class' now seen using 'struct' ..\cal3d/animation.h(22) : see declaration of 'CalAnimation' ..\cal3d/cal3d_wrapper.h(140) : warning C4099: 'CalCoreAnimation' : type name first seen using 'class' now seen using 'struct' ..\cal3d/coreanimation.h(22) : see declaration of 'CalCoreAnimation' ..\cal3d/cal3d_wrapper.h(140) : warning C4099: 'CalAnimation' : type name first seen using 'class' now seen using 'struct' ..\cal3d/animation.h(22) : see declaration of 'CalAnimation' and do on... and: Creating library ..\..\bin\Release/cal3d.lib and object ..\..\bin\Release/cal3d.exp D:\cal3d\cal3d-0.10.0\src\cal3d\cal3d_wrapper.cpp(12): Could not find the file config.h. D:\cal3d\cal3d-0.10.0\src\cal3d\datasource.h(19): Could not find the file config.h. D:\cal3d\cal3d-0.10.0\src\cal3d\global.h(20): Could not find the file config.h. I'm using msvc. Any help? Thanks
  5. Trading

    Ok... i got it! Now it's easy accept the trade! Many thanks!
  6. Trading

    Hi, i'm trying to do a bot... just to waste time... When we click to trade with someone, this code it's executed: i've done a comunication dump, and i've got: 32 XX XX XX XX 32 is TRADE_WITH, and i supose that XX XX XX XX it's de person ID. How can i know it without move the mouse to the top of the person? It's possible?
  7. How To Compile El?

    Yes, the file "e3dlist.txt" was missing on the EL directory. I still have the "Warning D:\El-Dev\Warning .drectve `%.*s' unrecognized", but the program runs without any problem. Many thanks for all, Refery
  8. How To Compile El?

    Many thanks for the help. Almost all the problems is solved, but i still have this warning: Warning: .drectve `%.*s' unrecognized and the executable craches, after start. I saw something like this on the forum... and i'll try to find the post. Thanks
  9. How To Compile El?

    huuummm... i've done that, and i got less errors... i'm almost there!
  10. How To Compile El?

    Hi. I have some experience with c/c++, but i think it is not enough to compile EL. <_< I've downloaded the source code from CVS, and the other stuff from Here. I used the last Dev-C++. But the result is this: I've lost my entire Sunday with this... anybody help?
×