topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 4:57 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Open Source Free Php -> Windows Exe App, WinBinder: The native Windows binding  (Read 6382 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
WinBinder: The native Windows binding for PHP


http://hypervisual.com/winbinder

Screenshot - 001 , 11_16_PM , Apr 24 2006.png




from whenpenguinsattack.com

Gothi[c]

  • DC Server Admin
  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 873
    • View Profile
    • linkerror
    • Donate to Member
Hmm,... I still think making GUI apps with a scripting language is evil :p

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
i would tend to agree but there are plenty of apps for which size and memory don't matter, and where you may have a big existing codebase.  being able to quickly turn an existing big script to a windows exe can be a great thing in such a case.

Gothi[c]

  • DC Server Admin
  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 873
    • View Profile
    • linkerror
    • Donate to Member
Generally, that's true. But what happends usually is that something starts out as a quick small script, but later it grows, more features get added, etc. The end result is not really fit for a scripting language. There are more and more and more apps that are being released like that, and it seems like applications seem to run slower and slower, with a few exceptions. That's kinda wrong :)
But offcourse there are good uses for it. :)

For example, a good backend program coded in for example c++, with a scriptable frontend. :)
The reality is, very few, next to none script-based applications that I see are coded like that.
« Last Edit: April 25, 2006, 12:10 AM by Gothi[c] »