anorakgirl
Programmer
hi,
i have been given the source of a web app that someone alse developed, and asked to get it up and running to look at.
The app is ASP vbscript, and it seems to use some custom dlls.
for example, there are lines in the code such as
set objUser = server.CreateObject("myApp.User")
There were some dlls supplied, which I have registered using regsrv32 /path/to/dll
However, I am getting errors with the app and have traced these to the dlls rather than the ASP.
My usual strategy is to add debugging lines to the code to track down the error, but obviously the dlls are compiled code so I can't do this.
I have some .cls files which look like they might be the source to the dll files,. and also some .vbp files/.vbw files, which I am guessing are to do with visual basic?
So, my question is, how can I edit the .cls file then regenerate the dll? Do I have to buy some MS Visual Basic product?
Sorry if this is a stupid question, but I don't know anything about VB, except for a bit in MS Access, and have always done my ASP in JScript.
Ta for any pointers...!
AG
~ ~
i have been given the source of a web app that someone alse developed, and asked to get it up and running to look at.
The app is ASP vbscript, and it seems to use some custom dlls.
for example, there are lines in the code such as
set objUser = server.CreateObject("myApp.User")
There were some dlls supplied, which I have registered using regsrv32 /path/to/dll
However, I am getting errors with the app and have traced these to the dlls rather than the ASP.
My usual strategy is to add debugging lines to the code to track down the error, but obviously the dlls are compiled code so I can't do this.
I have some .cls files which look like they might be the source to the dll files,. and also some .vbp files/.vbw files, which I am guessing are to do with visual basic?
So, my question is, how can I edit the .cls file then regenerate the dll? Do I have to buy some MS Visual Basic product?
Sorry if this is a stupid question, but I don't know anything about VB, except for a bit in MS Access, and have always done my ASP in JScript.
Ta for any pointers...!
AG
~ ~