OK, here is what happens with last version of Unicon. I'll find somewhere some newer VC, I even think I have license for that, but perhaps someone could comment what happens already.

One question more, did anyone used VC IDE? If yes, then I can ask him to simply zip whole directory with project/workspace files and put somewhere on web so I can download. New version is not necessary.

=======================================================================================
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\WINICON\USER>cd \UNICON\config\win32\msvc
C:\UNICON\config\win32\msvc>w-config
C:\UNICON\config\win32\msvc>call config
C:\UNICON\config\win32\msvc>mkdir ..\..\..\bin
A subdirectory or file ..\..\..\bin already exists.
C:\UNICON\config\win32\msvc>copy makefile.top ..\..\..\makefile
1 file(s) copied.
C:\UNICON\config\win32\msvc>copy DEFINE.H ..\..\..\src\h
1 file(s) copied.
C:\UNICON\config\win32\msvc>copy PATH.H ..\..\..\src\h
1 file(s) copied.
C:\UNICON\config\win32\msvc>copy RSWITCH.C ..\..\..\src\common
1 file(s) copied.
C:\UNICON\config\win32\msvc>rem copy RSWITCH.ASM ..\..\..\src\common
C:\UNICON\config\win32\msvc>copy ICONT.LNK ..\..\..\src\icont
1 file(s) copied.
C:\UNICON\config\win32\msvc>copy ICONX.LNK ..\..\..\src\runtime
1 file(s) copied.
C:\UNICON\config\win32\msvc>echo CONSOLE=NTConsole 1>..\..\..\src\common\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.CMN 1>>..\..\..\src\common\makefile
C:\UNICON\config\win32\msvc>copy MAKEFILE.RTT ..\..\..\src\rtt\makefile
1 file(s) copied.
C:\UNICON\config\win32\msvc>echo ICONX=iconx 1>..\..\..\src\runtime\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.RUN 1>>..\..\..\src\runtime\makefile
C:\UNICON\config\win32\msvc>echo ICONT=icont 1>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>echo CONSOLE=NTConsole 1>>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.T 1>>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>echo ICONT=..\..\bin\icont 1>..\..\..\ipl\lib\makefile
C:\UNICON\config\win32\msvc>type makefile.ipl 1>>..\..\..\ipl\lib\makefile
C:\UNICON\config\win32\msvc>echo ICONT=..\..\bin\icont 1>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo COPY=copy 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo RM=-del 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo EXE=.exe 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo BINDIR=..\..\bin 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo UNICON=..\unicon\unicon 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>type makefile.uni 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo RM=-del 1>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo EXE=.exe 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo BINDIR=..\..\bin 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo UNICON=..\unicon\unicon -G 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo COPY=copy 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo MAKE=nmake 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo IVIB2=ivib2win 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>type makefile.ivb 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo RM=-del 1>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>echo EXE=.exe 1>>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>echo BINDIR=..\..\bin 1>>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>echo UNICON=..\unicon\unicon 1>>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>type ..\..\unix\Config\unilib.mak 1>>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>del ..\..\..\src\icont\*.obj 2>nul
C:\UNICON\config\win32\msvc>del ..\..\..\src\common\*.obj 2>nul
C:\UNICON\config\win32\msvc>del ..\..\..\src\runtime\*.obj 2>nul
C:\UNICON\config\win32\msvc>copy RTT.LNK ..\..\..\src\rtt
1 file(s) copied.
C:\UNICON\config\win32\msvc>type MAKEFILE.WCP 1>..\..\..\src\wincap\makefile
The system cannot find the path specified.
C:\UNICON\config\win32\msvc>type makefile.ide 1>..\..\..\uni\ide\makefile
C:\UNICON\config\win32\msvc>echo #define MSWindows 1 1>>..\..\..\src\h\define.h
C:\UNICON\config\win32\msvc>echo #define FAttrib 1 1>>..\..\..\src\h\define.h
C:\UNICON\config\win32\msvc>echo ICONX=wiconx 1>..\..\..\src\runtime\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.RUN 1>>..\..\..\src\runtime\makefile
C:\UNICON\config\win32\msvc>echo ICONT=wicont 1>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>echo CONSOLE=NOTHING 1>>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.T 1>>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>echo CONSOLE=NOTHING 1>..\..\..\src\common\makefile
C:\UNICON\config\win32\msvc>echo DCONSOLE=dconsole.obj 1>>..\..\..\src\common\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.CMN 1>>..\..\..\src\common\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.WCP 1>..\..\..\src\wincap\makefile
The system cannot find the path specified.
C:\UNICON\config\win32\msvc>echo ICONT=..\..\bin\wicont 1>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo COPY=copy 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo RM=-del 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo EXE=.exe 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo BINDIR=..\..\bin 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo UNICON=..\unicon\unicon 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>type ..\..\unix\Config\unicon.mak 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo ICONT=..\..\bin\wicont -s 1>..\..\..\ipl\lib\makefile
C:\UNICON\config\win32\msvc>type makefile.ipl 1>>..\..\..\ipl\lib\makefile
C:\UNICON\config\win32\msvc>cd \unicon
C:\UNICON>nmake NT-Configure
Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
cd config\win32\msvc
config
C:\UNICON\config\win32\msvc>mkdir ..\..\..\bin
A subdirectory or file ..\..\..\bin already exists.
C:\UNICON\config\win32\msvc>copy makefile.top ..\..\..\makefile
1 file(s) copied.
C:\UNICON\config\win32\msvc>copy DEFINE.H ..\..\..\src\h
1 file(s) copied.
C:\UNICON\config\win32\msvc>copy PATH.H ..\..\..\src\h
1 file(s) copied.
C:\UNICON\config\win32\msvc>copy RSWITCH.C ..\..\..\src\common
1 file(s) copied.
C:\UNICON\config\win32\msvc>rem copy RSWITCH.ASM ..\..\..\src\common
C:\UNICON\config\win32\msvc>copy ICONT.LNK ..\..\..\src\icont
1 file(s) copied.
C:\UNICON\config\win32\msvc>copy ICONX.LNK ..\..\..\src\runtime
1 file(s) copied.
C:\UNICON\config\win32\msvc>echo CONSOLE=NTConsole 1>..\..\..\src\common\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.CMN 1>>..\..\..\src\common\makefile
C:\UNICON\config\win32\msvc>copy MAKEFILE.RTT ..\..\..\src\rtt\makefile
1 file(s) copied.
C:\UNICON\config\win32\msvc>echo ICONX=iconx 1>..\..\..\src\runtime\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.RUN 1>>..\..\..\src\runtime\makefile
C:\UNICON\config\win32\msvc>echo ICONT=icont 1>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>echo CONSOLE=NTConsole 1>>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.T 1>>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>echo ICONT=..\..\bin\icont 1>..\..\..\ipl\lib\makefile
C:\UNICON\config\win32\msvc>type makefile.ipl 1>>..\..\..\ipl\lib\makefile
C:\UNICON\config\win32\msvc>echo ICONT=..\..\bin\icont 1>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo COPY=copy 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo RM=-del 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo EXE=.exe 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo BINDIR=..\..\bin 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo UNICON=..\unicon\unicon 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>type makefile.uni 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo RM=-del 1>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo EXE=.exe 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo BINDIR=..\..\bin 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo UNICON=..\unicon\unicon -G 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo COPY=copy 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo MAKE=nmake 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo IVIB2=ivib2win 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>type makefile.ivb 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo RM=-del 1>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>echo EXE=.exe 1>>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>echo BINDIR=..\..\bin 1>>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>echo UNICON=..\unicon\unicon 1>>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>type ..\..\unix\Config\unilib.mak 1>>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>del ..\..\..\src\icont\*.obj 2>nul
C:\UNICON\config\win32\msvc>del ..\..\..\src\common\*.obj 2>nul
C:\UNICON\config\win32\msvc>del ..\..\..\src\runtime\*.obj 2>nul
C:\UNICON\config\win32\msvc>copy RTT.LNK ..\..\..\src\rtt
1 file(s) copied.


