Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Hello, Gurus, I need your suggestion about VC and BCB.

Hello, Gurus, I need your suggestion about VC and BCB.

Scheduled Pinned Locked Moved C / C++ / MFC
c++delphidesignbusinesscollaboration
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zengkun100
    wrote on last edited by
    #1

    These days, our team will launch a new project. one of our team members suggested that we should use Borland's C++ builder to write the UI(because it's easier than VC), and Visual C++ to implement business logic code. I'am not sure whether this is a reasonable suggestion. I always think those two compilers will generate different C++ object layout in memory , so they can't work together. Want your ideas, very urgent. Plz :)

    A Chinese VC++ programmer

    R S 2 Replies Last reply
    0
    • Z zengkun100

      These days, our team will launch a new project. one of our team members suggested that we should use Borland's C++ builder to write the UI(because it's easier than VC), and Visual C++ to implement business logic code. I'am not sure whether this is a reasonable suggestion. I always think those two compilers will generate different C++ object layout in memory , so they can't work together. Want your ideas, very urgent. Plz :)

      A Chinese VC++ programmer

      R Offline
      R Offline
      Rajesh R Subramanian
      wrote on last edited by
      #2

      I'll suggest you to use either VC++ or BC++. By mixing and matching, you'll welcome pain. And I don't think that UI designing is a real daunting task if you use MFC.

      Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

      Z 1 Reply Last reply
      0
      • R Rajesh R Subramanian

        I'll suggest you to use either VC++ or BC++. By mixing and matching, you'll welcome pain. And I don't think that UI designing is a real daunting task if you use MFC.

        Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

        Z Offline
        Z Offline
        zengkun100
        wrote on last edited by
        #3

        Thank you! :) Yes, I learned that different compilers will generate different binary even if they compile the same c++ class. So I object to mix IDE.

        A Chinese VC++ programmer

        1 Reply Last reply
        0
        • Z zengkun100

          These days, our team will launch a new project. one of our team members suggested that we should use Borland's C++ builder to write the UI(because it's easier than VC), and Visual C++ to implement business logic code. I'am not sure whether this is a reasonable suggestion. I always think those two compilers will generate different C++ object layout in memory , so they can't work together. Want your ideas, very urgent. Plz :)

          A Chinese VC++ programmer

          S Offline
          S Offline
          Stephen Hewitt
          wrote on last edited by
          #4

          You can get struct and class layouts to match by using the appropriate #pragmas, but I agree that picking one compiler is probably the best choice.

          Steve

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups