?
Sorry...
Das Prog: ...
#include <windows.h>
#include <Lm.h>
# pragma comment(lib, "Netapi32.lib")
int __stdcall WinMain(HINSTANCE__ *Instance, HINSTANCE__ *prevInstance, char *cmdLine, int cmdShow)
{
NetMessageBufferSend(NULL, L"xxx.xxx.xxx.xxx", L"Hallo", (LPBYTE) L"HUHU DU DA", strlen("HUHU DU DA")*2);
return 0;
}
Die Fehler: ...
[C++ Fehler] Unit1.cpp(5): E2147 Parameterdeklaration darf nicht mit 'HINSTANCE__' beginnen
[C++ Fehler] Unit1.cpp(5): E2303 Typname erwartet
ciao