$ISCOBOL/native/static/lib/libctvision.a %ISCOBOL%\native\static\lib\ctvision.lib
2. copy the libctvision.a library to that folder
a. remove any reference to amain.o
b.
c.
runcbl: amain.o $(SUBS)
$(CC) $(EXEC_LDFLAG) $(LDFLAGS) -o vfc $(SUBS) libruncbl.a \$(LIBS) $(SYS_LIBS) $(SYS_C_LIBS) $(EXTOBJS) $(EXTLIBS) libctvision.a
4. run the make command
2. copy the ctvision.lib library to that folder
3. edit the file mswinsub.c as follows. Change the following part
return 0;
4. open the wrun32 project with Visual Studio, add the ctvision.lib library to it and build the project.
5. Copy the generated wrun32.dll to the bin folder of isCOBOL or to another folder that comes before the Acucobol-GT bin directory in the %PATH%.
6. Copy wrun32.exe from the Acucobol-GT bin directory to the same folder where you copied wrun32.dll and rename wrun32.exe to vfc.exe.
The vfc file handler runs the executable file vfc. If this file is not in the system Path, you can specify its full name by setting the iscobol.file.connector.program.vfc configuration property.An acushare process (only on Linux/Unix) and a valid Acucobol-GT license are required for vfc to work.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |