diff --git a/ediv/src/stub/dll.c b/ediv/src/stub/dll.c index 01bf91f..614ad33 100644 --- a/ediv/src/stub/dll.c +++ b/ediv/src/stub/dll.c @@ -27,6 +27,7 @@ #include #endif +#include #include #include #include "dll.h" diff --git a/ediv/src/visual c 6/ediv/ediv.plg b/ediv/src/visual c 6/ediv/ediv.plg index 5ff617b..86a0bd8 100644 --- a/ediv/src/visual c 6/ediv/ediv.plg +++ b/ediv/src/visual c 6/ediv/ediv.plg @@ -6,11 +6,81 @@ --------------------Configuration: ediv - Win32 Debug--------------------

Command Lines

+Creating temporary file "C:\WINDOWS\TEMP\RSPA070.TMP" with contents +[ +/nologo /MD /W3 /Gm /GX /ZI /Od /I "..\..\..\inc" /I "..\..\shared" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/ediv.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c +"C:\Temp\ediv\ediv\src\ediv\edivcfg\dictionary.c" +"C:\Temp\ediv\ediv\src\ediv\edivcfg\e_error.c" +"C:\Temp\ediv\ediv\src\ediv\edivcfg\edivcfg.c" +"C:\Temp\ediv\ediv\src\ediv\edivcfg\mainparse.c" +"C:\Temp\ediv\ediv\src\ediv\edivcfg\strlib.c" +"C:\Temp\ediv\ediv\src\ediv\compiler.c" +"C:\Temp\ediv\ediv\src\shared\dll_load.c" +"C:\Temp\ediv\ediv\src\ediv\ediv.c" +"C:\Temp\ediv\ediv\src\ediv\ediv_export.c" +"C:\Temp\ediv\ediv\src\ediv\encrypt.c" +"C:\Temp\ediv\ediv\src\ediv\expresion.c" +"C:\Temp\ediv\ediv\src\ediv\language.c" +"C:\Temp\ediv\ediv\src\ediv\listados.c" +"C:\Temp\ediv\ediv\src\ediv\lower.c" +"C:\Temp\ediv\ediv\src\ediv\ltlex.c" +"C:\Temp\ediv\ediv\src\ediv\modulos.c" +"C:\Temp\ediv\ediv\src\ediv\parser.c" +"C:\Temp\ediv\ediv\src\ediv\varindex.c" +] +Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPA070.TMP" +Creating temporary file "C:\WINDOWS\TEMP\RSPA071.TMP" with contents +[ +kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdlmain.lib sdl.lib ws2_32.lib zlib.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/ediv.pdb" /debug /machine:I386 /out:"..\..\..\bin\ediv.exe" /pdbtype:sept /libpath:"..\..\..\lib" +".\Debug\dictionary.obj" +".\Debug\e_error.obj" +".\Debug\edivcfg.obj" +".\Debug\mainparse.obj" +".\Debug\strlib.obj" +".\Debug\compiler.obj" +".\Debug\dll_load.obj" +".\Debug\ediv.obj" +".\Debug\ediv_export.obj" +".\Debug\encrypt.obj" +".\Debug\expresion.obj" +".\Debug\language.obj" +".\Debug\listados.obj" +".\Debug\lower.obj" +".\Debug\ltlex.obj" +".\Debug\modulos.obj" +".\Debug\parser.obj" +".\Debug\varindex.obj" +] +Creating command line "link.exe @C:\WINDOWS\TEMP\RSPA071.TMP" +

Output Window

+Compiling... +dictionary.c +e_error.c +edivcfg.c +mainparse.c +c:\temp\ediv\ediv\src\ediv\edivcfg\mainparse.c(304) : warning C4018: '==' : signed/unsigned mismatch +strlib.c +compiler.c +dll_load.c +ediv.c +c:\temp\ediv\ediv\src\ediv\ediv.c(210) : warning C4018: '<=' : signed/unsigned mismatch +ediv_export.c +encrypt.c +expresion.c +language.c +listados.c +lower.c +ltlex.c +modulos.c +parser.c +varindex.c +Linking... +LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library

