Forum Post: 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 -lmqmcb in Visual COBOL with IBM MQ 7.0 on RedHat. This demo worked ok. We do have other...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: cblviom.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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 above....
View ArticleForum Post: I 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 \...
View ArticleForum Post: RE: 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 ArticleForum Post: Error building "Getting Started
I am trying out Visual Cobol Personal Edition for Visual Studio. Walking through the Getting Started page...
View ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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)....
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleComment on Knowledge Base
I am tasked with trying to find ways to improve performance of Visual COBOL application. The Visual Studio Instrumentation appears to match to symbols from COBOL code for some functions, but in many...
View ArticleForum Post: how 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 ArticleForum Post: Error in VS after renaming form
Background info: Visual Studio 2013, Visual COBOL 2.2 Update 2, COBOL Managed, Windows Forms Application 1. Create a new project called Test as described above (a new project with a Form1 will be...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleComment on Airport Demo - Visual Studio
zip file does not contain cobol airport cbl files and build stops with error
View Article