C:\UNICON\config\win32\msvc>type MAKEFILE.WCP  1>..\..\..\src\wincap\makefile
The system cannot find the path specified.
C:\UNICON\config\win32\msvc>type makefile.ide  1>..\..\..\uni\ide\makefile
        echo Run "nmake Unicon" to build
Run "nmake Unicon" to build

C:\UNICON>nmake Unicon

Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
nmake W-Configure
Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
cd config\win32\msvc
w-config
C:\UNICON\config\win32\msvc>call config
C:\UNICON\config\win32\msvc>mkdir ..\..\..\bin
A subdirectory or file ..\..\..\bin already exists.
C:\UNICON\config\win32\msvc>copy makefile.top ..\..\..\makefile
1 file(s) copied.
C:\UNICON\config\win32\msvc>copy DEFINE.H ..\..\..\src\h
1 file(s) copied.
C:\UNICON\config\win32\msvc>copy PATH.H ..\..\..\src\h
1 file(s) copied.
C:\UNICON\config\win32\msvc>copy RSWITCH.C ..\..\..\src\common
1 file(s) copied.
C:\UNICON\config\win32\msvc>rem copy RSWITCH.ASM ..\..\..\src\common
C:\UNICON\config\win32\msvc>copy ICONT.LNK ..\..\..\src\icont
1 file(s) copied.
C:\UNICON\config\win32\msvc>copy ICONX.LNK ..\..\..\src\runtime
1 file(s) copied.
C:\UNICON\config\win32\msvc>echo CONSOLE=NTConsole 1>..\..\..\src\common\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.CMN 1>>..\..\..\src\common\makefile
C:\UNICON\config\win32\msvc>copy MAKEFILE.RTT ..\..\..\src\rtt\makefile
1 file(s) copied.
C:\UNICON\config\win32\msvc>echo ICONX=iconx 1>..\..\..\src\runtime\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.RUN 1>>..\..\..\src\runtime\makefile
C:\UNICON\config\win32\msvc>echo ICONT=icont 1>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>echo CONSOLE=NTConsole 1>>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.T 1>>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>echo ICONT=..\..\bin\icont 1>..\..\..\ipl\lib\makefile
C:\UNICON\config\win32\msvc>type makefile.ipl 1>>..\..\..\ipl\lib\makefile
C:\UNICON\config\win32\msvc>echo ICONT=..\..\bin\icont 1>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo COPY=copy 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo RM=-del 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo EXE=.exe 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo BINDIR=..\..\bin 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo UNICON=..\unicon\unicon 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>type makefile.uni 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo RM=-del 1>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo EXE=.exe 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo BINDIR=..\..\bin 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo UNICON=..\unicon\unicon -G 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo COPY=copy 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo MAKE=nmake 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo IVIB2=ivib2win 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>type makefile.ivb 1>>..\..\..\uni\ivib\makefile
C:\UNICON\config\win32\msvc>echo RM=-del 1>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>echo EXE=.exe 1>>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>echo BINDIR=..\..\bin 1>>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>echo UNICON=..\unicon\unicon 1>>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>type ..\..\unix\Config\unilib.mak 1>>..\..\..\uni\lib\makefile
C:\UNICON\config\win32\msvc>del ..\..\..\src\icont\*.obj 2>nul
C:\UNICON\config\win32\msvc>del ..\..\..\src\common\*.obj 2>nul
C:\UNICON\config\win32\msvc>del ..\..\..\src\runtime\*.obj 2>nul
C:\UNICON\config\win32\msvc>copy RTT.LNK ..\..\..\src\rtt
1 file(s) copied.
C:\UNICON\config\win32\msvc>type MAKEFILE.WCP 1>..\..\..\src\wincap\makefile
The system cannot find the path specified.
C:\UNICON\config\win32\msvc>type makefile.ide 1>..\..\..\uni\ide\makefile
C:\UNICON\config\win32\msvc>echo #define MSWindows 1 1>>..\..\..\src\h\define.h
C:\UNICON\config\win32\msvc>echo #define FAttrib 1 1>>..\..\..\src\h\define.h
C:\UNICON\config\win32\msvc>echo ICONX=wiconx 1>..\..\..\src\runtime\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.RUN 1>>..\..\..\src\runtime\makefile
C:\UNICON\config\win32\msvc>echo ICONT=wicont 1>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>echo CONSOLE=NOTHING 1>>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.T 1>>..\..\..\src\icont\makefile
C:\UNICON\config\win32\msvc>echo CONSOLE=NOTHING 1>..\..\..\src\common\makefile
C:\UNICON\config\win32\msvc>echo DCONSOLE=dconsole.obj 1>>..\..\..\src\common\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.CMN 1>>..\..\..\src\common\makefile
C:\UNICON\config\win32\msvc>type MAKEFILE.WCP 1>..\..\..\src\wincap\makefile
The system cannot find the path specified.
C:\UNICON\config\win32\msvc>echo ICONT=..\..\bin\wicont 1>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo COPY=copy 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo RM=-del 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo EXE=.exe 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo BINDIR=..\..\bin 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo UNICON=..\unicon\unicon 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>type ..\..\unix\Config\unicon.mak 1>>..\..\..\uni\unicon\makefile
C:\UNICON\config\win32\msvc>echo ICONT=..\..\bin\wicont -s 1>..\..\..\ipl\lib\makefile
C:\UNICON\config\win32\msvc>type makefile.ipl 1>>..\..\..\ipl\lib\makefile
echo Run "nmake Unicon" to build
Run "nmake Unicon" to build
nmake Icon-icont
Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
nmake Rtt
Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
cd src\rtt
nmake
Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
cd ../common
nmake winobjs CONSOLE=NTConsole
Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
del *.obj
Could Not Find C:\UNICON\src\common\*.obj
nmake long.obj getopt.obj time.obj filepart.obj identify.obj strtbl.obj rtdb.obj mlocal.obj li
terals.obj rswitch.obj alloc.obj long.obj getopt.obj time.obj save.obj redirerr.obj xwindow.obj dlrgin
t.obj ipp.obj dconsole.obj D=NTConsole
Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
cl /D_X86_ /DWIN32 /O1 /DNTConsole /I..\gdbm /I..\libtp /c long.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 11.00.7022 for 80x86
Copyright (C) Microsoft Corp 1984-1997. All rights reserved.
long.c
../h/../h/sys.h(22) : fatal error C1083: Cannot open include file: 'jpeglib.h': No such file or direct
ory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\program files\devstudio\vc\bin\NMAKE.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\program files\devstudio\vc\bin\NMAKE.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\program files\devstudio\vc\bin\NMAKE.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\program files\devstudio\vc\bin\NMAKE.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\program files\devstudio\vc\bin\NMAKE.EXE"' : return code '0x2'
Stop.
C:\UNICON>



----
Kazimir Majorinc, Zagreb, Croatia

Reply via email to