Forum Post: RE: Installation Visual Cobol stops with 0x80004005 - unspecified...
I just tested the edvs2012_222.exe installer on a Windows 8.1 Enterprise 64-bit and it worked correctly. A couple of questions: 1. Do you have a full version of Visual Studio 2012 already installed on...
View ArticleForum Post: Report Writer
I have been doing some reading on the report section of Visual Cobol. Does anyone have any suggestions or comments on report writer for cobol? I was looking for some sample code and data to test,...
View ArticleForum Post: RE: Installation Visual Cobol stops with 0x80004005 - unspecified...
I have a full version of Visual Studio 2012 installed. (Microsoft Visual Studio Ultimate 2012. v11.0.50727.1). I first uninstalled version 2.2.1 of MicroFocus Enterprise Developer. Version 2.2.1...
View ArticleForum Post: RE: Installation Visual Cobol stops with 0x80004005 - unspecified...
PeetDis, can you please show us what the log file looks like for the unsuccessful install of the 2.2.2 product?
View ArticleForum Post: RE: Installation Visual Cobol stops with 0x80004005 - unspecified...
[10B4:1B34][2014-12-18T08:48:43]i001: Burn v3.7.1224.0, Windows v6.2 (Build 9200: Service Pack 0), path: C:\download\MicroFocus\edvs2012_222.exe, cmdline: '-burn.unelevated...
View ArticleForum Post: RE: Installation Visual Cobol stops with 0x80004005 - unspecified...
When you stated "This version installed ok on a Windows 7 Enterprise edition SP1 64bit system" did you mean that you used the same exact copy of the installer that you used here or was that installer...
View ArticleForum Post: error msvcr110.dll
i have installed for many times but when i run a program the message appears again. How i can fix these problem??
View ArticleForum Post: RE: error msvcr110.dll
msvcr110.dll refers to the Microsoft C++ restributable. Ordinarily this would be installed as part of the Visual Studio IDE. Windows will usually include at least one version as part of the operating...
View ArticleForum Post: Problems with XML Extension in JVM.
Hi. I got an issue with Visual Cobol in Eclipse and the XML Extension: When I compile the program I always get an error that MicroFocus.COBOL.XmlExtensions.MicroFocusCOBOLXmlExtensions can't be found:...
View ArticleForum Post: Setting DevExpress persistent object property
I have a grid bound to a database table using DevExpress XPO. The business class is defined like this: $set ILUSING"DevExpress.Xpo". $set ILUSING"System". class-id...
View ArticleForum Post: RE: Setting DevExpress persistent object property
Intellisense finds the method if I do: invoke self::
View ArticleForum Post: Does COBOL have the equivalent of the c# Using statement?
This is the link to the MSDN using Statement documentation: http://msdn.microsoft.com/en-us/library/yh598w02.aspx This is how it's coded in DevExpress: using(UnitOfWork uow = new UnitOfWork()) {...
View ArticleForum Post: RE: Does COBOL have the equivalent of the c# Using statement?
Hi Phil, COBOL has the PERFORM USING statement, the equivalent is something like: perform using uow as type UnitOfWork = new UnitOfWork * Create, update or delete objects...
View ArticleForum Post: RE: Does COBOL have the equivalent of the c# Using statement?
When I compile the above code, I get error "COBCH0854 Evaluation stack negative".
View ArticleForum Post: RE: Does COBOL have the equivalent of the c# Using statement?
That doesn't sound good. Would it be possible to paste the example as you now have it, so that I can try to reproduce? With the examples I tried, there didn't seem to be a problem, but I don't have...
View ArticleForum Post: RE: Does COBOL have the equivalent of the c# Using statement?
We are using DevExpress for our user interface. I tried creating the error in a demo but it always works. It's only showing up in the application program which is much more complex than the demo....
View ArticleWiki Page: Stripping ANSI codes from output dump
Problem: When using the (RM) variable and sending the screen output to a dump file, the generated file includes not only "text" but ANSI codes (unexpected or 'funny' characters). It gives the 'header...
View ArticleForum Post: Data Flex
Hello, Someone with a CASE Migrating Data Flex to Visual Cobol ...??? Many thanks in Advanced. PJM
View ArticleForum Post: RE: License Installation failed
Have you opened a support incident to have this issue addressed?
View ArticleForum Post: visual studio method drop down not working
The visual studio method drop down not working. The drop downs do not display any of the methods. I am using Visual Studio 2012, it works for C# but not full Visual Cobol. Any ideas on why?
View Article