Forum Post: Import multiple Net Express projects into a single solution
We are JUST starting the process of migrating from Net Express 5.1 to VCVS 2.2.2 for 2013. Our native application originated as batch programs on Unisys 2200. It consists of 62 unique Net Express...
View ArticleWiki Page: Error 2738 shown during installation of Visual COBOL
Problem Error 2738 shown during installation of Visual COBOL. Full text shown in the Visual COBOL Installer is : The installer has encountered an unexpected error installing this package. This may...
View ArticleWiki Page: Is there a limit to how many source files can be stored in a...
Problem Is there a limit to how many source files can be stored in a Visual COBOL for Eclipse project? Resolution: There is no limit apart from that the Eclipse IDE shipped with Visual COBOL for...
View ArticleForum Post: DataGrid
Is it possible to use the "Create Collection" to fill with DataGrid? How do it?
View ArticleForum Post: FirstChanceException logging
I have code like this for FirstChanceException: 01 currDomain type System.AppDomain. SET currDomain TO type AppDomain::CurrentDomain. ATTACH METHOD FirstChanceHander TO...
View ArticleForum Post: 3rd Party Apps
Hi All, Is any one interesting in sharing what 3rd Party .NET apps they have used in Visual Cobol i.e. PDF Printers, Document Viewers etc? We could share App Name + a bit of Cobol code showing how we...
View ArticleForum Post: Visual Cobol Download
I am trying to download Visual Cobol 2012 from MicroFocus cobol site. The download seems to complete but there is a final message that it failed and the system busy. Do I just try at another time?...
View ArticleForum Post: RE: Import multiple Net Express projects into a single solution
The Net Express import wizard is a bit limiting as it is really only meant to bring current Net Express projects quickly over to the Visual COBOL product while retaining the original structure of the...
View ArticleForum Post: RE: Visual Cobol Download
Is this the Visual COBOL Personal Edition product or a full Visual COBOL product version that you are trying to download? Are you still having the problem?
View ArticleForum Post: RE: DataGrid
Yes you can use a bindingSource to bind the dataGridView to a collection list in the same manner as I showed earlier for a combobox. I am attaching a demo which binds the dataGridView to a collection...
View ArticleForum Post: RE: FirstChanceException logging
Are you using standard COBOL I-O statements when you try to update your own ASCII log file? What is the exact exception message that you are receiving? I know that there was a problem with earlier...
View ArticleForum Post: RE: FirstChanceException logging
I think the problem is that my class is not static but the exception handler is. I will need to restore the code to get you the exact exception. Would you like me to do this? I'm looking into using...
View ArticleForum Post: RE: Winforms: calling 2nd form
Chris, the link to the docs appears to be broken...
View ArticleForum Post: RE: Winforms: calling 2nd form
Hmmmm. It appears to be the new 2.3 doc. Thanks, although I was unable to find the specific Managed-calling-Managed subject matter in the above examples.
View ArticleForum Post: RE: Winforms: calling 2nd form
What is it exactly that you are looking for? The section on Interoperability talks about various calling techniques that can be used to call between native/managed, etc. There are also some tutorials...
View ArticleForum Post: Load a DLL
Good morning, I'm needing to load a dll and I find nothing in Cobol for this, but I found the instructions in VB DllImport("c:SATSAT.dll", CallingConvention := CallingConvention.Cdecl) _ Public...
View Article