SourceForge.net Logo

Mvule

It is designed to aid developers rapidly develop applications The code was written using Visual C++(R) 6.0 and the main target is developers working in this same environment.

Basic features:

  • Menu handling i.e. command handling and update (the system routes the task straight your handlers)
  • Login management
  • Report via html and crystal reports (To compile with access to crystal reports, you will need the CrystalCtrl activex control available added to your project)
  • SQL Database connectivity using msdasql
  • A plugin menu which can be used by third parties e.g client to add their own code to the system.
  • If your software is for sale, there is a simple key generator as well. It is generated using the clients name and trial duration where applicable. Encoding the client's name in the security key can be very incoveniencing to users who chose to share the software illegally as the client name used in the key can be internally passed to a crucial report
  • Every user can be set up to access only specific areas and only menus related to those areas will be accessible to each user
  • Every user account can be set to expire. Ideal for mobile users
  • Roaming user accounts i.e a user is not tied to a particular desktop
  • Users can customise their desktop to provide quick links to the tasks they do frequently
  • Advantages:

  • Time saving
  • You concentrate on business logic of your application
  • Other Application:

  • Testing tool for business logic for which a different UI application is intended
  • The source code is straight forward and should compile ok as is with a few setting for its environment variables specifically the path for include directories may have to be altered or you would have to specify the complete path of the required header files in the header section of the source files.


    Click here to Download