RE: Visual Cobol and Websphere MQ-client
Hi ,Did a quick test here by building one of the standard MQ demos:-cob -xgvP amq0put0.cbl -L /opt/mqm/lib -lmqmcbin Visual COBOL with IBM MQ 7.0 on RedHat. This demo worked ok.We do have other...
View ArticleRE: Nothing displayed in console when running program
This sounds like you might have created the project as a Windows application which is GUI instead of a Console application which is character based.Double-click on the project properties and look at...
View ArticleNative/Managed System
We are implementing a system that we are transitioning from Native to Managed. We already have the native code running in Visual Cobol. We have started replacing some native programs with managed code....
View ArticleRE: Native/Managed System
I have been corresponding with Norm privately through a support incident. We do provide examples on using this native/managed communication within the Samples Browser if the Compatibility Addpack is...
View ArticleRE: cblviom.dll
Are you trying to run this from within the IDE or outside of the IDE?If you are running it from outside of the IDE then you should be running it from a Visual COBOL command prompt so that the...
View ArticleRE: cblviom.dll
I also suggest removing cblviom.dll or any other Visual COBOL runtime files from C:\Windows\System32 and running the application from the Visual COBOL Command Prompt as Chris Glazier suggested...
View Articlecblviom.dll
Hi,Thank you. I did as you wrote.I rebuild the program with the Output type=Console. Now I have the message : "Load error C:\windows\system32\cblviom.dll".I searched in the C:\Program Files (x86)\Micro...
View ArticleI need to translate it
Good afternoon, I'm struggling to translate from C # to Cobol. Can someone translate this? ReportDocument cryRpt = new ReportDocument () cryRpt.Load ("C: \ temp \ rlfatemi.rpt")...
View ArticleRE: I need to translate it
Try this: declare cryRpt as type ReportDocument = new ReportDocument invoke cryRpt::Load ("C:\temp\rlfatemi.rpt") set crystalReportViewer1::ReportSource to cryRpt...
View ArticleRE: Error building "Getting Started
The Visual COBOL PE is not currently supported under Windows 10 but I am not sure that is your problem here.It looks like your project may be located on a network share "\\mac".Can you try the tutorial...
View ArticleError building "Getting Started
I am trying out Visual Cobol Personal Edition for Visual Studio.Walking through the Getting Started page...
View ArticleRE: Error building "Getting Started
Creating the project on my C: drive worked like a charm. Thank you Chris!I run Windows 10 in a Parallels VM and so I think that is why it defaulted to saving the project on my actual Mac HD rather...
View ArticleRE: Visual Cobol and Websphere MQ-client
Thanks David,Maybe I was too vague in the problem description.Programs on HP-UX with ServerExpress 5.1 were based on MQCONN-calls with MQSERVER/MQCHLTAB/MQCHLLIB set (no authentication required).On...
View ArticleRE: Error building "Getting Started
We will be refreshing the Visual COBOL PE version with the 2.3 release when it becomes GA at which point it will be supported under Windows 10.A prerelease version of Visual COBOL for Visual Studio...
View ArticleRE: Visual Cobol and Websphere MQ-client
Thanks for the update Dirk. That makes sense. Sounds like you have been caught out by a move from a big endian platform to little endian.
View ArticleError in VS after renaming form
Background info: Visual Studio 2013, Visual COBOL 2.2 Update 2, COBOL Managed, Windows Forms Application1. Create a new project called Test as described above (a new project with a Form1 will be...
View ArticleRE: Error in VS after renaming form
Hi Austin,I believe the C# feature that you are referring to is Code Refactoring and Visual COBOL doesn't currently support this. Because these forms are actually made up of two source files, one...
View ArticleRE: how to write a rollback into a program with isam and MS SQL
The File Handler and OpenESQL components are completely separate entities and there is no single rollback that will handle both.On the SQL side if you are in a transaction you can either commit or...
View Articlehow to write a rollback into a program with isam and MS SQL
I am in Visual Studio 2010; Visual Cobol 2.0. We are converting some of our ISAM files to MS SQL. I am testing out a proof of concept that a single program can handle rollback of isam files and MS...
View ArticleRelative Record Number file Read problem in Visual COBOl
HiI am trying to read an RRN (Relative Record Number File) in Visual COBOL, The file was created in Micro Focus and Now we will be using this in Visual COBOL as part of Migration/Up-gradation to Visual...
View Article