Menu

#1 New compile options

closed
nobody
None
5
2012-10-09
2001-05-30
Anonymous
No

I don't have MSVC at the moment. I understand the
problem with getting Borland's compiler to build...
it's preprocessor doesn't like function parameter
defines passed as parameters to #defines... However,
alternative compile environments may include:

Cygwin - http://sources.redhat.com/cygwin
(cygwin may be associated with Mingw32 - but using
fixming.bat does not immediately provide make
functionality - no MING32 export )

lcc - http://www.cs.virginia.edu/~lcc-win32/
(somewhat uses gcc's inline assembly...)

Alternative assembler -
NASM - http://www.web-sites.co.uk/nasm/
(has patches for the Unix LCC version to use this as
the backend assembler)

Discussion

  • Panther

    Panther - 2001-05-30

    Logged In: YES
    user_id=43253

    (also me)

     
  • Eric Botcazou

    Eric Botcazou - 2001-07-11

    Logged In: YES
    user_id=113920

    IMHO the best alternative to MSVC is MinGW32, whose version
    1.0 has just been released.
    Cygwin is supported since 3.9.37 WIP in MinGW32
    compatibility mode.
    It would be nice to have a fully functional Borland C++
    Builder port: maybe can you help us ?

     

Log in to post a comment.