Error with Visual Studio 12 with Visual Cobol
Hi,I started receiving error when I try to create a new project with Visual Cobol on Visual Studio 12. Trying to create Managed Windows Form project I receive Method 'Message' in type...
View ArticleRE: Doxygen
Thank you for the answer. I had no knowledge of lp4all. I have been using Robodoc (sourceforge.net/.../robodoc) which is similar to lp4all as it takes the information from the source comments given by...
View ArticleRE: Doxygen
Yes, Doxygen has a parser for Fortran. That's exactly my point - it has a complete parser, not just a filter. If COBOL were sufficiently close to C, it might be possible to create a Doxygen filter for...
View ArticleDoxygen
Hello,Has anybody heard about a filter for Doxygen for the Cobol language ?Doxygen can handle Fortran code, it should be possible to configure doxygen to parse cobol code. Any information on that...
View ArticleRE: Error with Visual Studio 12 with Visual Cobol
I have never seen that particular error before.What Visual Studio Edition are you using, i.e. Professional, Premium, Ultimate, shell, etc?You state that the Eclipse version is running fine, do you have...
View ArticleRE: Error with Visual Studio 12 with Visual Cobol
Hi Chris,I just install the Visual Studio 12 that comes with the Visual Cobol installation.Yes I have both product in my machine: VC for Visual Studio 12 and VC for Eclipse. I installed the Eclipse...
View ArticleRE: Error with Visual Studio 12 with Visual Cobol
This is the error when creating a new Managed Cobol Win Form projectThe problem seems to be related to the Form Designer because that´s where the error appears. I can open the cobol source files
View ArticleRE: 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 ArticleManaged 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 ArticleRE: 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 ArticleRE: 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 you...
View ArticleRE: 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 ArticleRE: 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 ArticleMF 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 ArticleRE: Connecting Visual Cobol to a Oracle database in Visual Studio 2010
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 created...
View ArticleConnecting 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.0The Cobol program is compiled ok.On Project Properties, SQL, the preprocessor being used is OpenESQL and the...
View Article