Click here to Skip to main content
15,914,014 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Covert project from .Net to Visual Studio 2005 Pin
Mike Dimmick13-Jul-06 4:09
Mike Dimmick13-Jul-06 4:09 
QuestionMissing Tab Pages Titles Pin
Aldrich Caw12-Jul-06 21:31
Aldrich Caw12-Jul-06 21:31 
AnswerRe: Missing Tab Pages Titles Pin
alexey N12-Jul-06 22:38
alexey N12-Jul-06 22:38 
GeneralRe: Missing Tab Pages Titles Pin
Aldrich Caw12-Jul-06 22:54
Aldrich Caw12-Jul-06 22:54 
GeneralRe: Missing Tab Pages Titles Pin
alexey N12-Jul-06 23:31
alexey N12-Jul-06 23:31 
GeneralRe: Missing Tab Pages Titles Pin
Aldrich Caw12-Jul-06 23:49
Aldrich Caw12-Jul-06 23:49 
QuestionMicrosoft content management server 2002 Pin
Kanjinghat12-Jul-06 19:46
Kanjinghat12-Jul-06 19:46 
QuestionHow to use functions in Win32 and COM Development environment?? [modified] Pin
mmhu12-Jul-06 9:27
mmhu12-Jul-06 9:27 
My project is .Net VC++.
I need to use functions defined in SetupDi.lib
I've added additional dependancies as "setupdi.lib"

but I still receive error as follows. How can I solve the problem??
Form1.obj : error LNK2001: unresolved external symbol "void * __stdcall SetupDiGetClassDevsA(struct _GUID const *,char const *,struct HWND__ *,unsigned long)" (?SetupDiGetClassDevsA@@$$J216YGPAXPBU_GUID@@PBDPAUHWND__@@K@Z)

My statement:

hDevInfo = SetupDiGetClassDevs(&GUID_DEVINTERFACE_VOLUME, NULL, NULL,DIGCF_DEVICEINTERFACE | DIGCF_PRESENT);

prototype of the function in MSDN:

HDEVINFO
SetupDiGetClassDevs(
IN LPGUID ClassGuid, OPTIONAL
IN PCTSTR Enumerator, OPTIONAL
IN HWND hwndParent, OPTIONAL
IN DWORD Flags
);

-- modified at 15:28 Wednesday 12th July, 2006
Questionoverriding interface functions Pin
mmhu12-Jul-06 5:51
mmhu12-Jul-06 5:51 
AnswerRe: overriding interface functions Pin
Jun Du12-Jul-06 7:10
Jun Du12-Jul-06 7:10 
GeneralRe: overriding interface functions Pin
mmhu12-Jul-06 9:21
mmhu12-Jul-06 9:21 
QuestionComboBox Custom OnPaint Pin
--Ian12-Jul-06 5:02
--Ian12-Jul-06 5:02 
AnswerRe: ComboBox Custom OnPaint Pin
Dave Kreskowiak12-Jul-06 5:16
mveDave Kreskowiak12-Jul-06 5:16 
GeneralRe: ComboBox Custom OnPaint Pin
--Ian12-Jul-06 6:42
--Ian12-Jul-06 6:42 
GeneralRe: ComboBox Custom OnPaint Pin
Dave Kreskowiak12-Jul-06 12:09
mveDave Kreskowiak12-Jul-06 12:09 
GeneralRe: ComboBox Custom OnPaint -- CODE Pin
--Ian12-Jul-06 12:27
--Ian12-Jul-06 12:27 
GeneralRe: ComboBox Custom OnPaint -- CODE Pin
Dave Kreskowiak13-Jul-06 6:18
mveDave Kreskowiak13-Jul-06 6:18 
GeneralRe: ComboBox Custom OnPaint Pin
--Ian13-Jul-06 7:02
--Ian13-Jul-06 7:02 
GeneralRe: ComboBox Custom OnPaint Pin
Dave Kreskowiak13-Jul-06 12:23
mveDave Kreskowiak13-Jul-06 12:23 
QuestionDropDown Button in C# Pin
wasife12-Jul-06 4:57
wasife12-Jul-06 4:57 
AnswerRe: DropDown Button in C# Pin
Guffa12-Jul-06 12:58
Guffa12-Jul-06 12:58 
GeneralRe: DropDown Button in C# Pin
Josh Smith14-Jul-06 5:31
Josh Smith14-Jul-06 5:31 
AnswerRe: DropDown Button in C# Pin
Josh Smith14-Jul-06 5:28
Josh Smith14-Jul-06 5:28 
QuestionNeed some help for merging Crystal Reports Pin
Jats_4ru11-Jul-06 23:54
Jats_4ru11-Jul-06 23:54 
QuestionHow to get the complete scrollable height and width of a control Pin
Yash Purohit11-Jul-06 22:36
Yash Purohit11-Jul-06 22:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.