Forum Post: RE: Error with Visual Studio 12 with Visual Cobol
I now tried uninstalling and installing Visual Cobol with Visual Studio 2010 but has problems too. :(
View ArticleForum Post: Managed Code Encoding Serial Port
Hi Community! I have encountered a problem sending data past x"3F" over a serial port in managed code. In the docs I read you need to set the encoding to go past the 7-Bit(??) limit. So I did the...
View ArticleForum Post: RE: Managed Code Encoding Serial Port
I found out. You don't need to set any encoding to the port. Just define the data as i.e. 01 ReadSerialNo type Byte[] value x"04FF11EA". * Read Transponder No. and send it:...
View ArticleForum Post: RE: Error with Visual Studio 12 with Visual Cobol
This sounds to us like you have installed a mismatch of Visual COBOL product versions on your system. If you have Visual COBOL for Visual Studio 2.2 installed and Visual COBOL Eclipse 2.1 installed...
View ArticleForum Post: MF Visual Cobol for Eclipse 2.2 on Linux
Hi, I installed MF Visual Cobol for Eclipse 2.2 on Linux (centOS). License is activated and the command line compiler works fine. After it I started eclipse, and I created a small project without any...
View ArticleForum Post: RE: MF Visual Cobol for Eclipse 2.2 on Linux
Hello Laszlo, com/microfocus/eclipse/project/content/FileTypeHelper refers to one of the classes in the plugins we ship with the product. If I had to speculate, it is complaining it does not know how...
View ArticleForum Post: RE: MF Visual Cobol for Eclipse 2.2 on Linux
Hi, There are two scenarios: 1. I try to start with the original workspace, with the imported big project. In this case I get only the splash screen, and I have to kill the process. 2. I change the...
View ArticleWiki Page: How to remote debug using attach to process
Problem How to attach to a remote unix process and debug, using Visual COBOL for eclipse based on a PC. Requirements VISUAL COBOL for eclipse installed on PC. See Installing Visual COBOL on Windows...
View ArticleForum Post: Connecting Visual Cobol to a Oracle database in Visual Studio 2010
Hello ! I'm using: - Visual Cobol 2.2 - Visual Studio 2010 - 32 bits - Oracle Client 11.2.0 The Cobol program is compiled ok. On Project Properties, SQL, the preprocessor being used is OpenESQL and...
View ArticleForum Post: RE: Connecting Visual Cobol to a Oracle database in Visual Studio...
You have some conflicting statements in your problem description. The directives you are using are for connecting via ODBC in a native COBOL project which means that your connection needs to be...
View ArticleForum Post: RE: COBOL Server 2012 Runtime - firewall issues
We have our firewall issues figured out, but now we are getting some random performance issues. Just as a recap, we are running native INTs compiled under Visual Cobol 2.2 for Visual Studio 2012....
View ArticleForum Post: RE: Connecting Visual Cobol to a Oracle database in Visual Studio...
Thanks for tips and videos Chris ! Now everything is working fine !
View ArticleForum Post: RE: COBOL Server 2012 Runtime - firewall issues
Hi Chris, Could you please create a support incident for this problem. I believe that we will have to run some traces to figure out where the slow down is occurring. Thanks
View ArticleForum Post: Problem calling C program
Environment is 64-bit AIX, Visual COBOL 2.1 but compiling on the command line. I have a simple COBOL program calling a simple C program. The COBOL program is compiled as 64-bit. The C program is, as...
View ArticleForum Post: RE: Problem calling C program
Hi just copy the below into doit.sh on the AIX machine. In a temporary directory make sure cobsetenv has been run . ./doit doit.sh JAVA_HOME=/usr/java6 export JAVA_HOME...
View ArticleForum Post: RE: Problem calling C program
I use cygwin on windows or mingw to give me access to the c header files and gcc. Please note, that using a different C compiler that the one our product is created will result in multiple C runtime...
View Article