Forum Post: CBLLink in microfocus and visual cobol.
Hi , i am working over a project to migrate an existing mf cobol dll to visual cobol dll. The existing dll consist of 7 cobol programs(Native +Managed). In Micro Focus the native DLL is created using...
View ArticleForum Post: RE: insert xml in a form
You can do exactly what is shown in that article. I have attached an example containing a simple VC ASP.NET Web Service and a Winform client project that calls it and displays the returned value....
View ArticleForum Post: RE: Utils.LBR in Micro Focus and Visual COBOL
Hi Charan, In Visual COBOL we removed all of the Micro Focus proprietary files with extensions like .int/.gnt/lbr and rebuilt them as standard .dlls. That is why utils.lbr is now utils.dll. We moved...
View ArticleForum Post: RE: CBLLink in microfocus and visual cobol.
These .obj modules were actually present in the Net Express\base\lib folder and not the bin folder. They were used when statically linking a program to a standalone executable. In Visual COBOL the...
View ArticleForum Post: RE: insert xml in a form
Thanks, Chris. i did download of vcwebservice.zip. But i tried to run, but he gave error. I took a screen shot - www.dropbox.com/.../Capturar.PNG so for you to know I do not have much experience in...
View ArticleForum Post: Missing shared object in MF COBOL Server 2.2 for UNIX update 2
Hi, We are experiencing a problem due to a missing shared object in MF COBOL Server 2.2 for UNIX update 2. Some background: We are compiling our programs on Linux using MF Visual COBOL for UNIX. The...
View ArticleForum Post: RE: Missing shared object in MF COBOL Server 2.2 for UNIX update 2
Test Coverage is considered as a development tool (due to impact on performance). Needed libraries are only available in Visual COBOL/Enterprise Server "UNIX components" and not in COBOL Server....
View ArticleForum Post: RE: Missing shared object in MF COBOL Server 2.2 for UNIX update 2
Daniel, Your statement contradicts this from the section "Overview - Test Coverage" / "Restrictions when using test coverage" from the Visual COBOL documentation (my emphasis): We recommend that you...
View ArticleForum Post: comp-5 redefination
Release: Net Express 5.1 .NET & Visual Studio 2012 While compiling the source from NE5.1 in Visual COBOL 2.2.1, we are receiving a warning for comp-5 redefinition. The vaiables are defined as...
View ArticleForum Post: RE: Missing shared object in MF COBOL Server 2.2 for UNIX update 2
Hi Leigh, May be that the Visual COBOL doc is not in sync with the software here :(- I suggest that you open an official incident at the Micro Focus SupportLine to deal with your issue. Daniel
View ArticleForum Post: RE: comp-5 redefination
Hello anveksha, Net Express and Visual COBOL report the exact same warning, but the difference is that Net Express is not reporting warnings by default while Visual COBOL (IDE) is. The WARNING...
View ArticleForum Post: RE: comp-5 redefination
In your particular case, there are no implications because you have simply defined three-names for the same data item. The documentation for error 1168 is: You have redefined a COMP-5 data...
View ArticleForum Post: How to expand Green Screen to 120 columns?
Hi All, I'm programming with the default green screen, which is 80 columns wide. How do you set the screen size to 120 columns? Can you also expand the row length as well? Thanks for your help. Best,...
View ArticleForum Post: Print exit module for Visual cobol
HI, Can you please provide a sample print exit program suitable for Visual cobol. The current exit module developed in visual basic code works only with net express projects. Thank you.
View ArticleForum Post: RE: How to expand Green Screen to 120 columns?
Okay, I found the screen size example and I can now display 132 columns wide. However, when I run the code in the command console it opens up 80 columns wide and I then need to expand the window to...
View ArticleForum Post: RE: insert xml in a form
Sorry about that. When I saved the solution file for these two projects it was saved to a folder outside of what I included in the zip file so it wasn't included. I have attached a new zip file that...
View ArticleForum Post: RE: Print exit module for Visual cobol
Are you referring to a printer exit routine that runs under Enterprise Server? That would be used with the Enterprise Developer product and not Visual COBOL. If you are using Enterprise Developer then...
View Article