[Javascript] Javascript and DLL

Murphy, Matt Matt.Murphy at thermofisher.com
Wed Aug 8 16:59:26 CDT 2007


I'm quite sure Javascript can't call a DLL, and frankly I'm quite
confused as to why you'd be processing log files with a client-side
language. 

You should use perl, php, java, or something similar for processing
something like this. 

Matt 

-----Original Message-----
From: javascript-bounces at LaTech.edu
[mailto:javascript-bounces at LaTech.edu] On Behalf Of Tim Lewis
Sent: Wednesday, August 08, 2007 3:40 PM
To: javascript at LaTech.edu
Subject: [Javascript] Javascript and DLL

I am fairly new to JScript.  I have code that works good in processing
log files.  The problem is that the log files can exceed 5 megs, and the
processing time for my code is slow when the files are that large.  I
would LOVE to change some of the routines to a C++ DLL, and call them
in, just for faster processing.  From everything that I have read,
JScript cannot call a DLL.  My question is:  is there a way to call
compiled code from jScript?  If someone can point me in the right
direction, I will gladly study up on it.

Tim


_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list