CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2003
    Posts
    15

    how to bcc32.exe multiple files

    i use Borland C with EditPlus
    When i compile bcc32 with only one file containing main() function ..It run OK
    But now i have 2 files:
    1 for main()
    1 for class, function definition...
    so how to compile all

    I checked in borland..i did see any help.
    so please help me thank

  2. #2
    Join Date
    Nov 2002
    Location
    Sofia, Bulgaria
    Posts
    661
    well either compile them one-by-one or make a prj(or mak) file
    It's only when you look at an ant through a magnifying glass on a sunny day that you realise how often they burst into flames

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured