RE: CobolClass.exe not working
Are you referring to the Visual COBOL Course Material.zip file?This would require that you have WinZip installed on your computer if you are running an older OS like Windows XP.If you are running...
View ArticleRE: Error installing Visual Cobol
Are your installed Java versions 32-bit or 64-bit? The product requires 32-bit only and 64-bit will not be recognized.
View ArticleRE: CobolClass.exe not working
Thanks Chris,It seems that my extractor (zipgenius) was creating the problem. I used another system to extract the files.Thanks again, your suggestion help me fix this problem.Regards,Luis T.
View ArticleCobolClass.exe not working
Hi Everybody,I downloaded the VisualCobol Academic Courseware and couldn't run the COBOLClass to extract the sample files.Any help would be appreciate it.
View ArticleRE: Invalid data found - no provider associated with entry
What version of Visual COBOL are you using?I recall that this was a problem in earlier releases on systems that had an ADO.NET Data provider installed that did not update the machine.config XML file...
View ArticleRE: Compiler Directives
I'm trying to take this migration in bite-sized chunks. I'm trying to get my RM into the same Eclipse environment that Visual Cobol uses, because I'm going to need to be as comfortable with it as I am...
View ArticleRE: call-convention 74 is cc74
To which error are you referring?You may be getting a warning from the compiler stating that the call will be treated as dynamic and that is normal.When you are calling a Windows API function from a...
View ArticleRE: call-convention 74 is cc74
Solved using the DirectoryInfo and FileInfo classes.Thanks.
View Articlecall-convention 74 is cc74
I have a subprogram that uses the functions call-convention 66 is dynamicWINAPI call-convention 74 is cc74 but to include it in .NET project has an error call cc74...
View Article[Poll] Would you like to learn OO COBOL?
Hello - we're considering a webinar series focusing on OO COBOL for use in .NET and JVM.We'd look to start from the ground up, covering basic concepts through to UI modernization. If you'd attend such...
View ArticleRE: [Poll] Would you like to learn OO COBOL?
Hi everyone, the OO webinar series is now available for registration. Sign-up here:online.microfocus.com/OOPWebinarSeries
View ArticleRE: Installing documentation in Visual Studio 2012
The documentation is installed in the IDE automatically, regardless of the Visual Studio version.It should be accessible through the IDE Help-->View Help then select Micro Focus...If you do not see...
View ArticleRE: Web based training
This may be a problem if you are using IE as your browser.Make sure that Compatibility View is turned on in the browser and then when you click on the demos it should play a video.You should see a...
View ArticleWeb based training
I am going through the Web based training. In module 1 Visual Cobol Getting Started there are 3 DEMO's listed in the table of contents, but when I select any of them nothing happens, the area to the...
View ArticleA new Visual COBOL Webinar Series is starting soon
Interested in learning OO COBOL? Don't miss this free Visual COBOL Webinar Series starting September 25th.Learn more here -> online.microfocus.com/OOPWebinarSeriesRegister today!
View ArticleRE: Installing documentation in Visual Studio 2012
The two files that you have are not Visual Studio help files so cannot be installed into Visual Studio. As Chris says, after installing Visual COBOL, the documentation for it is available from the...
View ArticleInstalling documentation in Visual Studio 2012
Is there away to install the Visual Cobol documention into the Visual Studio 2012 IDE? I have downloaded 2 files from the MicroFocus website, one has a .jar extention and the other a .chm extension but...
View ArticleCode Page Conversion.
Is there any method in Visual COBOL to do Code Page converison for File CP1250(windows code page) to CP852 (DOS code page).Thanks,Partha!
View ArticleWPF Data Binding
I don’t get the correct format when binding a decimal value in a DataGrid Column with ConverterCulture=de-CH. I think that the resulting format is correct for Germany but not for Switzerland. Can...
View Article