Is anyone using CB_DIR message with no problems? I cant use it. No matter which wParam i add to it (DLL_*) i get it is 'Undeclared".
Maybe theres some problem on using this message with MingW libs? Or am i just beeing stupid on something?
SendMessage(cbchoosecolorscheme, CB_DIR, (WPARAM)(UINT)DLL_DRIVES, LPARAM)(LPCTSTR)"c:\\");
I get undeclared to all this: DDL_ARCHIVE DLL_DIRECTORY DLL_DRIVES DLL_EXCLUSIVE DLL_HIDDEN DLL_READONLY DLL_READWRITE DLL_SYSTEM
MSDN tells me i should only be including windows.h, what i am doing off course.
Any ideas?
are you typing them as DLL or DDL?? They should be DDL.
blackadder
...oh shit... ...I am so ashamed...
Thats it i am getting some sleep now and new glasses monday...
Sorry, let this thread die please :|
Log in to post a comment.
Is anyone using CB_DIR message with no problems? I cant use it. No matter which wParam i add to it (DLL_*) i get it is 'Undeclared".
Maybe theres some problem on using this message with MingW libs? Or am i just beeing stupid on something?
SendMessage(cbchoosecolorscheme, CB_DIR, (WPARAM)(UINT)DLL_DRIVES, LPARAM)(LPCTSTR)"c:\\");
I get undeclared to all this:
DDL_ARCHIVE
DLL_DIRECTORY
DLL_DRIVES
DLL_EXCLUSIVE
DLL_HIDDEN
DLL_READONLY
DLL_READWRITE
DLL_SYSTEM
MSDN tells me i should only be including windows.h, what i am doing off course.
Any ideas?
are you typing them as DLL or DDL??
They should be DDL.
blackadder
...oh shit...
...I am so ashamed...
Thats it i am getting some sleep now and new glasses monday...
Sorry, let this thread die please :|