RE: NetExpress Projects Conversion to Visual Studio solution
The Net Express import Wizard currently does not have that capability. The Wizard does an in-place conversion where the resultant VC project and solution files will be created in the same folder as the...
View ArticleRE: Object COBOL?
The native OO syntax is still supported for compatibility with existing systems but it is not fully documented in the Visual COBOL documentation. If you wish to use this syntax then you should probably...
View ArticleRE: Shared memory access
For platform compatibility I would recommend that you use the COBOL library routines, CBL_ALLOC_MEM or CBL_ALLOC_SHMEM that are documented under Library routines.Thanks.
View ArticleRE: Shared memory access
Chris,What I do not understand about CBL_ALLOC_MEM and CBL_ALLOC_SHMEM is how two separate processes can map the same shared memory using these routines.In a SYS V IPC environment The shared memory...
View ArticleRE: Shared memory access
Take a look at CBL_PUT_SHMEM_PTR and CBL_GET_SHMEM_PTR.There is a demo on how to use these to share memory between processes here although it is for NX the shared memory and rununit calls still apply.
View ArticleShared memory access
Hi,I need to access shared memory from COBOL. The COBOL will be native.As the code will be developed on Windows and deployed to Linux I need the API to be the same on both platforms.I think that I will...
View ArticleRE: Shared memory access
Chris,Thanks. I was aware of those calls. I assumed that they allow the memory to be shared between members of the coru only. Is that correct?Some other information I did not mention before:The COBOL...
View ArticleDataGridView Grid Borders
HiI have a DataGridView with 8 columns, all Text Box columns, all Read Only, populated from an indexed file. The first tow columns are frozen. I want the right hand border on the second column to...
View ArticleVisual Studio 2013
Dear Chris,My installation of VS 2012 had a problema and now I installed VS 2013 Community but Visual Cobol don´t appear there.There are a versión of Visual Cobol specific for VS 2013 ???How I can do...
View ArticleRE: Visual Studio 2013
Hola Pedro Juan,There is a specific version of Visual COBOL for VS2013, and you can find it at the Product Updates page at the MF SupportLine site.You can use your solutions and projects from VS2012 in...
View ArticleRE: Personal Version
Hello bringer,If you kept the setup file, then you simply need to install it again. Otherwise, you might to download it again from the same link you had before.Regards,
View ArticleRE: Personal Version
I did save the install file and I get an error when I run it. The error is; 0x80070643 - Fatal error during installation. A log file is created during the process, will it help.If I download a new...
View ArticleRE: Personal Version
Can you please clear out the %temp% folder to get rid of all old cached files and see if you can then start the installation? If that doesn't make any change, please attach the log file.
View ArticleRE: Personal Version
There are a lot of Temp folders, can I assume that C:\Users\Carl\AppData\Local\Temp is the one you are referring to. I did remove all files except one that is used my MS Office.Is there something in...
View ArticleRE: Personal Version
You may try now to start the installation. If it still fails, you will see the log files from the same "temp" folder. Please attach them here for review.
View ArticleLooking for database programming example for green screen
Hi All,I'm a newbie to Cobol. I'm looking for examples on the standard way to move forward and backward through a database table. When using Xbase/Clipper I would program a entry screen with Function...
View ArticleRE: Personal Version
Click on the "Use rich formatting" next to the Reply button to access the options to attach files and other features.
View ArticleRE: Personal Version
Sorry, I just don't see a way too attach a file.I selected Select Tags and I couldn't make Head Nor Tail of it.I suppose if would make sense had I done it before. Can you elaborate?
View Articleinsert xml in a form
Please help me!I have a comunication with web server, but the return this web server is xml, i need to know how i get xml and insert this xml in a form in Visual Cobol
View Article