Die gui heißt:
gui.h
wie ruf ich sie jetzt aus.
???
Code:
#include "gui1.h"
#include <windows.h>
BOOL APIENTRY DLLMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReseverd)
{
switch(fdwReason)
{
case DLL_PROCESS_ATTACH:
//was muss hier hin :/
}
}







