Click here to Skip to main content
15,899,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ScroolView Pin
Gary R. Wheeler29-Jul-06 4:20
Gary R. Wheeler29-Jul-06 4:20 
QuestionCImageList used for CMenu check-mark image Pin
jag1027-Jul-06 1:52
jag1027-Jul-06 1:52 
AnswerRe: CImageList used for CMenu check-mark image Pin
Hamid_RT27-Jul-06 2:00
Hamid_RT27-Jul-06 2:00 
AnswerRe: CImageList used for CMenu check-mark image [modified] Pin
Parthi_Appu27-Jul-06 3:08
Parthi_Appu27-Jul-06 3:08 
Questionvisual studion pro directx keyboard direct input probs Pin
wickedsue27-Jul-06 1:46
wickedsue27-Jul-06 1:46 
AnswerRe: visual studion pro directx keyboard direct input probs Pin
Gary R. Wheeler29-Jul-06 4:25
Gary R. Wheeler29-Jul-06 4:25 
Questionhow to call dll's in your code in VC++ Pin
namy3127-Jul-06 1:41
namy3127-Jul-06 1:41 
AnswerRe: how to call dll's in your code in VC++ Pin
Cedric Moonen27-Jul-06 1:52
Cedric Moonen27-Jul-06 1:52 
namy31 wrote:
I want ask u all a very basic question ie. how to call an already created dll in ur code.


They are dll's or a 'kind of dll' ? If these files are not dll, then you cannot use them as if they were dll. It is either black or white, not 'a kind of'. You have to be sure of that before going any further.

namy31 wrote:
I want ask u all a very basic question ie. how to call an already created dll in ur code.


That's not a basic question. Playing with dll is kind of tricky if you don't have a lot of experience (and 1 month programing in C++ is very very small). There are a bunch of articles here[^] that you can have a look at. Just to have a litle bit more knowledge about what is a dll.

A question now: what do you have exactly ? A dll file, but is there a .lib file and header file supplied with it ?
Or you just have the dll alone ? In that case you will need to know exactly the names of the function names and their prototypes (that is, the number and the types of the arguments of your function)




Cédric Moonen
Software developer

Charting control

AnswerRe: how to call dll's in your code in VC++ Pin
Hamid_RT27-Jul-06 2:04
Hamid_RT27-Jul-06 2:04 
Questionhow to call dll's in your code in VC++ Pin
namy3127-Jul-06 1:40
namy3127-Jul-06 1:40 
QuestionProblem with the Registry Wrapper Class (CRegistry) Pin
Semion_N27-Jul-06 0:58
Semion_N27-Jul-06 0:58 
AnswerRe: Problem with the Registry Wrapper Class (CRegistry) Pin
_AnsHUMAN_ 27-Jul-06 1:09
_AnsHUMAN_ 27-Jul-06 1:09 
AnswerRe: Problem with the Registry Wrapper Class (CRegistry) Pin
Hamid_RT27-Jul-06 1:53
Hamid_RT27-Jul-06 1:53 
GeneralRe: Problem with the Registry Wrapper Class (CRegistry) Pin
Semion_N27-Jul-06 3:24
Semion_N27-Jul-06 3:24 
AnswerRe: Problem with the Registry Wrapper Class (CRegistry) Pin
Semion_N27-Jul-06 3:23
Semion_N27-Jul-06 3:23 
GeneralRe: Problem with the Registry Wrapper Class (CRegistry) Pin
Hamid_RT27-Jul-06 3:54
Hamid_RT27-Jul-06 3:54 
GeneralRe: Problem with the Registry Wrapper Class (CRegistry) Pin
Semion_N27-Jul-06 6:45
Semion_N27-Jul-06 6:45 
GeneralRe: Problem with the Registry Wrapper Class (CRegistry) Pin
Semion_N27-Jul-06 8:35
Semion_N27-Jul-06 8:35 
GeneralRe: Problem with the Registry Wrapper Class (CRegistry) Pin
Hamid_RT27-Jul-06 20:55
Hamid_RT27-Jul-06 20:55 
Questionretreive data from text box in vc++ 6 Pin
identity_8527-Jul-06 0:24
identity_8527-Jul-06 0:24 
AnswerRe: retreive data from text box in vc++ 6 Pin
see me27-Jul-06 0:31
see me27-Jul-06 0:31 
GeneralRe: retreive data from text box in vc++ 6 Pin
identity_8527-Jul-06 0:38
identity_8527-Jul-06 0:38 
GeneralRe: retreive data from text box in vc++ 6 Pin
_AnsHUMAN_ 27-Jul-06 0:43
_AnsHUMAN_ 27-Jul-06 0:43 
GeneralRe: retreive data from text box in vc++ 6 Pin
see me27-Jul-06 1:19
see me27-Jul-06 1:19 
GeneralRe: retreive data from text box in vc++ 6 Pin
_AnsHUMAN_ 27-Jul-06 1:30
_AnsHUMAN_ 27-Jul-06 1:30 

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.