I managed to figure out the problem I was having with moving some ASP to
CF... but I don't understand why.
When using the .dll in an ASP page, I don't need to specify the host IP and
port number:
sResult = E4W.bConnect()
However, in CF I need to do the following:
<CFSET Result = E4W.bConnect("234.3.4.3","8000")>
The DLL is an MS VB 5.0 DLL. Any idea why CF would require the address and
port to be specified while ASP does not?
Thanks!
John
www.cornells.com
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.