Jump to content

Volvox

Active Member
  • Posts

    249
  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    0%

Everything posted by Volvox

  1. Am Bsp. von pet_evo erklärt. Dein Compiler sagt ja, er kann nullpointer (NULL) nicht mit int (pet_evo) vergleichen. Is ja auch richtig. Als was is pet_evo definiert ? int pet_evo = petSystem->GetEvolution(); Ah ein int. Was gibt GetEvolution zurück ? DWORD GetEvolution() { return m_dwevolution; } Passt also auch Was ist zu tun ? if (0 == pet_evo)
  2. very nice. A rework of the switch bot is now on my todo list
  3. Hey ? I have one problem with all this. My code in CRenderTarget.cpp All "ChangeXY" functions are original. I cant see acce with vnum > 85020.
  4. yeah. Allready have some expierience with vs19 and Metin2 ive also recompiled libjpeg successfull with miniGW
  5. Hi, I successfully build my binary with debug. But when i wanna build it, in distribute / release, then ive got some error. Fehler LNK2001 Nicht aufgelöstes externes Symbol ""public: void __thiscall SpherePack::LostChild(class SpherePack *)" (?LostChild@SpherePack@@QAEXPAV1@@Z)". UserInterface ...\vs_files\UserInterface\EterLib.lib(GrpObjectInstance.obj) 1 There is no EterLib in UserInterface. EterLib is an project just like UserInterface. EterLib can be build successfully. SphereLib is another project. This can also be build. What ive done: All 16 projects got the same include/ library UserInterface got alle dependencies CullingManager is the only file (h & cpp) that use spherepack in EterLib. I can see that LostChild is just used on these points But these files are only in SphereLib if i comment this line, then it will build. But does not start anymore So maybe someone can explain me, what all about this linking and dependencies *** Fixxed:*** [Hidden Content] I had to add spherelib to UserInterface manually. IDK why, but it work ^^
  6. Volvox

    Hunting

    can someone translate it into Englisch ?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.