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. Other Discussions
  3. The Back Room
  4. help

help

Scheduled Pinned Locked Moved The Back Room
c++delphihelpquestion
13 Posts 9 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Hi i programs vc++. how make them delphi? thanks you all god bless:rose:

    M C M R S 5 Replies Last reply
    0
    • L Lost User

      Hi i programs vc++. how make them delphi? thanks you all god bless:rose:

      M Offline
      M Offline
      Mazdak
      wrote on last edited by
      #2

      kool wrote: Hi i programs vc++. how make them delphi? :eek: :eek: :eek: Mazy "The more I search, the more my need For you, The more I bless, the more I bleed For you."The Outlaw Torn-Metallica

      S 1 Reply Last reply
      0
      • L Lost User

        Hi i programs vc++. how make them delphi? thanks you all god bless:rose:

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        Basically, you take the C++ code and you turn it into Delphi code. You can do this one of two ways. 1. Learn Delphi. 2. Magic. 1 is more reliable, but 2 is easier. Christian I am completely intolerant of stupidity. Stupidity is, of course, anything that doesn't conform to my way of thinking. - Jamie Hale - 29/05/2002

        M 1 Reply Last reply
        0
        • L Lost User

          Hi i programs vc++. how make them delphi? thanks you all god bless:rose:

          M Offline
          M Offline
          Michael P Butler
          wrote on last edited by
          #4

          You can write Win32 DLL's in VC++ and then call them from Delphi. Or you could write COM objects in VC++ and then call them from Delphi. Michael :-) Errata 1: p. 154, section 'Defusing'. For 'red wire' read 'blue wire'.

          1 Reply Last reply
          0
          • L Lost User

            Hi i programs vc++. how make them delphi? thanks you all god bless:rose:

            R Offline
            R Offline
            Rama Krishna Vavilala
            wrote on last edited by
            #5

            There is a P2C converter which converts C/C++ programs to pascal. Search on the web for it.

            1 Reply Last reply
            0
            • L Lost User

              Hi i programs vc++. how make them delphi? thanks you all god bless:rose:

              S Offline
              S Offline
              Shog9 0
              wrote on last edited by
              #6

              It's a little known fact, but C++ *is* Delphi! It just has a lot of do-nothing lines thrown in to make it look hard. So, load your program up in delphi, & try to run. If you get any syntax errors, just comment out the lines the occur on. Have fun! --------_**

              A common man's understanding of science. Not a normal common man's of course. A very smart common man's.

              **_

              -- Nish, on Science Writing

              C M 2 Replies Last reply
              0
              • C Christian Graus

                Basically, you take the C++ code and you turn it into Delphi code. You can do this one of two ways. 1. Learn Delphi. 2. Magic. 1 is more reliable, but 2 is easier. Christian I am completely intolerant of stupidity. Stupidity is, of course, anything that doesn't conform to my way of thinking. - Jamie Hale - 29/05/2002

                M Offline
                M Offline
                Martin Marvinski
                wrote on last edited by
                #7

                Christian Graus wrote: Basically, you take the C++ code and you turn it into Delphi code. You can do this one of two ways. 1. Learn Delphi. 2. Magic. You forgot the third option. 3. Pray to Jesus. After a poor performance in London in 1899, Steinitz went insane and died a year later on August 12, 1900 at Wards Island, N.Y.

                L 1 Reply Last reply
                0
                • S Shog9 0

                  It's a little known fact, but C++ *is* Delphi! It just has a lot of do-nothing lines thrown in to make it look hard. So, load your program up in delphi, & try to run. If you get any syntax errors, just comment out the lines the occur on. Have fun! --------_**

                  A common man's understanding of science. Not a normal common man's of course. A very smart common man's.

                  **_

                  -- Nish, on Science Writing

                  C Offline
                  C Offline
                  ColinDavies
                  wrote on last edited by
                  #8

                  Posting the secret information like that could have dire consequences Shog9. Regardz Colin J Davies

                  Sonork ID 100.9197:Colin

                  More about me :-)

                  S 1 Reply Last reply
                  0
                  • C ColinDavies

                    Posting the secret information like that could have dire consequences Shog9. Regardz Colin J Davies

                    Sonork ID 100.9197:Colin

                    More about me :-)

                    S Offline
                    S Offline
                    Shog9 0
                    wrote on last edited by
                    #9

                    :~

                    --------_**

                    A common man's understanding of science. Not a normal common man's of course. A very smart common man's.

                    **_

                    -- Nish, on Science Writing

                    1 Reply Last reply
                    0
                    • M Mazdak

                      kool wrote: Hi i programs vc++. how make them delphi? :eek: :eek: :eek: Mazy "The more I search, the more my need For you, The more I bless, the more I bleed For you."The Outlaw Torn-Metallica

                      S Offline
                      S Offline
                      SimonS
                      wrote on last edited by
                      #10

                      Mazdak wrote: :eek: :eek: :eek: :laugh: :laugh: :laugh: Mazdak, you crack me up! :-D Cheers, Simon "Every good work of software starts by scratching a developer's personal itch.", Eric S. Raymond

                      M 1 Reply Last reply
                      0
                      • M Martin Marvinski

                        Christian Graus wrote: Basically, you take the C++ code and you turn it into Delphi code. You can do this one of two ways. 1. Learn Delphi. 2. Magic. You forgot the third option. 3. Pray to Jesus. After a poor performance in London in 1899, Steinitz went insane and died a year later on August 12, 1900 at Wards Island, N.Y.

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #11

                        Martin Marvinski wrote: 3. Pray to Jesus. Why Jesus? Jesus doesn't offer virgins:|

                        1 Reply Last reply
                        0
                        • S Shog9 0

                          It's a little known fact, but C++ *is* Delphi! It just has a lot of do-nothing lines thrown in to make it look hard. So, load your program up in delphi, & try to run. If you get any syntax errors, just comment out the lines the occur on. Have fun! --------_**

                          A common man's understanding of science. Not a normal common man's of course. A very smart common man's.

                          **_

                          -- Nish, on Science Writing

                          M Offline
                          M Offline
                          Mazdak
                          wrote on last edited by
                          #12

                          Shog9 wrote: It's a little known fact, but C++ *is* Delphi! It just has a lot of do-nothing lines thrown in to make it look hard. So, load your program up in delphi, & try to run. If you get any syntax errors, just comment out the lines the occur on. Have fun! Are you telling joke? :wtf: Mazy "The more I search, the more my need For you, The more I bless, the more I bleed For you."The Outlaw Torn-Metallica

                          1 Reply Last reply
                          0
                          • S SimonS

                            Mazdak wrote: :eek: :eek: :eek: :laugh: :laugh: :laugh: Mazdak, you crack me up! :-D Cheers, Simon "Every good work of software starts by scratching a developer's personal itch.", Eric S. Raymond

                            M Offline
                            M Offline
                            Mazdak
                            wrote on last edited by
                            #13

                            :) Mazy "The more I search, the more my need For you, The more I bless, the more I bleed For you."The Outlaw Torn-Metallica

                            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