RE: Decimal-point is comma not working properly
I am not sure I understand. If you are using decimal-point is comma then your pic should be Z9,99 instead of Z9.99.Can you please post the entire code snippet and tell me what the results are that you...
View ArticleRE: How to Change Existing Program to Make it COM
Hi ChrisIn our project earlier we were using a unmanaged DLL that was consumed by C++. Now we are migrating from C++ to .NET. So the same DLL can not be consumed by .NET.The problem statement:-The...
View ArticleRE: How to Change Existing Program to Make it COM
I have posted a sample for this on the thread that you created on the Net Express forum as this is really the product that you are using.Please post any further correspondence to that thread.Thanks
View Articlesmtp mail with cURL (was in wrong forum)
Hello,I have been trying to send mail using cURL from Cobol. I took an example from this forum but I am stuck with the mail body:Here is the link to the example from cURL...
View ArticleRE: smtp mail with cURL (was in wrong forum)
Thank you.I solved the problem using sendgrid (www.sendgrid.com) which has a very easy way to send emails. We use cURL although.Regards.
View ArticleRE: cobanimsrv
Hi Darren,I am coming back a long time later!In fact, all is running on the same Linux server. With cobanimsrv, the scenario is easy : we open a console, we go to a specific directory, we start...
View ArticleRE: cobanimsrv
Hi Alain,Yes, with Visual COBOL for Eclipse working remotely with your Linux server, you can reproduce the cross session debugging you had with cobanimsrv. These steps assume you have a Remote COBOL...
View ArticleRE: cobanimsrv
Hi Again Alain,I wanted to let you know about a small correction I've made to the above post. You do not need to have an X Server running for this type of Debug Configuration - the user interface for...
View Articlecobanimsrv
Hello,We use to debug an application with cobanimsrv under ServerExpress 5. We start cobanimsrv and then start an application that calls a daemon to communicate with cobol. When cobanimsrv is started,...
View ArticleRE: Dialog System error 18
Sorry the link I gave to you probably isn't accessible. Here is the article:DSRUN error 18 - How to configure Visual Studio to run Dialog System Character mode applicationsProblem:Even if you have...
View ArticleRE: Dialog System error 18
I can partly answer this myself now - if I copy the *.GS files to the \DEVUG directory it now works.But what is the proper solution? How do I make Visual Studio copy the screen files automatically, so...
View ArticleRE: Dialog System error 18
OK, so you are using the GUI Dialog System.In solution explorer click on the .gs files and in the property window set the copy to output folder property to always or when newer.Then whenever the...
View ArticleDialog System error 18
I have imported a Net Express project that uses Dialog System into Visual COBOL. When I try to run in I get "DSRUN error 18,0,0".I have added the Addpack for Visual Studio 2012:...
View ArticleError 26 - product licence
Hi,I am getting Error 26 - Licence validation error when I try to use Visual COBOL PE.It appears that validation error was caused by me changing system clock for DAY-OF-WEEK testing. (Had to change...
View ArticleRE: Error 26 - product licence
Hello Luda,Someone from Micro Focus will reach out to you by separate email on this as that will require an exchange of information to resolve.
View ArticleRE: Doc
Hi Austin,Yes it does appear to be broken and also redundant as this is the actual topic covered in the parent page here.I will report this to the docs group.Thanks
View ArticleDoc
In the doc on Interoperability, the link "To use CCW to expose a .NET class to native COBOL" appears to be a broken link.Thanks,Austin1
View ArticleRE: FILE I-O ERROR GENERATING INT
Hi Blair,It seems the program I was trying to compile had some kind of problem and that caused the error. It works with the other programs.
View Article