building libjpeg with Visual Studio 2005

  • Thread starter Thread starter rockypg
  • Start date Start date
R

rockypg

Guest
Hi,

Im trying to build the static jpeg library from IJG code. Their instructions are for Developer Studio 4.2 and are a tad bit outdated:

Code Snippet


1. Copy jconfig.vc to jconfig.h, makelib.ds to jpeg.mak, and

makeapps.ds to apps.mak. (Note that the renaming is critical!)

2. Click on the .mak files to construct project workspaces.

(If you are using DevStudio more recent than 4.2, you'll probably

get a message saying that the makefiles are being updated.)







When I do double-click the .mak file, Visual studio conversion wizard comes up. But when I click finish, it throws the following error:

Code Snippet

The following error has occurred during XML parsing:

File: C:\Documents and Settings\...\Desktop\jpegsr6b\jpeg-6b\jpeg.vcproj
Line: 8
Column: 13
Error Message:
Element 'Platforms' cannot be empty according to the DTD/Schema.

The file 'C:\Documents and Settings\...\Desktop\jpegsr6b\jpeg-6b\jpeg.vcproj' has failed to load.


What am I doing wrong?

Thanks in advance,
R

Continue reading...
 
Back
Top