C++ error pls help

Results 1 to 6 of 6
  1. #1
    Apprentice sevie51 is offline
    MemberRank
    Apr 2009 Join Date
    7Posts

    C++ error pls help

    i keep getting c++ error how can i fix it i evenreinstal it a million time but i keep getting that error


  2. #2
    Proficient Member Mike567 is offline
    MemberRank
    Mar 2008 Join Date
    192Posts

    Re: C++ error pls help

    why don't try to uninstall it...

    then install it carefully

    guide are here... from the mega guide.... akai post it...

    After that's done, run the program. (Default path is C:\Dev-Cpp ). Now you need the libmysql package. So inside DEV C++, go to the menu "Tools>Check for updates/packages" and select the "devpacks" mirror. Then click "Check for updates" after the list is complete, search through and find "libmysql" and select it and click "Download Selected". After it downloads it will install, so let it install.

    After the libmysql package is installed, we need to change a few lib paths. Open up your project (such as worldserver.dev, which can be found in the "worldserver" folder) Go to menu "Project>project option".
    2. Go to "parameters" tab and change the "C:/DeAv-Cpp/lib/libws2_32.a" and "C:/Dev-Cpp/lib/libmysql.a"
    for you correct path.

    Open DEV C++ and in the menu go to "Project>Project Option". Then go to the tab "Parameters" and change the "C:/Dev-Cpp/lib/libws2_32.a" and "C:/Dev-Cpp/lib/libmysql.a" to their correct paths, (look for files in the "lib" folder, and just copy and path).

    Now, to compile the .exe, open the .dev (loginserver.dev, charserver.dev, worldserver.dev) and click on the menu "Execute>Rebuild All". And you have the .exe inside the sources folder!

  3. #3
    Last of the OsRose Devs Purpleyouko is offline
    MemberRank
    Oct 2006 Join Date
    Missouri USALocation
    2,161Posts

    Re: C++ error pls help

    Quote Originally Posted by sevie51 View Post
    i keep getting c++ error how can i fix it i evenreinstal it a million time but i keep getting that error
    What error????

    This is about as much use as calling a mechanic in another continent than the one you live in and saying "My car is broken. how can i fix it?" without even telling him what the model is or how it's broken.

    if you want support provide details of teh problem

  4. #4
    Apprentice sevie51 is offline
    MemberRank
    Apr 2009 Join Date
    7Posts

    Re: C++ error pls help

    trose in rose online how can i fix it

  5. #5
    Last of the OsRose Devs Purpleyouko is offline
    MemberRank
    Oct 2006 Join Date
    Missouri USALocation
    2,161Posts

    Re: C++ error pls help

    Quote Originally Posted by sevie51 View Post
    trose in rose online how can i fix it
    A trose error?

    What has that got to do with C++?

    That just means your server sent a bad packet to the client. usually happens when you use incompatible server and client like osrose rev 80 with the latest NA rose client. they are not compatible.

  6. #6
    Apprentice izord is offline
    MemberRank
    Jan 2009 Join Date
    11Posts

    Re: C++ error pls help

    Quote Originally Posted by sevie51 View Post
    trose in rose online how can i fix it
    i lold .



Advertisement