Forum Post: Runtime Modules Needed
I am about to install my first solution in VC 2.2. Is there a list of the MicroFocus runtime modules that need to be included with my solution?
View ArticleForum Post: Error Starting Program
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the...
View ArticleForum Post: RE: Error Starting Program
How is the COBOL Server product setup on the shared server? Is the entire COBOL Server product installed including the license manager software? You had posted a question previously about deploying...
View ArticleForum Post: RE: Error Starting Program
The entire Cobol Server is setup on the server including the license manager software. I have verified on the server that the license is installed. I have both a naïve code solution and a managed...
View ArticleForum Post: RE: Error Starting Program
If you are not installing the COBOL Server or licenses directly on the workstation then, yes you have to set this up as documented in order for the required files to be made available to the...
View ArticleForum Post: RE: Error Starting Program
I have already saw the issue with the naïve code and it will not be running on a XP machine. As for the managed code, pardon my ignorance, but the I no clue on what version of .NET framework I am...
View ArticleForum Post: RE: Error Starting Program
Open up the property page for the managed code project and look on the Application tab. There is a field there for target Framework. .Net Framework versions appear as installed software under Windows...
View ArticleForum Post: RE: Error Starting Program
My application is targeting .net framework 4, the windows 7 machine has .net framework 4 installed.
View ArticleForum Post: RE: Error Starting Program
If you try running this application on the server itself does it run correctly? Please make sure that you set up the server according to the links that I gave to you previously. If it still fails then...
View ArticleForum Post: RE: Error Starting Program
I was able to run the application on the server. I installed cobol sever 2012 on the workstation and the application runs fine. In discussing with the client's network people, they do not want the...
View ArticleForum Post: RE: Error Starting Program
Actually installing COBOL Server locally on the workstations is the recommended approach to take so no there should not be any problems. You will have to install a license on each workstation unless...
View ArticleForum Post: RE: Error Starting Program
The license is working fine. Thanks for all the help.
View ArticleForum Post: 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 ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: Error with Visual Studio 12 with Visual Cobol
This is the error when creating a new Managed Cobol Win Form project The problem seems to be related to the Form Designer because that´s where the error appears. I can open the cobol source files
View Article