Forum Post: Porting native DLL COBOL program to Managed Code?
We've just been informed that we will no longer be allowed to run our application from the console. Currently our application consists of a number of task-specific native console programs (.exe) that...
View ArticleForum Post: RE: Porting native DLL COBOL program to Managed Code?
The errors you are seeing are due to the default setting of the SOURCEFORMAT directive in managed code projects being SOURCEFORMAT"VARIABLE" instead of SOURCEFORMAT"FIXED" like it is in native...
View ArticleForum Post: Upgrade VC 2.3 VS2013 to VS2015
I would like someone to confirm the following as the "best" way to get from VC 2.3 on VS 2013 to VC 2.3 on VS 2015 on Windows 7 PC: 1. Remove VC 2.3 license. 2. Un-install VC 2.3 for VS 2013 Hotfix...
View ArticleForum Post: Removing Visual Cobol from Visual Studio
How can I remove Visual Cobol from my Visual Studio? Thanks
View ArticleForum Post: RE: Removing Visual Cobol from Visual Studio
Hello, You simply uninstall it from "Programs and Features" of Control Panel. Regards,
View ArticleForum Post: RE: Upgrade VC 2.3 VS2013 to VS2015
If this is on the same computer then you do not have to remove the license as the products use the same license. It also is not necessary that you uninstall Visual Studio 2013 prior to installing...
View ArticleForum Post: RE: Removing Visual Cobol from Visual Studio
Thanks a lot for the answer. I did but then every time I start Visual Studio an error message sayıng "Micro Focus CS daemon is not running." appears, and I cannot open any Cobol Source file. Should I...
View ArticleForum Post: RE: Upgrade VC 2.3 VS2013 to VS2015
In other words, VC 2.3 for VS 2013 and VC 2.3 for VS 2015 are using the exact same license. There is no need to uninstall it. Regards,
View ArticleForum Post: RE: Removing Visual Cobol from Visual Studio
The uninstall of Visual COBOL was completed successfully, but each time you start Visual Studio, it fails with the error "Micro Focus CS daemon is not running". Correct? What was the version of Visual...
View ArticleForum Post: RE: Removing Visual Cobol from Visual Studio
Thank you very much for your interest. Actually, I solved the problem meanwhile using a third party uninstall program, and it looks the issue has been solved, and I see no sign of Micro Focus Visual...
View ArticleForum Post: RE: Removing Visual Cobol from Visual Studio
I don't know if you were aware that Microsoft has stopped supporting Visual Studio 2010, but I would suggest upgrading Visual Studio to version 2015 and install the latest version of Visual COBOL,...
View ArticleForum Post: RE: Removing Visual Cobol from Visual Studio
Thanks a lot. I really did not know that, so I will try to upgrade as you suggested. Best regards.
View ArticleForum Post: CS 2.3 error "Unable to load DLL 'xxxxxx'"
CS 2.3 w/ Hotfix #1 installed on Windows Server 2008 R2. VC 2.3 for VS 2013 w/ Hotfix #1 installed on Windows 7 PC. We are trying to call a native COBOL DLL from an ASPX/C# program using:...
View ArticleForum Post: How to Print to USB Printer under Win 7 using VS 2015
I am unable to print direct to usb printer under windows 7 using MF VS 2015. I spent considerable time researching how to do this. I am very familiar with Liant's RM Cobol printing facilities. I tried...
View ArticleForum Post: RE: How to Print to USB Printer under Win 7 using VS 2015
Having continued to research this problem I ran across net xpress sample in the docs that helped resolve this issue... it is quite different from traditional cobol programming as there is no Select,...
View ArticleForum Post: RE: How to Print to USB Printer under Win 7 using VS 2015
Hi Allen, Yes you can handle everything through PC_PRINTER calls if that is what you are referring to but you should still be able to redirect the printer the way that you were trying to do. I think...
View ArticleForum Post: RE: CS 2.3 error "Unable to load DLL 'xxxxxx'"
Hi Don, When calling a native .dll from an ASP.NET application running under IIS you normally need to set the location of the .dll within your PATH in order for the .dll to be picked up correctly even...
View ArticleForum Post: RE: Courseware
Are you downloading the Visual Studio or Eclipse version of the Visual COBOL product? The courseware is currently only available for the Visual Studio version.
View ArticleForum Post: RE: How to Print to USB Printer under Win 7 using VS 2015
Chris.... Thanks for your answer.... I chose “managed” as it was what Fano and I used in trying to get my initial VS 2015 issues resolved... The coding I have done thus far was exploratory in nature...
View ArticleForum Post: RE: How to Print to USB Printer under Win 7 using VS 2015
Since you mention that you are using "form1.cbl" this would indicate that you ARE using .NET managed code to create a Windows Forms GUI application. This is not available in a native project so a...
View Article