verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
< zoq>
sam0410: Hello there, I guess 'mlpack.dll' exists on your computer?
< sam0410>
yes it is there mlpack-2.1.0\build\Debug\mlpack.dll
sam0410 has quit [Quit: Page closed]
< zoq>
sam0410: So I think on way is to call the executable from that directory (mlpack-2.1.0\build\Debug\), you could also move the dll into the mlpack executable folder or add '...\mlpack-2.1.0\build\Debug\'' to your library search path.
< sam0410>
zoq: I have already added it to the library search path. But the error is still there
< zoq>
sam0410: Can you copy the dll file and test it again?
< sam0410>
zoq: Thanks for your patience. But the problem is still there.
< zoq>
sam0410: Okay strange, you did something like this right? 'set PATH=C:\path to your dll;%PATH%'
< sam0410>
I copied this .dll and pasted it in a library folder. Later, I included this folder in additional library directories in my console application
< zoq>
Even if the search path isn't right, windows should look into the current folder for dlls. So I thought if you copy/move the dll into the executable folder windows should pick up the missing dll.
govg has quit [Ping timeout: 248 seconds]
< sam0410>
zoq: Thankyou so much!!! it is working fine now
< zoq>
sam0410: Great, how did you fix the problem?
< sam0410>
zoq: exactly the way you stated- copied it into the current project folder .. thanx again