Windows parameter

shuji cravstar at hotmail.com
Sun Jun 30 12:03:12 PDT 2013


this code is in a .cpp file
//funcs.lib
//windows includes...
HWND hwnd;
int setHWND(HWND extHwnd){
	hwnd = extHwnd;
	return 0;
}

So im trying to import from D like this. I dont think I can 
implement this line in C++
extern (C++) {}


More information about the Digitalmars-d-learn mailing list