Discussion:
[Clanlib-devel] Pacman example patch for 0.8
Jason Green
2006-01-12 19:47:02 UTC
Permalink
This patch changes the DSP included with the Pacman example - the
ClanLib library names have changed in Windows since Magnus's configure
app revamp.

However, I don't know if hardcoding those .lib names are necessary in
VC6? I know they are not in VS.Net 2003, but I have no idea about VC6.
Either way, the Pacman example doesn't currently build in svn 0.8
without this patch or one like it.
Magnus Norddahl
2006-01-12 23:51:48 UTC
Permalink
Post by Jason Green
However, I don't know if hardcoding those .lib names are necessary in
VC6? I know they are not in VS.Net 2003, but I have no idea about VC6.
Either way, the Pacman example doesn't currently build in svn 0.8
without this patch or one like it.
The pragmas in the header files work for VC6 too. It is more for historical
reasons that the pacman.dsp specifies the lib files in the linker settings
(before I learned about the pragmas this was how it was done).

Best solution is probably to remove the libs from the dsp file.

--
Magnus Norddahl

Loading...