Can't link with SDL 1.2.3

Hi!

I’ve a big problem with SDL 1.2.3 :frowning:
when I replace .dll and .lib 1.2.0 with 1.2.3, and I try to compil,VC++ say:
.\SDL.lib : fatal error LNK1106: invalid file or disk full: cannot seek to
0x3beb46c3
Error executing link.exe.

Of course my disk is not full…

I use Windows xp and VC++ 5.0

Have you an idea?

Sorry for this bad english… I’m french…

Am Freitag, 16. November 2001 15:09 schrieben Sie:

I use Windows xp and VC++ 5.0

The .lib was probably compiled for VC++ 6.0. Get the latest service pack for
5.0 from Microsoft (I’m afraid it’s a hefty download) and you should be fine.

cu,
Nicolai

Nicolai H??hnle wrote:

Am Freitag, 16. November 2001 15:09 schrieben Sie:

I use Windows xp and VC++ 5.0

The .lib was probably compiled for VC++ 6.0. Get the latest service pack for
5.0 from Microsoft (I’m afraid it’s a hefty download) and you should be fine.

For 5.0, I was having problems linking on win2k - some internal linker
problem. I got around that by changing the linker to incremental.

Bill May

Am Freitag, 16. November 2001 15:09 schrieben Sie:

I use Windows xp and VC++ 5.0

The .lib was probably compiled for VC++ 6.0. Get the latest service pack for
5.0 from Microsoft (I’m afraid it’s a hefty download) and you should be fine.

That’s correct. You can also download the source and compile the library
yourself.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment