Search:

Type: Posts; User: kotacoder

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    8,763

    Okay I'm going to try and search namespace with...

    Okay I'm going to try and search namespace with packet.hpp and see if the declaration is within the namespace


    You are exactly right, I have little knowledge when it comes to c++ coding but I'm...
  2. Replies
    19
    Views
    8,763

    How do I go about that?

    How do I go about that?
  3. Replies
    19
    Views
    8,763

    Okay the reason I wrote that line of code is...

    Okay the reason I wrote that line of code is because I'm working on a open source program and it requires me to fix a couple things


    I have no idea what Sequence or what the line of code does,...
  4. Replies
    19
    Views
    8,763

    Ok sorry for the misunderstanding, also thank you...

    Ok sorry for the misunderstanding, also thank you very much for helping me I am noob -.- when it comes to programming haha but I am learning slowly


    Honestly I'm not for sure even myself what...
  5. Replies
    19
    Views
    8,763

    error : 'Sequence' was not declared in this scope...

    error : 'Sequence' was not declared in this scope




    How would I declare Sequence before this line



    sequence = Sequence ();
  6. Replies
    19
    Views
    8,763

    Meaning how would I declare 'Sequence' in this...

    Meaning how would I declare 'Sequence' in this code



    std::string PacketBuilder::Get()
    {
    std::string retdata;
    util::pairchar id = PacketProcessor::EPID(this->id);
    ...
  7. Replies
    19
    Views
    8,763

    Sorry #include "packet.hpp" is already in my code...

    Sorry #include "packet.hpp" is already in my code so I'm guessing Sequence isn't declared like I thought it was.. so how would I declare Sequence in the original code that I posted earlier?
  8. Replies
    19
    Views
    8,763

    Yes it is declared in another file called...

    Yes it is declared in another file called packet.hpp so how do I go about a forward declaration, before calling it?

    Could you give me an example please?
  9. Replies
    19
    Views
    8,763

    Sorry I wasn't actually copying and pasting error...

    Sorry I wasn't actually copying and pasting error message, it actually is

    error : 'Sequence' was not declared in this scope

    With a capital S instead of lowercase

    I tried to rebuild the...
  10. Replies
    19
    Views
    8,763

    The line is /// sequence = Sequence (); ...

    The line is ///


    sequence = Sequence ();


    The error is ///

    error : 'sequence' was not declared in this scope
  11. Replies
    19
    Views
    8,763

    was not declared in this scope

    std::string PacketBuilder::Get()
    {
    std::string retdata;
    util::pairchar id = PacketProcessor::EPID(this->id);
    util::quadchar length = PacketProcessor::ENumber(this->length + 2 + (id[1]...
  12. Update : I needed the DLLs out of mingw/bin ...

    Update : I needed the DLLs out of mingw/bin


    It works now thank you stahta01
  13. What DLLs do you think I need?

    What DLLs do you think I need?
  14. Also it runs via code blocks.. but not by the...

    Also it runs via code blocks.. but not by the .exe in folder on desktop
  15. Cannot start application correctly 0xc00007b

    Recently getting this error when trying to open .exe of compiled source code. Everything compiles fine but when I go to open the program it gives me error : cannot start application correctly...
  16. Replies
    1
    Views
    6,219

    Unique_ptr.h note: declared here

    Here is the line of code


    Template<typename> class auto_ptr;


    Here is the error


    Error // Note: declared here
  17. Update : I've got the program to compile and...

    Update :

    I've got the program to compile and run successfully without crashing


    Now I've having the problem ( windows cannot find .exe please make sure you typed the name correctly
  18. Oh and thank you Salem for your help 🙂 you are...

    Oh and thank you Salem for your help 🙂 you are awesome!
  19. To your previous question : the compiled...

    To your previous question :


    the compiled version is different from what I want to do because without what I want to do there is only a 15 percent chance success rate to login to a server
  20. Thank you very much Salem for your reply. I...

    Thank you very much Salem for your reply.

    I accidently deleted this the first time I posted so let's try this again

    I would love to study and put tons of time into this but recently I've lost...
  21. It does compile perfectly with a clean version of...

    It does compile perfectly with a clean version of the packet processor which would be packet.cpp in my files and it does compile perfectly..
  22. Are you going to be able to help me anymore?

    Are you going to be able to help me anymore?
  23. Thank you for your help and your reply it means a...

    Thank you for your help and your reply it means a lot. I am looking to learn instead of a quick fix although the quick fix would be nice but I still would like to learn
  24. Replies
    1
    Views
    2,963

    Looking for some help 1 on 1

    I'm getting this error when trying to compile my c++ program, does anyone know where to start to fix this? Undefined reference to `PacketProcessor: :SetSeqStart (unsigned char)'|


    when trying to...
  25. ty for your reply and here is the link EOSERV ::...

    ty for your reply and here is the link EOSERV :: Forum :: Lounge 2.0 :: EOBOT issues I'm going to try your advice and I will let you know what happens (EDIT) so I should put it together like this...
Results 1 to 25 of 35
Page 1 of 2 1 2