Click here to Skip to main content
16,011,482 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSlicing std::valarray using references? Pin
misterMF2-Sep-09 0:43
misterMF2-Sep-09 0:43 
AnswerRe: Slicing std::valarray using references? Pin
Stuart Dootson2-Sep-09 5:02
professionalStuart Dootson2-Sep-09 5:02 
GeneralRe: Slicing std::valarray using references? Pin
misterMF2-Sep-09 10:15
misterMF2-Sep-09 10:15 
GeneralRe: Slicing std::valarray using references? Pin
Stuart Dootson2-Sep-09 10:58
professionalStuart Dootson2-Sep-09 10:58 
GeneralRe: Slicing std::valarray using references? Pin
misterMF2-Sep-09 11:31
misterMF2-Sep-09 11:31 
AnswerRe: Slicing std::valarray using references? Pin
Code-o-mat2-Sep-09 5:11
Code-o-mat2-Sep-09 5:11 
GeneralRe: Slicing std::valarray using references? Pin
misterMF2-Sep-09 11:09
misterMF2-Sep-09 11:09 
QuestionI am a noob in .dll files help me! Pin
S_A_E_E_D1-Sep-09 23:49
S_A_E_E_D1-Sep-09 23:49 
I have a single .dll file: "LED.dll"
I had examined it with an app and I have it's function names and their inputs
I just want to call one of it's functions "SetAlwaysONOFF" in my program and i dont know anything about this stuff.
I have searched a lot but all of the tutorials are about how to create a dll or use a dll that has .h files with it and...
I dont anything about these stuff, Cry | :((
and i use visual studio 2003 (c++)


these are the led.dll functions(expotred from the app):
==================================================
Function Name     : public: __thiscall CLED::CLED(void)
Address           : 0x10001220
Relative Address  : 0x00001220
Ordinal           : 1 (0x1)
Filename          : LED.dll
Full Path         : C:\Program Files (x86)\ASUS\Direct Console\LED.dll
Type              : Exported Function
==================================================

==================================================
Function Name     : public: __thiscall CLED::~CLED(void)
Address           : 0x100012a0
Relative Address  : 0x000012a0
Ordinal           : 2 (0x2)
Filename          : LED.dll
Full Path         : C:\Program Files (x86)\ASUS\Direct Console\LED.dll
Type              : Exported Function
==================================================
==================================================
Function Name     : public: unsigned long __thiscall CLED::SetAlwaysONOFF(unsigned long,int)
Address           : 0x10001390
Relative Address  : 0x00001390
Ordinal           : 7 (0x7)
Filename          : LED.dll
Full Path         : C:\Program Files (x86)\ASUS\Direct Console\LED.dll
Type              : Exported Function
==================================================

AnswerRe: I am a noob in .dll files help me! Pin
Cedric Moonen2-Sep-09 0:01
Cedric Moonen2-Sep-09 0:01 
GeneralRe: I am a noob in .dll files help me! Pin
S_A_E_E_D2-Sep-09 0:41
S_A_E_E_D2-Sep-09 0:41 
AnswerRe: I am a noob in .dll files help me! Pin
Stephen Hewitt2-Sep-09 0:07
Stephen Hewitt2-Sep-09 0:07 
QuestionCeRemoveDirectory deletes only empty directroy,How can delete directory with existing files? Pin
Le@rner1-Sep-09 23:44
Le@rner1-Sep-09 23:44 
AnswerRe: CeRemoveDirectory deletes only empty directroy,How can delete directory with existing files? Pin
Chuck O'Toole2-Sep-09 2:24
Chuck O'Toole2-Sep-09 2:24 
AnswerRe: CeRemoveDirectory deletes only empty directroy,How can delete directory with existing files? Pin
David Crow2-Sep-09 2:44
David Crow2-Sep-09 2:44 
QuestionHow to detect ERRORS in Microsoft Visual Studio 2008 Pin
deadlyabbas1-Sep-09 23:04
deadlyabbas1-Sep-09 23:04 
AnswerRe: How to detect ERRORS in Microsoft Visual Studio 2008 Pin
_AnsHUMAN_ 1-Sep-09 23:09
_AnsHUMAN_ 1-Sep-09 23:09 
Questionerror to compile Pin
programmer2021-Sep-09 22:21
programmer2021-Sep-09 22:21 
AnswerRe: error to compile Pin
«_Superman_»1-Sep-09 22:25
professional«_Superman_»1-Sep-09 22:25 
GeneralRe: error to compile Pin
programmer2022-Sep-09 22:07
programmer2022-Sep-09 22:07 
AnswerRe: error to compile Pin
Cagarrin1-Sep-09 22:58
Cagarrin1-Sep-09 22:58 
GeneralRe: error to compile Pin
programmer2022-Sep-09 22:08
programmer2022-Sep-09 22:08 
AnswerRe: error to compile Pin
David Crow2-Sep-09 2:48
David Crow2-Sep-09 2:48 
GeneralRe: error to compile Pin
programmer2022-Sep-09 22:08
programmer2022-Sep-09 22:08 
QuestionWindProc function in DLL ? Pin
Ranojay1-Sep-09 22:14
Ranojay1-Sep-09 22:14 
AnswerRe: WindProc function in DLL ? Pin
Randor 1-Sep-09 22:45
professional Randor 1-Sep-09 22:45 

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.