Log in

View Full Version : How could eVB application call a DLL coded eVC?


geosk
07-31-2003, 03:44 PM
I am learning to use eVB to call eVC DLL in applications. The following link is a good example I found on the web, but it can't work properly. The system always said "Unable to load library GetURLDll.dll needed for call CallShell".

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q275230

I thought it is because I did not put the DLL file in the right directory. I have trired to store the DLL file in the same directory as eVB application, which should be "\Windows\Start Menu", right? Thus I don't know what is wrong with him. I really need you get me out of it.


Cheers
Kai

rhmorrison
07-31-2003, 03:47 PM
If it doesn't work when in the same directory as the EXE file move it to /Windows

Steven Cedrone
07-31-2003, 07:07 PM
Duplicate post deleted, thread moved from the "Just Chattin' " forum to the "Developer" forum...

Please don't cross-post...

Steven Cedrone
Community Moderator

geosk
07-31-2003, 08:34 PM
sorry steven, it is really urgent for me to make progress in this project

geosk
07-31-2003, 08:37 PM
If it doesn't work when in the same directory as the EXE file move it to /Windows

but if can not work, either, when I copy the DLL to "/Windows/" directory on Pocket PC. How could I deal with this? Could it be possibly the problem of my platform SDK?

cesarfong
08-04-2003, 10:28 PM
have you tried ATL in your dll? is the best way to comunicate to evb 0X

César