Mass Compile
Hi , On Unix system we could do a mass compilation using shell scripting . Getting the Program names from a single location and passing them to the cob command for compilation.How do i implement that...
View ArticleRE: Mass Compile
You just use batch file that has a recursive for, for example:buildall.bat that contains:setlocal cd /D "D:\Visual Studio 2013\Projects" for /R %%i in (*.sln) do msbuild %%i
View ArticleRE: Dialog System & ActiveX
We have been using Flexgrid with Dialog System for many years. We are currently using Visual Cobol with Dialog System. When we started rewriting our system in Managed code we are replacing FlexGrid...
View ArticleRE: Dialog System & ActiveX
Hi Norm,I used to use the Far Point ActiveX controls with Dialog System a while ago. Those controls were acquired by Component One a few years ago.I am trying to evaluate their "True DB Text 8.0"...
View ArticleRE: Dialog System & ActiveX
Dialog System is not perfect and "End of Live" and no future, but many customers continue to work with this tool. Here must Micro Focus help with good examples to pass facility to dotnet...
View ArticleRE: Dialog System & ActiveX
how easy is the integration in Cobol (Netexpress 5.x or Visual Cobol 2.x? Can you show us a screenset/application?
View ArticleDialog System & ActiveX
Is anyone using the ActiveX controls from Component One (Grape City)?
View ArticleRE: Dialog System & ActiveX
Sometimes there are challenges using ActiveX controls with the dialog system - particularly native code, in getting your parameters into the right object format, without Micro Focus help we would not...
View ArticleRE: Dialog System
hi Chris, i have installed the product vcvs2012_23.exe and compataddpack_231.msi. This was received by download link.i have the same Problem by Dialog System screenset with integrated activex!!!by...
View ArticleRE: Dialog System
The product file should actually be vcvs2012_231.exe and not vcvs2012_23 as it should be for VC 2.3 update 1. I just installed this same version here into VS2012 Professional and it works fine using...
View ArticleRE: File handling in managed Cobol
Hi MarkVo,A few questions for you:Which product version are you using?Are you using an extfh.cfg file to set any configuration options in unmanaged that you are not setting in managed?Are the files all...
View ArticleFile handling in managed Cobol
I have made 2 console projects in Visual Studio 2012. One project is unmanaged, the other one is managed. In both projects I have basically the same program that writes a lot of lines to a line...
View ArticleRE: File handling in managed Cobol
Hi Chris,Thank you for your reaction.The product I'm using is ED 2.2.I'm not using an extfh.cfg file.The files are both created on my local machine.I don't use FileShareI have no display statements,...
View ArticleRE: Build Windows forms using Visual Cobol
https://www.clubedeautores.com.br/books/search?utf8=%E2%9C%93&where=books&what=altair+borges&sort=&topic_id=(Please visit the site to view this video)
View ArticleBuild Windows forms using Visual Cobol
We are planning to convert character based screens into WInforms. Looking for a document ,examples .Went thru this blog but not able to find.If any pointers would help us over hereThanksKarthik
View ArticleVisual CoboL .NET Book
Hi guys,Already available in the online bookstore AgBook here, my Visual Cobol .NET book with print option in black and white, in colors or PDF. With more than 50 examples projects distributed in...
View ArticleRE: Build Windows forms using Visual Cobol
Thanks Altair for the reference. Also wanted to quickly understand is there a possibility to directly compile the existing character based screens into Win Forms with minimal changes. We are trying...
View ArticleRE: Build Windows forms using Visual Cobol
You should be able to compile the character based screens as managed code with no or minimal changes but they will still run as character based screens only they will be .NET assemblies instead of...
View ArticleCOBOL Source Format of invoked program when in Debug
In Visual Studio 2013, Visual COBOL 2.2. ...When you have Managed WinForms Program A invoking Managed WinForms Program B, and both are in variable source format as shown by the VS editor when editing...
View Article