Upgarding Visual Cobol Personal Edition
I currently have Visual Cobol Personal Edition 2.1 hosted in Visual Studio 2010. I would like to upgrade to VCPE 2.2 but hosted in VS 2012, which I also have.Do I need to uninstall VCPE 2.1 and Licence...
View ArticleRE: Upgarding Visual Cobol Personal Edition
Chris: thanks. Will the install of VCPE 2.2 cause VS2012 to host it?
View ArticleRE: Upgarding Visual Cobol Personal Edition
Ah, I see - you download the version that complements the appropraite version of VS.
View ArticleRE: Data área like "sesión data".
Hi ChrisWhen you 're saying "same run-unit" you mean the same executable?
View ArticleRE: Upgarding Visual Cobol Personal Edition
Yes, correct we have different installers for each version of Visual Studio. If you want to use Visual Studio 2010 you would install the Visual COBOL for VS2010 product, for Visual Studio 2012 you...
View ArticleRE: Upgarding Visual Cobol Personal Edition
Chris, I am NOT posting these questionsSomething else is happeningWhat is it?I have not posted a question on this Forum for a long time now, certainly not in the last 2-3-4 daysPaul
View ArticleRE: Data área like "sesión data".
Not necessarily the same executable. A run-unit consists of the main COBOL program and all subprograms that it may call so these subprograms could be in separate executable files like .int, gnt,.dlls,...
View ArticleRE: Upgarding Visual Cobol Personal Edition
Hi Paul,It appears that there are two Paul R's on this forum, that's all.Thanks
View ArticleDatabase connection in Visual Cobol
I upgraded to the latest version of Visual Cobol and my data connection no longer works. Has something changed with how I connect? I tried removing and then adding back the catalog using the ADO.Net...
View ArticleRE: Unable to obtain the requested license
Go into the folder C:\ProgramData\Micro Focus and delete the files lservrc.stn and lservrc.netOpen up Services under Administrative Tools and restart the Sentinel RMS License Manager service.Now start...
View ArticleRE: Unable to obtain the requested license
ChrisThis fixed my problem, thank you for your help.ThanksDon
View ArticleUnable to obtain the requested license
I had Visual Studio 2010PE installed on my system, I uninstalled it. I now installed Visual COBOL for Visual Studio 2012 PE , 1 year subscription.When I try to create a new COBOL project in Visual...
View ArticleRE: PL-SQL TYPE HEADER
Dear Chris,We did all of this in the enclosed Cobol Program and ALWAYS we get the same ERROR on the same line :Dear Chris,We did all of this in the enclosed Cobol Program and ALWAYS we get the same...
View ArticleRE: Database connection in Visual Cobol
Hi David,When exactly do you get that error and how is it returned, on EXEC SQL CONNECT, in sqlerrmc?Thanks.
View ArticleRE: Database connection in Visual Cobol
Hi ChrisIt says that the connection can not be found. I tried un-caterloging it and redoing it but it still can not found the connection. It worked prior to updating to 2.2 and rebuilding. Any...
View ArticleRE: Database connection in Visual Cobol
Did you create the ADO connection using the correct bitism of 32-bit or 64-bit?If your application is built as target x86 then you need to use a 32-bit ADO connection, if it is x64 then it needs to be...
View ArticleRE: Database connection in Visual Cobol
Thanks ChrisChanging it to 64-bit worked. I would never had thought about doing that since it has been working before I upgraded to Visual Cobol 2.2.Thanks again.David
View ArticleUpdate 2.2.2
On my Windows 8.1 Pro System (German Version) I am using Visual Studio 2013 with Visual Cobol 2013. I have a solution with a Webservice project and a 2nd project with the processing classes. After...
View ArticleRE: How to pass parameters from native to managed
The image from your tutorial didn't post, but the managed class code goes something like this:method-id managedMethod.local-storage section.01 custRecord. 05 contact pic x(20). 05...
View ArticlePL-SQL TYPE HEADER
Dear Chris,Could you please say to me how I can put a PL-SQL TYPE HEADER into a Visual Cobol Program ???Many Thanks,PJM
View Article