Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - penguino

Pages: [1]
1
Audio / Re: problems with loading and playing .wav files
« on: November 05, 2012, 09:21:03 pm »
I believe that MSVCR100D.DLL and MSVCP100D.DLL are missing (they are red where it says PI^).
Can you tell me how to fix this?

2
Audio / Re: problems with loading and playing .wav files
« on: October 28, 2012, 08:57:14 pm »
Ok. Now dependency walker keeps giving the following errors and warnings:

Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module

This is keeping me from profiling the application . . . I think.
Is it possible to fix these problems?

3
Audio / Re: problems with loading and playing .wav files
« on: October 28, 2012, 08:19:52 pm »
I tried using dependency walker to find missing dlls. It couldn't find IESHIMS.dll. Is that what is messing up my application?

4
Audio / Re: problems with loading and playing .wav files
« on: October 26, 2012, 07:44:56 pm »
The debugger says:

'sfml.exe': Loaded 'C:\Users\Public\Music\Sample Music\sfml\Debug\sfml.exe', Symbols loaded.
'sfml.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'sfml.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'sfml.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
'sfml.exe': Loaded 'C:\Program Files\Bitdefender\Bitdefender 2013\active virus control\Avc3_00165_008\avcuf32.dll', Cannot find or open the PDB file
The program '[7996] sfml.exe: Native' has exited with code -1073741701 (0xc000007b).

but I did include the correct dlls (openal32.dll;libsndfile-1.dll)  into the executable's directory.
But I don't think I would need to include the audio dll because I linked the static version.

5
Audio / problems with loading and playing .wav files
« on: October 26, 2012, 04:13:59 am »
When I try to run a program that loads and plays a .wav file with SFML 2.0 using Visual Studio 2010 Express I get this error during run time:

The application was unable to start correctly (0xc000007b). Click OK to close the application.

What is wrong and how can I fix this?

Pages: [1]