Results

-ediv.exe - 0 error(s), 0 warning(s) +ediv.exe - 0 error(s), 3 warning(s) diff --git a/ediv/src/visual c 6/encrypt/encrypt.plg b/ediv/src/visual c 6/encrypt/encrypt.plg index add371b..0e0fb82 100644 --- a/ediv/src/visual c 6/encrypt/encrypt.plg +++ b/ediv/src/visual c 6/encrypt/encrypt.plg @@ -6,18 +6,18 @@ --------------------Configuration: encrypt - Win32 Debug--------------------

Command Lines

-Creating temporary file "C:\WINDOWS\TEMP\RSP9223.TMP" with contents +Creating temporary file "C:\WINDOWS\TEMP\RSPA030.TMP" with contents [ /nologo /MD /W3 /Gm /GX /ZI /Od /I "..\..\..\inc" /I "..\..\shared" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/encrypt.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c "C:\Temp\ediv\ediv\src\encrypt\encrypt.c" ] -Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP9223.TMP" -Creating temporary file "C:\WINDOWS\TEMP\RSP9224.TMP" with contents +Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPA030.TMP" +Creating temporary file "C:\WINDOWS\TEMP\RSPA031.TMP" with contents [ zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sdlmain.lib sdl.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/encrypt.pdb" /debug /machine:I386 /out:"..\..\..\bin\encrypt.exe" /pdbtype:sept /libpath:"..\..\..\lib" ".\Debug\encrypt.obj" ] -Creating command line "link.exe @C:\WINDOWS\TEMP\RSP9224.TMP" +Creating command line "link.exe @C:\WINDOWS\TEMP\RSPA031.TMP"

Output Window

Compiling... encrypt.c diff --git a/ediv/src/visual c 6/stub/stub.plg b/ediv/src/visual c 6/stub/stub.plg index 6f20475..2b8986a 100644 --- a/ediv/src/visual c 6/stub/stub.plg +++ b/ediv/src/visual c 6/stub/stub.plg @@ -6,13 +6,13 @@ --------------------Configuration: stub - Win32 Debug--------------------

Command Lines

-Creating temporary file "C:\WINDOWS\TEMP\RSP4095.TMP" with contents +Creating temporary file "C:\WINDOWS\TEMP\RSPB015.TMP" with contents [ /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\inc" /I "..\..\shared" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/stub.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c -"C:\Temp\ediv\ediv\src\stub\modulos.c" +"C:\Temp\ediv\ediv\src\stub\dll.c" ] -Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP4095.TMP" -Creating temporary file "C:\WINDOWS\TEMP\RSP4096.TMP" with contents +Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPB015.TMP" +Creating temporary file "C:\WINDOWS\TEMP\RSPB016.TMP" with contents [ sdlmain.lib sdl.lib zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/stub.pdb" /debug /machine:I386 /out:"..\..\..\bin\stub.exe" /pdbtype:sept /libpath:"..\..\..\lib" ".\Debug\dll.obj" @@ -27,20 +27,20 @@ sdlmain.lib sdl.lib zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comd ".\Debug\stub.obj" ".\Debug\varindex.obj" ] -Creating command line "link.exe @C:\WINDOWS\TEMP\RSP4096.TMP" +Creating command line "link.exe @C:\WINDOWS\TEMP\RSPB016.TMP"

Output Window

Compiling... -modulos.c +dll.c Linking... LINK : LNK6004: ..\..\..\bin\stub.exe not found or not built by the last incremental link; performing full link LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library -Creating temporary file "C:\WINDOWS\TEMP\RSP40C0.BAT" with contents +Creating temporary file "C:\WINDOWS\TEMP\RSPB043.BAT" with contents [ @echo off cd ..\..\..\bin makelib win32.rel ] -Creating command line "C:\WINDOWS\TEMP\RSP40C0.BAT" +Creating command line "C:\WINDOWS\TEMP\RSPB043.BAT" STUB_SIZE: 196677