Jump to content

Ira™

Banned
  • Posts

    127
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Ira™ last won the day on July 16 2015

Ira™ had the most liked content!

About Ira™

  • Birthday 09/04/1994

Core X

  • BAN_NOTICE
    Yes

Informations

  • Gender
    Male

Recent Profile Visitors

5839 profile views

Ira™'s Achievements

Enthusiast

Enthusiast (6/16)

  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter
  • First Post

Recent Badges

41

Reputation

  1. #pragma is used only in visual studio. Add in makefile -w at CFLAGS and delete -Wall.
  2. Txt make update to sql, you don't need a convertor
  3. Because you have problem with linking. You are probably not linking to those libraries libs (.so or .a) look at the documentation and see what libs you need to link your program with.The compiler is basically complaining about the fact that you haven't told it which is the constructor for the StandardAnalyser class. You are forward declaring the class but not defining it which doesn't really make sense. If it is defined in the header files then you don't need to forward declare it. If it is a class the you are creating then just forward declaring it is not enough. You need to define the class. You seem to have straddled the fence. namespace Ira { namespace analysis { namespace standard { class StandardAnalyzer; } } } is the forward declaration. It just tells the compiler that the class exists, it doesn't tell the compiler anything about it. The compiler needs a class definition. So, is it a class that is defined in the CIra libraries or is it a class you are creating yourself? Your solution depends on your answer.
  4. INSERT INTO `item_proto` VALUES ('79501', 0x3F, 0x4172726F777320517569766572, '1', '0', '0', '1', '204980', '20', '512', '', '100000', '0', '0', '0', '0', '0', '7', '86400', '0', '0', '0', '0', '0', '0', '0', '0', '17', '4', '0', '25', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0'); INSERT INTO `item_proto` VALUES ('79502', 0x3F, 0x4172726F777320517569766572, '1', '0', '0', '1', '204980', '20', '512', '', '550000', '0', '0', '0', '0', '0', '7', '604800', '0', '0', '0', '0', '0', '0', '0', '0', '17', '4', '0', '25', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0'); INSERT INTO `item_proto` VALUES ('79503', 0x3F, 0x4172726F777320517569766572, '1', '0', '0', '1', '204980', '20', '512', '', '0', '0', '0', '0', '0', '0', '7', '1296000', '0', '0', '0', '0', '0', '0', '0', '0', '17', '4', '0', '25', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0'); INSERT INTO `item_proto` VALUES ('79504', 0x3F, 0x4172726F777320517569766572, '1', '0', '0', '1', '204980', '20', '512', '', '0', '0', '0', '0', '0', '0', '7', '2592000', '0', '0', '0', '0', '0', '0', '0', '0', '17', '4', '0', '25', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0'); Here is, but you musy replace FLAG I don't have that flag in db and item_proto structure, actual type is ITEM_WEAPON (type number 1) . You must generate code flag for : WEAPON_UNLIMITED_ARROW (You must generate number type and replace intro item_proto navicat manually)
  5. Solution : Try by yourself. And ask for help for errors. What is that you ask someone to work for you.What do I mean by that? If you need someone to work for you pays, so you turn to your offering your services. To help / questions post errors, problems occur when trying alone. Do not ask directly, I want that, I want that. I've said before, try alone and i help you ...whit that. All the best. Ira
  6. Sure, I've compiled 64bit long ago. It's easy . What errors you have?
  7. I know this. Can you give me libstdc++.so.6 version 3.4.20. I don't find it. Use brain, install gcc49 and you find in local/lib/gcc49/ And move from lib/gcc49 to /usr/lib Or edit libmap.conf with location local/lib/gcc49/libstdc++.so.6
  8. It is not possible to 34k. Only the source, my offer is still available, look for me on skype. And yes, i cand do this for you. But not on 34k.
×
×
  • 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.