cpp and dll

Results 1 to 11 of 11
  1. #1
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    cpp and dll

    Is it possible to group more that one .cpp file and compile it to .dll


  2. #2
    Valued Member Trimatic is offline
    MemberRank
    Mar 2010 Join Date
    110Posts

    Re: cpp and dll

    Reported. This cannot be tolerated!

  3. #3
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: cpp and dll

    Yes, why it shouldn't be possible?^^

  4. #4
    joe's **** stealhtfire is offline
    MemberRank
    Jul 2008 Join Date
    notwhereiwanttoLocation
    243Posts

    Re: cpp and dll

    Quote Originally Posted by Trimatic View Post
    Reported. This cannot be tolerated!
    wtf is the point of that ?

    anyway it should be possible yes, i cant think of anything why it wouldnt be

  5. #5
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: cpp and dll

    Quote Originally Posted by Trimatic View Post
    Reported. This cannot be tolerated!
    What did I do?

  6. #6
    Member R3apingSaint is offline
    MemberRank
    Feb 2009 Join Date
    60Posts

    Re: cpp and dll

    you can't include a .cpp file, you can include a .h or .hpp file. all you do is add a new file to your project. it's just like the main.cpp or w/e.

  7. #7
    Valued Member Lifeles5 is offline
    MemberRank
    Mar 2008 Join Date
    147Posts

    Re: cpp and dll

    Exactly its possible.
    When you creat more .cpp files inside a project you can make a connection between them with including the same header (.h) file into both of them.
    For example if you want to store a class in a .cpp and you want to store the main function in the main.cpp file, then you should make a .h file which contains the definitions. After that you need to include that .h file to your main.cpp and other .cpp file and whoala :D done!

  8. #8
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: cpp and dll

    Quote Originally Posted by Lifeles5 View Post
    Exactly its possible.
    When you creat more .cpp files inside a project you can make a connection between them with including the same header (.h) file into both of them.
    For example if you want to store a class in a .cpp and you want to store the main function in the main.cpp file, then you should make a .h file which contains the definitions. After that you need to include that .h file to your main.cpp and other .cpp file and whoala :D done!
    I was hoping of bring Clan War Maps and GunzEXPV2 together but it looks like that's not what I bargained for

  9. #9
    Valued Member Lifeles5 is offline
    MemberRank
    Mar 2008 Join Date
    147Posts

    Re: cpp and dll

    If you would have the source both of GunzEXPV2 and the server files it would really easy D:D. But since noone has the source of the server files there's only a little chance to make it possible. Soz :(

  10. #10
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: cpp and dll

    Quote Originally Posted by Lifeles5 View Post
    If you would have the source both of GunzEXPV2 and the server files it would really easy D:D. But since noone has the source of the server files there's only a little chance to make it possible. Soz :(
    it was a .dll GUNZ(something) released so i want it to work for 2007 by comparing addresses and the n inject it,but i hate too much .dlls in a client

  11. #11
    Valued Member Lifeles5 is offline
    MemberRank
    Mar 2008 Join Date
    147Posts

    Re: cpp and dll

    Hmm. I was never interested in ASM so i dont know how it should be done, but making everything shit with dlls is kinda sad but the only way for us. Exactly I've already bored Gunz cause of this because it cant show us anything new. Always the same doesnt matter how many "mod" dlls are released. Game modes and characters are the same. And this is why this game is dying :D.



Advertisement