RE: numeric fields
This only occurs during compilation if the compiler recognizes a statement that is trying to move an illegal value into a numeric field as this is not allowed.So if you have something like:01 my-group....
View ArticleRE: Attaching resource file with DLL using ILGEN
You can use the directive ILNATIVERESOURCE to add a resource file to your compile.See here:
View ArticleAttaching resource file with DLL using ILGEN
Hi,I am trying to create a managed dll from command line using -ILGEN directive. While creating the dll I am also trying to consume the .res (Resource script) file but I am unable to do the same.can...
View Articlenumeric fields
moving space to a numeric field will initialize it with zeroes (compiler message: COBCH1026E Source literal is non-numeric - substituting zero). A numeric test is succesfull (which causes consequential...
View ArticleRE: Visual Cobol
Hi Hemmie,SCREEN SECTION support is built into the product. There is nothing else you need to install to use this.You should be able to see your COBOL displays on the console window but your project...
View ArticleRE: Visual Cobol
Hi Chris,I changed it now to a console application and that works fine.Thanks for your help.Hemmie
View ArticleVisual Cobol
My Visual Cobol is running now! I try a most simple little program to run (display on the screen 'Hello World'.It seems to be running, but i can't see the text on the screen. Background on the screen...
View ArticleVisual Style Fonts with Dialog system bitmaps
To turn on visual style controls and visual style fonts for Dialog System screens we set the MFVSSW environment variable to "/c /f" when we start our application. A user can select to either use or...
View ArticleRE: RTS 198
I resolved, as you suggested I did use procmon,and I discovered that had taken off from the path the directory where are the dll programs.The runtime program run.exe instead of giving the well-known...
View ArticleRTS 198
hi,I'm using "Micro Focus COBOL Server 2.3.1142" on Windows Server 2012.The same program compiled with Enterprise Developer 2.3.1 (Eclipse version) with same input data on my server work fine, instead...
View ArticleVisual COBOL and IBM MQ
I tried to use Visual COBOL 2.3 to connect to IBM MQ 7.5 which is installed on the same machine (RHEL 7.2)The sample code is from IBM MQ 7.5 sample folder and I follow IBM document (instructions) , the...
View ArticleRE: Visual COBOL and IBM MQ
After I checked IBM online instruction for compiling C code:gcc -m64 -o amqsput_64_r amqsput0.c -I/opt/mqm/inc -L/opt/mqm/lib64 -Wl,-rpath=/opt/mqm/lib64 -Wl,-rpath=/usr/lib64 -lmqm_rI realized I...
View ArticleRE: Visual Cobol & Mobile
The Airport Demo is a web application that runs under a Web Server such as IIS or Apache. It doesn't actually run directly on the Mobile device but it is accessible on the Mobile device thru a Browser...
View ArticleVisual Cobol & Mobile
hello,I have no idea how to create a package of the Airport demo application for mobileand how I can deploy the application on a mobile phone (what files etc...)The mobile step-by-step presentation...
View ArticleDB2 software
I've been trying to download a DB2 environment to use with Visual Cobol 2.3, I tried using the Visual Server and it doesn't work, I unzip the files and run setup and it stops loading with an error. I...
View ArticleDeserialize JSON into an Array
I would like to deserialize JSON from a REST call into an array and I'm not sure of the exact syntax. Are there any examples you can point me to or can you provide the syntax? I am working with Visual...
View ArticleRE: Visual Style Fonts with Dialog system bitmaps
You can try to put your image on a large bitmap button control (that act as your background and set as disable)
View Article