Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: IPC chat application using a named pipe Pin
ThatsAlok23-Jul-06 21:20
ThatsAlok23-Jul-06 21:20 
GeneralRe: IPC chat application using a named pipe Pin
eeyor66624-Jul-06 5:21
eeyor66624-Jul-06 5:21 
QuestionWhen do I use StructType *& ptr [modified] Pin
WCup22-Jul-06 3:58
WCup22-Jul-06 3:58 
QuestionTo change bitmap on toolbar button Pin
anjita22-Jul-06 2:44
anjita22-Jul-06 2:44 
AnswerRe: To change bitmap on toolbar button Pin
Hamid_RT22-Jul-06 7:16
Hamid_RT22-Jul-06 7:16 
QuestionTesting a dll Pin
jon-8022-Jul-06 2:35
professionaljon-8022-Jul-06 2:35 
QuestionRe: Testing a dll Pin
Eytukan22-Jul-06 4:56
Eytukan22-Jul-06 4:56 
AnswerRe: Testing a dll Pin
Eytukan22-Jul-06 5:01
Eytukan22-Jul-06 5:01 
If you wanna go by the .h + .lib way it's called implicit linking. Where you don't need to specify the location of the dll and call explicitly. You can call the functions as if their implementation is available in another file in you project.

You can use the DLL in another way. Explicit linking., where you will need these two

LoadLibrary^ This is to load the dll.\

GetProcAddress^This to locate a specific function inside the dll.





<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[Jig | [Dance] ]--

[My Current Status]

I dont know why the hell the script for voting 5 is disabled only for me?? Mad | :mad:

GeneralRe: Testing a dll Pin
Hamid_RT22-Jul-06 7:15
Hamid_RT22-Jul-06 7:15 
QuestionMFC application crash when using activex control Pin
eranre22-Jul-06 1:07
eranre22-Jul-06 1:07 
AnswerRe: MFC application crash when using activex control Pin
A_Fa22-Jul-06 1:27
A_Fa22-Jul-06 1:27 
AnswerRe: MFC application crash when using activex control Pin
Hamid_RT22-Jul-06 7:14
Hamid_RT22-Jul-06 7:14 
QuestionCreateFile API Hook [modified] Pin
capricious_00122-Jul-06 0:15
capricious_00122-Jul-06 0:15 
AnswerRe: CreateFile API Hook Pin
Stephen Hewitt22-Jul-06 0:30
Stephen Hewitt22-Jul-06 0:30 
QuestionReading from a text file (2 q's) Pin
jon-8021-Jul-06 23:34
professionaljon-8021-Jul-06 23:34 
AnswerRe: Reading from a text file (2 q's) Pin
Garth J Lancaster22-Jul-06 0:36
professionalGarth J Lancaster22-Jul-06 0:36 
GeneralRe: Reading from a text file (2 q's) Pin
ovidiucucu22-Jul-06 1:36
ovidiucucu22-Jul-06 1:36 
GeneralRe: Reading from a text file (2 q's) Pin
Garth J Lancaster22-Jul-06 2:08
professionalGarth J Lancaster22-Jul-06 2:08 
GeneralRe: Reading from a text file (2 q's) Pin
ovidiucucu22-Jul-06 3:35
ovidiucucu22-Jul-06 3:35 
AnswerRe: Reading from a text file (2 q's) Pin
ovidiucucu22-Jul-06 1:33
ovidiucucu22-Jul-06 1:33 
GeneralThanks for the solution Pin
jon-8022-Jul-06 2:07
professionaljon-8022-Jul-06 2:07 
QuestionConvert C++ strings to C-style string (char*) in VC++ 6.0 Pin
Dhananjayak0221-Jul-06 23:31
Dhananjayak0221-Jul-06 23:31 
AnswerRe: Convert C++ strings to C-style string (char*) in VC++ 6.0 Pin
Stephen Hewitt22-Jul-06 0:35
Stephen Hewitt22-Jul-06 0:35 
AnswerRe: Convert C++ strings to C-style string (char*) in VC++ 6.0 Pin
Naveen22-Jul-06 0:38
Naveen22-Jul-06 0:38 
AnswerRe: Convert C++ strings to C-style string (char*) in VC++ 6.0 Pin
Eytukan22-Jul-06 5:11
Eytukan22-Jul-06 5:11 

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.