Forum Post: RE: Dialog System Issue in VC 2.2
Hi Chris, i have posted the error Messages and i have send you the gs-file and the ocx-file. Do you have become my mail. i have contact the Distribution of micro Focus to reset my account, i was not...
View ArticleForum Post: RE: Dialog System Issue in VC 2.2
sorry, but we can't see the error! But Netexpress 5.x and visual Cobol are different products!
View ArticleForum Post: RE: Dialog System Issue in VC 2.2
Hi greiner, I believe that you are responding to the wrong post here. I was replying to kpeters913 on a new issue. Your original post was titled Dialog System. Please post the correct thread so this...
View ArticleForum Post: RE: Dialog System Issue in VC 2.2
the error is (in german Version): unbehandelte Ausnahme ("COBOL runtime: Fault detected") in DSWIN.exe [7340], then a Debugger will start, but with MicroFocus oder Microsoft Code. After this a new...
View ArticleForum Post: RE: Dialog System Issue in VC 2.2
Runtime DLL 'CBLRTSM' version 2.2, entry point mF_ld_dynlnk_lib_check not record in registry, not found or incompatible with requirements of dynamically bound COBOL program. Dynamic binding of RTS...
View ArticleForum Post: RE: Dialog System Issue in VC 2.2
kpeters913, This means that you have a mix of VC and NX compiled programs in your folders, most likely these are .EXEs or .DLLs compiled with NX 3.1. Since your main program is compiled with VC 2.2 it...
View ArticleForum Post: RE: Dialog System
greiner, I did not receive any files from you in my inbox and I looked to see if it went to junk mail and it wasn't there either. From your post on the other thread it isn't clear to me whether or not...
View ArticleForum Post: Cobol and SAP/ABAP
who has experience with Cobol and SAP? Since 9 month i learn to program in SAP Abap and i am enjoy for the possibilities in ABAP. ABAP is near Cobol, that was the begin and over many years ABAP have...
View ArticleForum Post: Who use a good grid in Visual Cobol?
After searching a Long time for a grid with Excel functionality, i have found a activex tool "mstgrid.ocx" from the Website: http://www.mysofttool.com/ With the activex-Assistant i was able to convert...
View ArticleForum Post: RE: Who use a good grid in Visual Cobol?
The code samples that you show are for managed .NET languages. Is it your intention to use this grid in a managed .NET COBOL application (WinForms) or within a native application that still uses...
View ArticleForum Post: RE: Who use a good grid in Visual Cobol?
the mstgrid-tool is allways to buy for dotnet 2.0 and 4.0, but i don't have experience in this new world and i don't have find a good example in visual Cobol, so that i continue as many customers to...
View ArticleForum Post: 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...
View ArticleForum Post: RE: Mass Compile
Why are you not simply using msbuild.exe on the solution file or files? It's not clear what problem you're trying to solve.
View ArticleForum Post: RE: Mass Compile
I want to compile multiple projects in one go ... without passing the project name manually.
View ArticleForum Post: RE: 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 ArticleForum Post: Dialog System & ActiveX
Is anyone using the ActiveX controls from Component One (Grape City)?
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 Article