Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/05/08 11:55
Modified:
  01/05/08 11:57

Read: times


 
#149072 - My experience
Responding to: ???'s previous message
Delphi used to be able to generate one executable and not need any other run-time libraries etc. I'm not sure if this is the case with the latest tools - I use Delphi5 and Asyncpro and you could get a sizeable application in 1mb. It used to be that I liked to have utilities that fitted onto a floppy disk - with memory sticks, the 1.44mb boundary no longer exists!

With Delphi5 and Asynchpro, you can 'write' a terminal program with no code! Plonk a serial object onto the window, then plonk a terminal object on the window. configure coms ports,baud rates etc then press F9. Terminal program. If you want pull down menus to select com port,baud rate etc - that takes a little coding.

If you use USB chips that have drivers already written, that saves a lot of work writing your own. Or you can use existing drivers like the HID spec and make your microprocessor USB device behave that way. Obviously, if you have specific requirements for the USB interface, then you have to write your own drivers - c/c++ microsoft tools are required methinks.


List of 35 messages in thread
TopicAuthorDate
PC Software tools            01/01/70 00:00      
   Why develop drivers?            01/01/70 00:00      
   PC Developer Resources            01/01/70 00:00      
   My experience            01/01/70 00:00      
      Delphi, C++ Builder, etc            01/01/70 00:00      
      Hey Rus... is Delphi5 a free download?            01/01/70 00:00      
         Delphi            01/01/70 00:00      
   My experience            01/01/70 00:00      
      other view            01/01/70 00:00      
         just to add to the bunch...            01/01/70 00:00      
         Tell me more            01/01/70 00:00      
            Open source Windows tools            01/01/70 00:00      
               Whilst we're talking languages            01/01/70 00:00      
                  example?            01/01/70 00:00      
                     Missing the point?            01/01/70 00:00      
                     Server            01/01/70 00:00      
                         Server - that's right!            01/01/70 00:00      
                           Toaster            01/01/70 00:00      
                  For the future            01/01/70 00:00      
                     WEB 2.0            01/01/70 00:00      
                        i'm asking about server-less toasters            01/01/70 00:00      
                           You need a Server            01/01/70 00:00      
                           http server and ethernet            01/01/70 00:00      
                        Ajax            01/01/70 00:00      
                           T-chart            01/01/70 00:00      
                              More trouble than its worth ?            01/01/70 00:00      
                              More trouble than its worth ?            01/01/70 00:00      
                                 Try moving to Vista!            01/01/70 00:00      
                                    Which is why...            01/01/70 00:00      
                              TeeChart            01/01/70 00:00      
                        Siteplayer            01/01/70 00:00      
            GNU tools for Win32            01/01/70 00:00      
      Thanks Russ, ... and more            01/01/70 00:00      
         Services            01/01/70 00:00      
            Thanks for the tip Andy            01/01/70 00:00      

Back to Subject List