search for: static_debug

Displaying 2 results from an estimated 2 matches for "static_debug".

2004 Oct 09
3
Encoder not linking on win32?
...Here's what I did: 1) Downloaded a clean copy of the latest contents of Subversion using: svn co http://svn.xiph.org/trunk/theora 2) Opened 'theora\win32\theora_static.dsp' in Visual Studio .NET 2003 (automatically converted/upgraded on open) 3) Successfully built 'theora\win32\static_debug\theora_static_d.lib' 4) Recompiled my application using the newest theora headers ... repeat with ogg, vorbis, and speex ... 5) Made some very minor changes to my code so it'd compile (change casting from signed to unsigned chars in a couple places) 6) Linked my application and it faile...
2007 Oct 09
1
VC6 Patch
...lude" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "TH_REALLY_NO_ASSEMBLY" /YX /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -64,7 +64,7 @@ # PROP Intermediate_Dir "Static_Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\ogg\include" /I "..\..\theora\include" /D "W...