Re: F77 & WIN XP



I briefly tried the Watcom Demo but the docs seem to indicate that it only
supports TEXT-MODE.

I'm not sure what you mean by this? OpenWatcom has GUI IDEs for development,
and can target Win32 GUI EXEs, not just text mode EXEs. It does not come
with a GUI generator by default, AFAIK, but can be used with several --
or you can do your F77 into a DLL and display the interface through just
about anything that can talk to a DLL, such as VB or Delphi (or whatever Borland
is calling it these days).
.



Relevant Pages

  • Re: COM Question
    ... 1-Created VCR Control Library DLL to define interface ... 4-Dropped Sony_X1234_Mobile onto host app to test it. ... which would display it's GUI. ... I have implemented a UserControl Library dll and a dll ...
    (microsoft.public.dotnet.framework.compactframework)
  • Cant connect with ConnectionString (D7+ADO)
    ... I have a DLL that is loaded by a service, and that DLL needs to do some database work. ... Anyone know of any good tutorials for Delphi for mucking about with ADO without a GUI? ... Also, I notice that when I step through with the debugger after I set db.ConnectionString, but before the Open call executes, the debugger thinks ConnectionString is still an empty string. ...
    (borland.public.delphi.database.ado)
  • Re: writing to a string
    ... No I haven't seen one single usefull example. ... In this day and age everything is done in GUI because it easier to apply ... Any else will be a dll or something. ... No I won't move on until you explained why you keep speaking Bshit. ...
    (alt.comp.lang.learn.c-cpp)
  • problem deleting char* used in threads
    ... My solution consists of 2 projects, 1 is a dll (contains sockets ... functionality, multithreaded), and the other is a wtl gui project. ... The gui app has a edit box, acting as a console, where I ... visual studio 2k5, vc++ WTL, windows 2000. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: creating a Delphi GUI within a Delphi DLL that is called from VS C++
    ... > the DLL successfully without any gui (i.e. the dll behaves as a console ... It is generally no problem to do this if the GUI consists of modal dialogs ... Procedure ShowDLLForm(appHandle: HWND); stdcall; ... So the idea of creating a secondary thread to handle the GUI has some merit. ...
    (borland.public.delphi.language.objectpascal)