Forum Post: Attaching 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....
View ArticleForum Post: 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...
View ArticleForum Post: RE: Attaching resource file with DLL using ILGEN
You can use the directive ILNATIVERESOURCE to add a resource file to your compile. See here :
View ArticleForum Post: Visual 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: Visual Cobol
Hi Chris, I changed it now to a console application and that works fine. Thanks for your help. Hemmie
View ArticleForum Post: Visual 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 ArticleForum Post: RE: 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 ArticleComment on Coming Soon... Local Variables in Managed COBOL
Just used some [paragraph-level]-scoped declared local variables today and proved to myself that the scope is the containing paragraph, as I had the same name declared within the same method but in...
View ArticleForum Post: Visual 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) ,...
View ArticleForum Post: RE: 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_r I realized I...
View ArticleForum Post: Visual Cobol & Mobile
hello, I have no idea how to create a package of the Airport demo application for mobile and how I can deploy the application on a mobile phone (what files etc...) The mobile step-by-step presentation...
View ArticleForum Post: RE: 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 ArticleForum Post: DB2 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 ArticleForum Post: Deserialize 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: Deserialize JSON into an Array
We don't know what the JsonConvert class is - presumably it's in the Newtonsoft.Json namespace, but that's neither a .NET Framework namespace nor a Micro Focus one. So we don't know what the signature...
View Article