Jump to content

Mirc Browser


general

Recommended Posts

Hi Warrior and thanks for clearing that up for me. That makes a lot of sense, especially since not more than five minutes ago I noticed that my Music folder was in two different places. So that would be using double the memory to store these, or is it like an image of the folder? Pretty sucky if it's chewing up memory.

 

Back to the problem, I decided to use a snippet of Travis' for experimenting with until I solve the issue of the dll.

 

* /dll: unable to open file 'C:\Users\Simon\Apollyon' (line 89, script7.mrc)

 

Travis' alias with your fix (Have I utilised it properly?) Line "89" in bold font.

alias webpage {
  window @WebPage
[b] dll $nofile($mircexe) $+ Dll\nhtmln_2.95.dll,attach,$window(@webpage).hwnd [/b]
  dll $nofile($mircexe) $+ Dll\nhtmln_2.95.dll,margins,-2
  dll $nofile($mircexe) $+ Dll\nhtmln_2.95.dll,navigate,http://www.google.com
}

 

Cheers :)

Edited by Silo
Link to comment
Share on other sites

  • Replies 34
  • Created
  • Last Reply

Top Posters In This Topic

Try this...

 

alias webpage {
  window @WebPage
  dll $nofile($mircexe) $+ Dll\nhtmln_2.95.dll attach $window(@webpage).hwnd
  dll $nofile($mircexe) $+ Dll\nhtmln_2.95.dll margins -2
  dll $nofile($mircexe) $+ Dll\nhtmln_2.95.dll navigate http://www.google.com
}

The , isn't needed in the code.

 

Also, is your folder the nhtmln_2.95.dll in called Dll, or Dlls, or something else? :)

Edited by Warrior124
Link to comment
Share on other sites

allo :) the folder is called dlls. Am still geting the same error code :(

 

/dll: unable to open file 'C:\Users\Simon\Apollyon' (line 89, script7.mrc)

 

Quite odd indeed.

Link to comment
Share on other sites

C:\Users\Simon\Apollyon

 

Is this folder 'Apollyon' actually have more words seperated by a space? If so you need to put quotes around your filepath. Use $qt.

 

dll $qt($nofile($mircexe) $+ Dll\nhtmln_2.95.dll)

Link to comment
Share on other sites

Hi Travis, and thanks for the reply. I should of pointed out earlier that, yes there are spaces in the file path but I tried using $qt( ) in tests with no luck either.

 

It's just bizarre since I've never had problems with the dll before.

 

* /dll: unable to open file 'C:\Users\Simon\Apollyon Lite v1.0\Dll\nhtmln_2.95.dll' (line 89, script7.mrc)

 

Also tried changing Dll to Dlls with no joy.

Link to comment
Share on other sites

I don't think it's a good idea to put periods in a file path. A period seperates a file name from the extension. Sure it mostly works, but could not work as well.

 

echo -a Local Directory: $mircdir

 

echo -a nthml: $findfile($qt($nofile($mircexe)),*nhtml*,1)

 

Please show us what these return.

 

Thanks

Link to comment
Share on other sites

Hi Trav, thanks. Nice way to error check. Good tip for the future.

Local Directory: C:\Users\Simon\Apollyon Lite v1.0\
nthml: C:\Users\Simon\Apollyon Lite v1.0\Engine\dlls\nHTMLn_2.95.dll

Link to comment
Share on other sites

try using this...

dll $qt(nofile($mircexe) $+ Emgine\Dlls\nhtmln_2.95.dll)

 

Need the quotes because of the spaces in the path.

Edited by Travis
Link to comment
Share on other sites

Hi fellows, and thanks for all your help :) Trav, I changed the script's folder name to just Apollyon and ditched the spaces and the period. Still no luck :(

 

* /dll: unable to open file 'C:\Users\Simon\Apollyon\Emgine\Dlls\nhtmln_2.95.dll' (line 89, script7.mrc)

 

And I even fixed your typo, Warrior lol

 

* /dll: unable to open file 'C:\Users\Simon\Apollyon\Engine\Dlls\* /dll: unable to open file 'C:\Users\Simon\Apollyon\Emgine\Dlls\nhtmln_2.95.dll' (line 89, script7.mrc)' (line 89, script7.mrc)

 

Warrior why won't $ff(nhtmln_2.95.dll) do the trick?

 

* /dll: unable to open file 'C:\Users\Simon\Apollyon\Engine\dlls\NHTMLN~1.DLL' (line 89, script7.mrc)

 

Thanks again, guys :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...