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. The Lounge
  3. Probably should be in the programming forums but...

Probably should be in the programming forums but...

Scheduled Pinned Locked Moved The Lounge
delphiquestion
22 Posts 7 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.
  • OriginalGriffO OriginalGriff

    S Houghtelin wrote:

    Everything acts strangely in Windows 7 8. :-D
     
    I worry if something anything works at the first compile. at all

    FTFY!

    The universe is composed of electrons, neutrons, protons and......morons. (ThePhantomUpvoter)

    S Offline
    S Offline
    S Houghtelin
    wrote on last edited by
    #11

    I've had limited experience with W-eight. Mostly to see if some of our data collection applications work. They do, and they don't. The security features can put the init files in a different locations. Took some doing but I was able to get most of them going with little effort. Oddly enough, our old VB6 apps worked just fine. :~

    It was broke, so I fixed it.

    1 Reply Last reply
    0
    • G glennPattonWork3

      Has anyone noticed that Delphi apps act strangely in Windows7 ?:confused:

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

      Compiled using which version of Delphi? One of the pre-Vista versions?

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

      G 1 Reply Last reply
      0
      • L Lost User

        Compiled using which version of Delphi? One of the pre-Vista versions?

        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

        G Offline
        G Offline
        glennPattonWork3
        wrote on last edited by
        #13

        I have no idea, this is an application that we were given to test some boards with. When I was on site I did see a Delphi 5 battered book on the shelf. The dialogue boxes are square and so are the buttons not like Vis Studio but it has a net run time installed on the box. Seem to remember Borland Dev Studio 2006 had Delphi for .NET......

        L 1 Reply Last reply
        0
        • G glennPattonWork3

          Ahhh, that's nice to know I was starting to think it was a DFU mistake. Why does the client use Delphi and TCL ??

          A Offline
          A Offline
          AlphaDeltaTheta
          wrote on last edited by
          #14

          :suss:I suspect He/She/They is/are a fan of Borland (names now changed to a cryptic term starting in E...)

          1 Reply Last reply
          0
          • G glennPattonWork3

            Has anyone noticed that Delphi apps act strangely in Windows7 ?:confused:

            C Offline
            C Offline
            Corinna John
            wrote on last edited by
            #15

            Which version of Delphi? I use Delphi 7, 2009 and XE2 on Win7. No strange behaviour of strange apps so far. Maybe your app calls a depicated WinAPI function.

            This statement is false.

            G 1 Reply Last reply
            0
            • G glennPattonWork3

              Has anyone noticed that Delphi apps act strangely in Windows7 ?:confused:

              G Offline
              G Offline
              gardnerp
              wrote on last edited by
              #16

              I use XE2 and have not had issues.

              G 1 Reply Last reply
              0
              • C Corinna John

                Which version of Delphi? I use Delphi 7, 2009 and XE2 on Win7. No strange behaviour of strange apps so far. Maybe your app calls a depicated WinAPI function.

                This statement is false.

                G Offline
                G Offline
                glennPattonWork3
                wrote on last edited by
                #17

                I am trying to stay away from the code in this project.....

                1 Reply Last reply
                0
                • G gardnerp

                  I use XE2 and have not had issues.

                  G Offline
                  G Offline
                  glennPattonWork3
                  wrote on last edited by
                  #18

                  XE 2, my memory of Pascal (which I believe Delphi is a child of) was restricted to college at Uni we used C, in the real world I have used VB6, VB.NET (2002), Borland C++ Builder, C, C# most recently, is XE 2 a newer version of Delphi?

                  G 1 Reply Last reply
                  0
                  • G glennPattonWork3

                    XE 2, my memory of Pascal (which I believe Delphi is a child of) was restricted to college at Uni we used C, in the real world I have used VB6, VB.NET (2002), Borland C++ Builder, C, C# most recently, is XE 2 a newer version of Delphi?

                    G Offline
                    G Offline
                    gardnerp
                    wrote on last edited by
                    #19

                    Yes. The current Delphi version is called XE3.

                    G 1 Reply Last reply
                    0
                    • G gardnerp

                      Yes. The current Delphi version is called XE3.

                      G Offline
                      G Offline
                      glennPattonWork3
                      wrote on last edited by
                      #20

                      Ahhh, the old change the name trick, is still Borland Inspire, or Inspire?...

                      1 Reply Last reply
                      0
                      • G glennPattonWork3

                        I have no idea, this is an application that we were given to test some boards with. When I was on site I did see a Delphi 5 battered book on the shelf. The dialogue boxes are square and so are the buttons not like Vis Studio but it has a net run time installed on the box. Seem to remember Borland Dev Studio 2006 had Delphi for .NET......

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

                        Right-click on the executable, open "properties", go to the "compatibility" tab and set the compatibility-mode to "Windows XP". Also check the "Run as administrator" checkbox.

                        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

                        G 1 Reply Last reply
                        0
                        • L Lost User

                          Right-click on the executable, open "properties", go to the "compatibility" tab and set the compatibility-mode to "Windows XP". Also check the "Run as administrator" checkbox.

                          Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

                          G Offline
                          G Offline
                          glennPattonWork3
                          wrote on last edited by
                          #22

                          Just about to give it a go.....

                          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