RE: Winform application setup
I am assuming that by "ping from the workstation" you mean "run from the workstation".The most likely cause is that the workstation either does not have all the prerequisite software installed, or the...
View ArticleRE: Visual studio 2013 for Visual cobol 2.2 compiler issue
Thank you Mike. VC 2.3 update 2 did fix this issue
View ArticleCobol Server 2.2 compatibility
Is Cobol server s/w compatible with other versions of visual cobol ?Do we need to deploy executables generated from visual cobol 2.3 only to cobol server 2.3, do they work on cobol server 2.2 ?
View ArticleRE: Winform application setup
We do not install cobol server on windows workstation, its installed on windows 2012 server and configured to work on network share mode.Our old visual cobol dialog application works but doesn't work...
View ArticleRE: How to pass data (string or pic x(100) ) from Net Express .exe to Visual...
This link "Calling Visual COBOL .NET classes from Net Express native application" is broken.
View ArticleHow to pass data (string or pic x(100) ) from Net Express .exe to Visual...
[Migrated content. Thread originally posted on 05 August 2011]SI 2527714Client has a query:How to pass data (string or pic x(100) ) from Net Express .exe to Visual Cobol .dll and pass it back again. I...
View ArticleMsBuild Issue - multiple copybook paths
In our environment, we have two separate folders for copybooks.We are trying to specify these two copybook paths in the MsBuild .RSP file with some variation of the following...
View ArticleRE: How to pass data (string or pic x(100) ) from Net Express .exe to Visual...
Here is the correct link:community.microfocus.com/.../452.calling-visual-cobol-net-classes-from-net-express-native-programs.aspxRegards,
View Article'OdbcWrapper.Class1' threw an exception
HI,Winform application developed using visual cobol crashes with below exception when run from windows 7 machine, but works good when run from windows 2012 server.Only programs with ODBC connection are...
View ArticleRE: Winform application setup
I'm not sure that's a supported configuration, but to be honest that's really not my area. I suspect you'll have to wait until next week when more MF employees are in the office.Raising a Support...
View ArticleRE: Migrating individual cobol files to individual projects in Visual Cobol
This "see .NET Compiler directives" link is broken
View ArticleMigrating individual cobol files to individual projects in Visual Cobol
[Migrated content. Thread originally posted on 15 April 2011]Under Netexpress we generally compiled individual cbl files to gnt from the command line - if we move to Visual Cobol it looks like we would...
View ArticleRE: Invoke a Class in a different project
I probably can help you. I worked for ICL (Switzerland) as system engineer from 1971 thru 1983. Since 1983 I have worked as a freelancer using Micro Focus Cobol for many years. See details on...
View ArticleInvoke a Class in a different project
I am starting to self learn Visual Cobol. I know and understand Cobol (68 & 74). I am struggling with Classes and methods. I can find examples of invokes for various situations but can't find...
View ArticleRE: Connecting to default MySQL ODBC?
We do not recommend using the INIT option for connecting. That has been deprecated as it really is not secure. You should really embed an EXEC SQL CONNECT statement into your code.If you do use INIT...
View ArticleRE: Inline declaration
Which product version are you using? I am using 2.3 Update 2 and intellisense does provide me with a list of class names or methods in the declaration.If I enter declare x as type string = the list...
View ArticleRE: Seeking Dialog ListView programmed control DEMO
Hi Linden,What product version are you using?In the current product release, V2.3 update 2 we have added all of the old Net Express Dialog System demo programs to the Samples Browser. If you open the...
View ArticleRE: Winform application setup
In order to run a .NET application from a network server there is additional setup required due to how assemblies are located and the trust issues involved.Take a look at the KB article here:
View ArticleRE: Cobol Server 2.2 compatibility
We do not claim backward compatibility between running applications compiled with newer compiler versions under older COBOL Server versions.If you compile your code under 2.3 then you should deploy it...
View ArticleRE: 'OdbcWrapper.Class1' threw an exception
What Visual COBOL version are you using?I recall this being a problem in an earlier product release.A more important question would be why are you using ODBC in a managed code .NET application? If you...
View Article