Show whole topic Aug 23, 2008 6:58 pm
shaktazuki Offline
Mitglied
Registered since: Apr 30, 2008
Location: -


Subject: Re: File types and explanations, game rules
I'm trying... is tortoise svn the same as tortoiseCVS? Can you guys maybe translate the tutorial into english? I'm not having any luck compiling sdl_mixer, and haven't tried sdl_net.

Here's what I get with sdl_mixer:

------ Build started: Project: playmus, Configuration: Debug Win32 ------
Linking...
LINK : fatal error LNK1104: cannot open file '..\Release\SDL_mixer.lib'
Build log was saved at "file://c:\SDL_mixer-1.2.8\VisualC\playmus\Debug\BuildLog.htm"
playmus - 1 error(s), 0 warning(s)
------ Build started: Project: playwave, Configuration: Debug Win32 ------
Linking...
LINK : fatal error LNK1104: cannot open file '..\Release\SDL_mixer.lib'
Build log was saved at "file://c:\SDL_mixer-1.2.8\VisualC\playwave\Debug\BuildLog.htm"
playwave - 1 error(s), 0 warning(s)
------ Build started: Project: SDL_mixer, Configuration: Debug Win32 ------
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
.\Version.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'.
Build log was saved at "file://c:\SDL_mixer-1.2.8\VisualC\Debug\BuildLog.htm"
SDL_mixer - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 3 failed, 3 up-to-date, 0 skipped ==========

Neither AFXRES.H nor SDL_mixer.lib are on my HDD...? It appears the problem is AFXRES.H . I have the Microsoft SDK 6.0a and 6.1 installed, and am using VC++ 9 express.
This post has been edited 2 times. Last edit on Aug 23, 2008 8:21 pm by shaktazuki.