Re: VisOC and /SUBSYSTEM:CONSOLE



Hi,
Thanks for the reply. I've discovered a new command in VisOC,
CBLLINK.EXE, which does what I want. Quite a nifty command, as it has
the smarts to know if your program is using any externals (ADIS for
example), and with the -t option, create a stand-alone executable that
links in the libraries so that your program doesn't need any external
support libraries. It also makes it a true 32-bit console .EXE that
doesn't open a new console window when executed, which solves my
problem.

While I like the GUI interface for project management, I still prefer
the good ole' console, so I'm compiling and ANIMating in MF Cobol 4.5,
and when it comes time to create the final .EXE, I'm using CBLLINK.EXE.

I'm quite impressed that I didn't have to change any of my old DOS
Cobol 4.5 source code files before making them into 32-bit console apps
with CBLLINK.EXE. It's the smoothest upgrade I've ever done.

Thanks,

Joe

.



Relevant Pages

  • Re: Console Windows Forms hybrid
    ... In the console application, if no parameters are passed on the ... just launch the EXE and then exit. ... it runs as a console app. ... This is workable - I have a little shim launcher program whose ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Strange behavour of Process
    ... Did the all the EXE are of Console Application? ... Have you tried to write a test console application for a test to see if ... Microsoft Online Partner Support ...
    (microsoft.public.dotnet.framework)
  • Re: cobol array editing output
    ... I am using Cobol Fujitsu V3 compiler. ... > I am trying to diplay information which I have taken in to an array ... > When I display these variables there is large gaps between both names. ... operator's console, and the screen section has a screen window. ...
    (comp.lang.cobol)
  • Console window switch - vc2005 C++/clr/MASM project
    ... I have a project that mixes C++/clr and MASM in a single ... The exe starts with a console window which I don't want. ... I think it boils down to a linker switch - IIRC, ...
    (microsoft.public.vstudio.general)
  • Why do I get error 6 (The Handle is Invalid) trying to WriteFile to STDOUT from VB 6 exe?
    ... I create the following VB 6 app to write to STDOUT. ... I run the exe from a command line. ... I'm assuming somehow my vb app can't see the console it is being run from. ... I'd expect this failure running from the IDE but not from the command line. ...
    (microsoft.public.vb.winapi)