hmmm, i know a bit more about dlls now,
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
this part inst coded by you, its generic on a dll,
this is your function defenition:
__declspec(dllexport) void mymessage()
this is your function:
{
messagebox(...)
}
hmmm, nice, but what type of dll is this one ? dynamic link right ?
ive seen soem other types, mfc, win32, static ll, wich ones does darkbasic supports ?
also, is it possible to do a dll to import my own 3d model file? but then how would i display it ?, loading is easy, just have to a specific structure that contains vertex coordinates , texture data, normals,etc
but then how to display it ?
and if possible, is it hard, to i to add functions from dirctx9 sdk ? like yfog ? that would be great to have control on fog from the y axis.
sig removed due to obscene content