Displaying 2 results from an estimated 2 matches for "static_release".
2001 Jan 27
0
Vorbis with BCB
.../FD /c
And:
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
odbc32.lib odbccp32.lib ogg_static.lib vorbis_static.lib
vorbisenc_static.lib /nologo /subsystem:console /machine:I386
/libpath:"c:\src\ogg\win32\Static_Release"
/libpath:"c:\src\vorbis\win32\Static_Release"
Once getting by those issues, I get these errors:
[C++ Error] oggenc.cpp(201): E2034 Cannot convert 'void *' to 'char
*'.
[C++ Error] oggenc.cpp(214): E2034 Cannot convert 'void *' to 'char
*'.
[C++ E...
2007 Oct 09
1
VC6 Patch
...building
again.
Aaron
-------------- next part --------------
Index: win32/theora_static.dsp
===================================================================
--- win32/theora_static.dsp (revision 13945)
+++ win32/theora_static.dsp (working copy)
@@ -41,7 +41,7 @@
# PROP Intermediate_Dir "Static_Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\ogg\include" /I "..\..\theora\include" /D "WIN32" /D &q...