Jump to content

How To - Update your Client from LibJpeg 6B to LibJpeg 9A


Recommended Posts

  • Premium

M2 Download Center

This is the hidden content, please
( Internal )

Hey guys

 

Today i wanna show you how you can Update your Client. Its a Simple Tuorial but i dont see it here so i post it.

At first for all of you they dont know for what we libjpeg use look this

http://en.wikipedia.org/wiki/Libjpeg

 

So Lets Start

First of all open your Client Source and open the File JpegFile.cpp and search for

 
#include <libjpeg-6b/jpeglib.h>

#include <libjpeg-6b/jpegLibLink.h>[/php]

 

and replace with that

[php]#include <libjpeg-9a/jpeglib.h>
#include <libjpeg-9a/jpegLibLink.h>

 

As Next Download this Files

https://mega.co.nz/#!zohkxByA!a5sf5W9WVtBXwCkFAoyvvfvlTtw_V5Mr2JGf1LUFZqE

This is the hidden content, please

 

Then put the libjpeg-9a Folder in your include folder and libjpeg-9aMT.lib, libjpeg-9aMTd.lib in your lib Folder

Now Compile your Exe and you are done

  • Metin2 Dev 59
  • kekw 3
  • Angry 1
  • Not Good 1
  • Confused 1
  • Good 20
  • Love 2
  • Love 34
Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...

Error    293    error LNK2001: unresolved external symbol ___report_rangecheckfailure    libjpeg-9aMT.lib
Error    294    error LNK2001: unresolved external symbol ___report_rangecheckfailure    libjpeg-9aMT.lib

Error    295    error LNK2001: unresolved external symbol ___report_rangecheckfailure    libjpeg-9aMT.lib

Error    296    error LNK2001: unresolved external symbol ___report_rangecheckfailure    libjpeg-9aMT.lib

Error    297    fatal error LNK1120: 1 unresolved externals    Distribute/metin2client.exe

I HAVE edited jpegfile.cpp and  file in lib and include what wrong?

Link to comment
Share on other sites

  • 11 months later...
  • 3 months later...
  • 6 months later...
  • 4 weeks later...
On 12/26/2014 at 7:50 PM, Ocelot2606 said:

Hey guys

 

Today i wanna show you how you can Update your Client. Its a Simple Tuorial but i dont see it here so i post it.

 

At first for all of you they dont know for what we libjpeg use look this

 

http://en.wikipedia.org/wiki/Libjpeg

 

So Lets Start

 

First of all open your Client Source and open the File JpegFile.cpp and search for

 

 

 

#include <libjpeg-6b/jpeglib.h>

#include <libjpeg-6b/jpegLibLink.h>[/php]

 

 

and replace with that

 

 

#include <libjpeg-9a/jpeglib.h>
#include <libjpeg-9a/jpegLibLink.h>

 

 

As Next Download this Files

 

https://mega.co.nz/#!zohkxByA!a5sf5W9WVtBXwCkFAoyvvfvlTtw_V5Mr2JGf1LUFZqE

 

This is the hidden content, please

 

Then put the libjpeg-9a Folder in your include folder and libjpeg-9aMT.lib, libjpeg-9aMTd.lib in your lib Folder

 

Now Compile your Exe and you are done

the download link is deleted !

Link to comment
Share on other sites

  • 2 months later...
  • 7 months later...
  • 5 years later...

Announcements



×
×
  • 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.