Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NetClearScript V8 is released! Check out the demo GIF to see its new features in action!

iswithzhz

Programmer
Dec 22, 2024
36
NetClearScript V8 has officially launched! Featuring enhanced execution speed, cross-platform support, and seamless VFP integration. Watch the animated demo GIF to explore its capabilities!
 
I'm not familiar with this. You mention seamless VFP integration and an animated demo GIF, but there are no links to where the library or the animated GIF is.

I did a quick search and the closest thingI can find is ClearScript (spelled without the Net prefix) from Microsoft on GitHub, and there's no animated GID there and naturally Microsoft does not mention FoxPro.

Can you give us more details?
 
@iswithzhz

Please make a choice: Either you reply when we ask, or you stop posting. This is a forum for communication between several users, it's not a one way forum.
 
Project Overview:
I have encapsulated NetClearScript V8 to enable seamless DLL invocation from Visual FoxPro (VFP), allowing full access to C#/.NET resources. This solution outperforms existing bridge tools in speed while providing truly object-oriented programming capabilities.

Key Features:

  1. JavaScript Integration
    • Freely load JS scripts to extend functionality, e.g.:
      • Chinese cryptographic standards: SM2/SM4 implementations
      • Universal libraries: SheetJS for Excel (xlsx/xls) data processing
  2. Native .NET Framework Integration
    Directly utilize .NET assemblies with native-level performance, including implemented components:
    • UI Controls: Chart, TextBox, ToolStrip, MenuStrip, DataGridView
    • System Components: Thread, HttpClientHandler, SmtpClient
    • Security: Cryptography namespace
    • Data Access: SqlClient (SQL Server connectivity)
Technical Advantages:

  • Full object-oriented programming paradigm support
  • Performance-optimized bridge architecture
  • Direct translation layer between VFP and .NET assemblies
  • Extensible through JavaScript ecosystem integration
This implementation provides VFP developers with unprecedented access to modern .NET capabilities while maintaining compatibility with legacy systems.
 

Part and Inventory Search

Sponsor

Back
Top