Results 1 to 2 of 2

Thread: how to receive values from a calling dll function

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    London, UK
    Posts
    39
    I want to receive values back from a calling dll function?

    How do I do this?

    This is the 'ASP' code I am using

    <% @Language = "VBScript" %>
    <% Response.buffer = true %>

    <%
    Dim Msg
    Dim Lat
    Dim Lon
    Dim Map



    Msg = Maps & "," & Lon &"," & Lat


    ' Lat=Request.QueryString("Lat")
    ' Lon=Request.QueryString("Lon")
    ' Map=Request.QueryString("Map")

    Map = "OS2000.Map"

    userid="1"

    Lat = "50.748867"
    Lon = "-001.554733"




    Dim finalm

    Set finalm = Server.CreateObject("DLLCall.Geomanconv")

    RetStr=finalm.GEOMANCODE(Lat,Lon,Map)


    %>

    <%="Res="&RetStr%>












  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Hmm... looks OK what appears to be the problem?
    Mark
    -------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width