Forum Post: Java error
eclipse.buildId=M20120208-0800 java.version=1.7.0_21 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_CL Framework arguments: -product...
View ArticleForum Post: RE: Errors not provided in Visual Studio IDE
Is this suppressing all compiler errors or just these particular errors?Try introducing a typo in working-storage to a data item and see if the compiler reports this.You might also check the project...
View ArticleForum Post: RE: Managed Calling Native
Hello Chris,It took me a while to solve that. I checked all your recommendations, but to no better.Finally I tried to run my program from the "32 Bit Visual Cobol Prompt" provided in the system...
View ArticleForum Post: RE: Java error
I can see from the stack trace that the NPE is being invoked when a selection event is triggered in the variable inspection code while debugging. What I can't tell is why or how you managed to get...
View ArticleForum Post: RE: Problem with PFKeys
The platform is probably Windows, because the screen shot from PedroJuanMontero shows a window with the title: "runmw.exe - Application Output", whereas if it were Unix/Linux, the window would probably...
View ArticleForum Post: RE: Problem with PFKeys
The ADISCTRL file needs to be in the working directory for the application.By default the working directory is the output folder of the project which is the folder containing the .EXE, .OBJ and .IDY...
View ArticleForum Post: RE: OPENESQL Question
Sorry for the delay.I just received the following from development:SQL(CHECK) is not supported with TARGETDB=ORACEOCI. To use SQL(CHECK), you need to use the DBMAN=ODBC directive.ORACLEOCI is being...
View ArticleForum Post: RE: Error 1 COBCH1624 : Cannot implicitly convert string to...
Thank you all for trying to help. The reality is that visual cobol not yet ready to overcome the cobol as language, is painful but this effort needs to microfocus is sailing in the dark. Thanks for...
View ArticleForum Post: Debugging and Rebuild
Is there a way not not build a complete project everytime you debug? When I starting the debug of my solution, it rebuild every project whether they have changed since the last build or not. Is this...
View ArticleForum Post: RE: Debugging and Rebuild
You can also turn on the Visual Studio setting under Tools-->Options-->Projects-->Build and Run-->Only build startup projects and dependencies on run.Only build startup projects and...
View ArticleForum Post: Calling Java from VC 2.1
Hello,We are quite new to Visual Cobol 2.1 for Eclipse under Linux.We have an application in "classical cobol" and would like to be able to call the java library iText to generate pdf (or rtf) files....
View ArticleForum Post: RE: Calling Java from VC 2.1
Thanks a lot for your answer.I'll try to play around the given canvas. iText is not the problem - although... It's more the glue with cobol, at least how to start!Regards,Alain
View ArticleForum Post: RE: Debugging and Rebuild
Kpeters913, when you start debugging, each project in the solution will be checked to see whether it needs to be rebuilt but unless the dependant files are newer than the targets that check should not...
View ArticleForum Post: RE: Getting the length of an array of objects
You could use a perform varying on the array returned from File::listRoots() for example: procedure division using by value args as String occurs any. perform varying diskdrive as type File through...
View ArticleForum Post: RE: Trying to install Visual Cobol on Windows 8
Can you please provide some more information and possibly a screenshot of the actual error that you are experiencing? Thanks
View ArticleForum Post: RE: Debugging under the Cobol Server 2012 runtime
You might also look into creating a binary CTF trace file using the BINFILE emitter instead of TEXTFILE. You can then use the ctfviewer program to look at the trace and it will have a much more...
View ArticleForum Post: RE: Trying to install Visual Cobol on Windows 8
OS : Windows 8 Downloaded Visual Cobol for Eclipse. When i try to create a Cobol JVM Class like this class-id com.mf.CBOClass public. working-storage section. method-id instanceMethod....
View Article