Problems with wininet....
-

I am a c++ beginner and have the following problem:
I wrote a simple internet application using Dev-C++ (on Win XP) and three
ininet.dll functions, something like this:#include <wininet.h>
#include <stdio.h>
#include <iostream>
....HINTERNET hNet, hConn;
long cZero = 0;
char * NullString = 0;hNet = InternetOpenA(............);
hConn = InternetOpenUrl(hNet, ......);
......Everything works fine, I compiled the project and the exe-file runs good.
But this as long as I run it on the comp on wich I programmed and compiled
it. If I try to run it on another computer, I get the error message that the
wininet.dll cannot be found though the wininet.dll is installed. Copying the wininet.dll into the application directory doesn't help.Have someone an idea?
Thanks!!!
Maria
-
Dieser Thread wurde von Moderator/in davie aus dem Forum C++ in das Forum WinAPI verschoben.
Im Zweifelsfall bitte auch folgende Hinweise beachten:
C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?Dieses Posting wurde automatisch erzeugt.
-
Are there no additional error information given ?
-
Maybe the wininet.dll is older than the one on your pc?
Try to give him yours!