Forum Post: RE: RM POP UP Problem
I did not find the attachment. But I am fairly certain that you need to link COBWIN2 into your project.
View ArticleForum Post: RM POP UP Problem
Dear Mr. Larry Hines, Could You please be more especific about HOW we can do that?.
View ArticleForum Post: RE: RM POP UP Problem
If you are compiling from the command you should be using something like cob -xI COBWIN2 -o newrts Basically you are invoking cob, the cobol compiler, with the -I COBWIN2 to...
View ArticleForum Post: RE: RM POP UP Problem
Dear Larry, We don´t compile using Command Line, We are Compiling Into Eclipse Environment...!!!!
View ArticleForum Post: RM POP UP Problem
Deasr Larry, Enclosed the Result of Command Execution.....
View ArticleForum Post: RE: RM POP UP Problem
I think the problem is that Larry left out the source name in the command. cob popup-app.cbl -xI COBWIN2 -o popup-app where popup-app.cbl is the name of your application COBOL source file and...
View ArticleForum Post: RE: RM POP UP Problem
Note that if you already have the object file (for example, popup-app.o), you can just link in COBWIN2 with the following command: cob popup-app.o -xI COBWIN2 -o popup-app If there are...
View ArticleForum Post: RM POP UP Problem
Dear Bruce, Enclosed the result after your suggestion.. TKS
View ArticleForum Post: RM POP UP Problem
Dear All, We need that someone in Micro Focus take our projects send in ZIP Format, reproce the problema in an Environment Micro Focus for Visual Studio, See that on this environment all is RUN,...
View ArticleForum Post: RM POP UP Problem
Dear ALL, Can someone say to me HOW to send attached file greater tan 64Kb on the POST ??? We Get this message when try to enclosed the Projects in question : The maximum file size allowed is 64kB....
View ArticleForum Post: RM POP UP Problem
Dear All, Enclosed the errot GET executing the program in Visual Cobol Eclipse Environment and Using Visual Cobol Line Command.
View ArticleForum Post: RE: RM POP UP Problem
You keep using the "cobol" command. As Larry and I suggested, you need to use the "cob" command on UNIX. This command can do a compile or link (or both). Normally, there is no "cobol" command on...
View ArticleForum Post: RE: RM POP UP Problem
Dear Sir, We are Testing in Visual Cobol for Eclipse in ENDOWS 7. Here when you use the Visual Cobol Command Pront the command is COBOL not COB. TKS
View ArticleForum Post: RE: RM POP UP Problem
Dear Sir, SORRY.... We are Testing in Visual Cobol for Eclipse in WINDOWS 7. Here when you use the Visual Cobol Command Pront the command is COBOL not COB.
View ArticleForum Post: RE: RM POP UP Problem
On Windows, the command to link is cbllink: cbllink -otemplate01.exe template01.obj cobwin2.obj This will link in cobwin2.obj, which contains the required entry points for popup windows. Note...
View ArticleForum Post: RM POP UP Problem
Dear All, I Make the LINK in Windows following the instruction given for Micro Focus : The LINK RUN Well Then I Tested the program : Not RUN well (Was generated as ojala.int) Then I Generated the...
View ArticleForum Post: Getting started
I am a first time user. I downloaded the trial version with eclipse. I followed it's getting started example til it told me to choose new project COBOL. There is on COBOL anything in the list. Any...
View ArticleForum Post: RE: Getting started
The question should have read "there is no COBOL on the list I got for project choices. Any ideas?
View ArticleForum Post: RE: VS Cobol PE
We have different product installers for each specific version of Visual Studio. If you are downloading the installer for Visual Studio 2012 then you need to install it into Visual Studio 2012 as it...
View Article