WORKING-STORAGE or DATA-DIVISION sections limits
In the Net Express is limit 256 MB for variable declaration. Is there a limits for WORKING-STORAGE or DATA-DIVISION sections in the Visual Cobol 2.3 update 2? What are the limits for file size in this...
View ArticleRE: WORKING-STORAGE or DATA-DIVISION sections limits
You may find the answer here in the documentation.Regards,
View ArticleRE: Signature xml file
Boa tarde Chris Glazier , qual tipo de projeto devo criar para funcionar esse programa, já tentei em vários e não deu certo, desculpe tanto questionamento, e que compramos agora o visual cobol for...
View ArticleAutomating MF native file conversion to MYSQL
Hi,Might be reinventing the wheel here (?).... I'm writing a program to generate code to handle MYSQL calls and return data to existing cobol record layouts i.e. so that COBOL doesn't really know the...
View ArticleRE: Signature xml file
Olá Renato, o projeto em questão é Windows Forms e você precisa referenciar o namespace System.Security. É necessário também que você tenha o certificado digital A3 plugado na máquina.Hi Renato, the...
View ArticleRE: Signature xml file
Olá Altair, obrigado pela atenção, fiz o que você me passou, mas não deu certo, ainda não sabemos utilizar com o projeto do visual cobol for visual studio, pois compramos a um mês, e ainda estamos...
View ArticleSignature xml file
I'm trying to convert a C # code that signer a xml file to vc2010 2.2. NET. I've searched the forum but have not found any examples of signature xml file.Attached the code in C # and running the code...
View ArticleRE: Visual Cobol PE License won't activate
I am in the same boat - have been trying to activate for five days now with no success and I have a class coming up very soon. Getting really desperate. I hope this won't get me in trouble for...
View ArticleRE: Cobol Server Upgrade
Hello Brendan,The answer is yes, but you will also need to remove the runtime assemblies from COBOL Server 2.3 that were copied to the application folder and replace them with the ones from version...
View ArticleCobol Server Upgrade
HiWe are upgrading from a .NET Windows Forms application in Visual Cobol 2.1running on Windows XP pc's, pointing to Cobol Server 2.1 license on Windows Server 2012 to Visual Cobol 2.3 on new Windows 10...
View ArticleFree Cobol Licence not working
I am a student attempting to activate the free 1 year version of visual cobol. I have downloaded it but when i try to acquire the free license i get an error. Please advise
View ArticleVisual Cobol PE License won't activate.
I am trying to activate the free Visual Cobol PE version after installing it every time I try it throws a Authorization Process Error. "MG0006: unable to authorized the request."
View ArticleRE: Visual Cobol PE License won't activate.
I just tested this here and the license activation worked OK for me so it appears like this is now fixed.Can you please give the activation another try?Thanks.
View ArticleRE: Visual COBOL PE won't activate
I just tested this here and the license activation worked OK for me so it appears like this is now fixed.Can you please give the activation another try?Thanks.
View ArticleRE: SuppressUnmanagedCodeSecurity
Actually if you compile the managed code application using the directive ILNONATIVE the pass by reference will work correctly.Thanks.
View ArticleRE: SuppressUnmanagedCodeSecurity
managed app compiled with $set noilnative declare myhandle as binary-long = self::Handle as binary-long declare myret as binary-long call "subprog" using myhandle myretnative...
View ArticleRE: SuppressUnmanagedCodeSecurity
Chris,Pardon, but I believe it is spelled like this: NOILNATIVEThanks
View Articledynamically loading a winform based on a string
The issue.I have a c# application that does the following: reads an xml file with menu tree items, gets the user and groups from AD then using that information builds the menu tree. Each of the menu...
View ArticleRE: dynamically loading a winform based on a string
The following works for me when the Winforms app is in the same folder as the calling cs program: static void Main(string[] args) { Assembly MyCOB = Assembly.Load("WindowsFormsApplication1"); // DALL...
View ArticleRE: SuppressUnmanagedCodeSecurity
Yes, you are correct the NO is before the IL. I spelled it correctly in the second post with the example.
View Article