Build JVM COBOL by ant
Build JVM COBOL by antI had a problem when I build a JVM COBOL(JUnit test) by ant(ant -lib $COBDIR/lib/mfant.jar -f .cobolBuild).**************************************************** [cobol] [cobol]...
View ArticleRE: Build JVM COBOL by ant
Yes since runnning that script only changes the envioronment for that shell and child shells. However, you can run cobsetenv in script prior to invoking ant as one script or run it as part of the...
View ArticleRE: Visual COBOL 2.1 PE (Limited License) Install with Visual Studio 2012
Actually, we have made some changes in our latest version which is Visual COBOL 2.1 Update 1, so if you install the standard product delivery, without a license, it will default to being a Visual COBOL...
View ArticleRE: Visual COBOL 2.1 PE (Limited License) Install with Visual Studio 2012
Thanks for the advice! I downloaded V2.1 Update 1 and installed, as suggested. However, when I went to use the product there was no way around the License Manager. There I had two choices ... I...
View ArticleVisual COBOL 2.1 PE (Limited License) Install with Visual Studio 2012
I'm trying to install Visual Cobol using the"visualcobolvisualstudio21pe.exe" Visual Cobol Installer, in Windows 7, with Microsoft Visual Studio 2012 installed.The installer does NOT recognize Visual...
View ArticleRE: Called program file not found in drive/directory.(Visual COBOL 2.1 for...
The difficulty might be that you need to use "cobjrun" instead of "java" to invoke the process. Search the documentation for the keyword "cobjrun". At one point the documentation says: Java/COBOL...
View ArticleCalled program file not found in drive/directory.(Visual COBOL 2.1 for RedHat)
I called a native COBOL program in a junit JVM COBOL.(CALL "SS2401" USING SS2401-IN)But when I run the JVM COBOL in the command line,there is a error.[Called program file not found in drive/directory...
View ArticleRun JVM COBOL by ant script(.cobolBuild)
Is there a tag can run JVM COBOL by ant script(.cobolBuild) in Visual COBOL?I mean for example I can use tag<junit>(ant-junit.jar) to run junit by ant script.And I want to run a JVM COBOL by ant...
View Articlecalling registered COM objects from managed code
Hi, I'm new to Visual Cobol (I have Version 2.1 Upgrade with Visual Studio 2012 running in Windows 8).In Net Express I used an OO program to call registered COM objects.Using VC (Form Designer) I have...
View ArticleRE: calling registered COM objects from managed code
In a Visual COBOL native program you can use the same OO client classes to call COM as you did in Net Express.From a managed code program, after you add a reference to these COM servers you would just...
View ArticleRE: contenttype without extension
Hi Alex,The content type support in Eclipse that we use for identifying files is dependent on file extensions. As you will have seen when trying to add a new extension to the content type list for...
View ArticleThe problem about create coverage report.
The problem about create coverage report.I have a error when I create coverage report again after the source of program has been modified.The error is [TC041E Matching source file not found.Program...
View ArticleRE: The problem about create coverage report.
I don't understand the steps that you have listed here as you mention that you are running JVM COBOL. TESTCOVER is only supported with native applications and is not supported in JVM COBOL programs.The...
View ArticleRE: contenttype without extension
Hi Darren,i was hoping there is some solution on MF side. I am aware that eclipse doesnt allow content type w/out extension (except poking with plugin contributions).Thak a lot,Alex
View Articlecontenttype without extension
hi all,Is there a way to let know MF plugin (enterprise Developer for Eclipse, actually) taht files w/out extensions are INCLUDE files, and they should be treated as copybooks.Ive tried to add type...
View ArticleRE: Using Application.Run(ApplicationContext) in Visual COBOL
I think that you probably converted this from a C# example that used the method name of MyApplicationContext as the constructor.to invoke when a new instance of the MyApplicationContext class was...
View ArticleRE: Using Application.Run(ApplicationContext) in Visual COBOL
Changing the constructor name to "New" works like you said but unfortunately it's not returned to after I start up the native menu, so the message loop never gets started; "invoke type...
View ArticleUsing Application.Run(ApplicationContext) in Visual COBOL
We have a hybrid application that runs both native and managed functions from a native menu. The first program run is managed. I want to start a message loop in this program then show each managed...
View ArticleRE: The problem about create coverage report.
Hi,ChrisThank you for reply.I listed all of my operate because I think maybe the sequence is the key to solve the error.Maybe it's a wrong idea.I compile the native cobol(.pco PRO*COBOL) by TESTCOVER...
View ArticleDeploying Dialog System with Visual Cobol
When I try to run my application I'm getting a 173 error on DSGRUN. Where can I find the documentation for deploying Dialog System runtime for Visual Cobol?
View Article