Jump to content

Ira™

Banned
  • Posts

    127
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Ira™

  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.
  9. I checked those files. There is no problem with them.
  10. What help do you need, woman? Do not you understand that your files are destroyed, we know where to what kind of files you have. There may be 100 causes, if you do not check files, I would not know. Post the entire source if you want and fix it for you
  11. [Hidden Content] it has super optimized. Good luck with project.
  12. Alina said to show us syserr. What's so hard? For this si syserr created, to tell you where is the problem. Soo, show that syserr.
  13. property. You unpacked and packed again property?
  14. It's the api tool You dont have in : a password ADMINPAGE_PASSWORD: the default password is SHOWMETHEMONEY and if you don't have , he use default to login with api tool.
  15. What bug is this? How manifest?
  16. gcc -shared -o lib.so main.o gcc - Default compiler (g++ for c++codes) -shared (tell the compiler to make .so ) -o (Creating object files) lib.so (name of libray and extension) main.o (Target .cpp/.c /.cc)
  17. Hard, very hard. Event with the source posted by me, hard ....
×
×
  • 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.