Click here to Skip to main content
16,005,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralQuicktime Movie Header Pin
mokkari30-Sep-04 4:42
mokkari30-Sep-04 4:42 
Questionis win32 memory mapping thread safe ? Pin
Reza Shademani30-Sep-04 4:02
Reza Shademani30-Sep-04 4:02 
AnswerRe: is win32 memory mapping thread safe ? Pin
Iain Clarke, Warrior Programmer30-Sep-04 4:24
Iain Clarke, Warrior Programmer30-Sep-04 4:24 
Generali want help about : MS-Outlook Address Book Pin
Rami Hasan30-Sep-04 3:27
Rami Hasan30-Sep-04 3:27 
GeneralIt's really a complicated problem-Help me to get solution Pin
Billar30-Sep-04 3:21
Billar30-Sep-04 3:21 
GeneralRe: It's really a complicated problem-Help me to get solution Pin
Michael P Butler30-Sep-04 3:40
Michael P Butler30-Sep-04 3:40 
Generalneed some advice... Pin
godbert30-Sep-04 3:07
godbert30-Sep-04 3:07 
GeneralRe: need some advice... Pin
Iain Clarke, Warrior Programmer30-Sep-04 4:30
Iain Clarke, Warrior Programmer30-Sep-04 4:30 
There are ways a DLL can be loaded.

1/ Implicitly. This is the usual way. It happens if you link to the DLL when you are creating
your EXE. When the DLL is loaded, the DllMain function is called, and static variables in
that module (DLL) are initialed. This happens once for each process. See DllMain for
more detail.

2/ Explicitly. This happens at runtime, by the SDK function LoadLibrary.

There are articles on codeproject about DLLs for beginners. I would recommend looking there.

Iain.
Generalcopying vectors/lists Pin
mcsherry30-Sep-04 3:05
mcsherry30-Sep-04 3:05 
GeneralRe: copying vectors/lists Pin
Joaquín M López Muñoz30-Sep-04 9:06
Joaquín M López Muñoz30-Sep-04 9:06 
GeneralRe: copying vectors/lists Pin
mcsherry30-Sep-04 9:39
mcsherry30-Sep-04 9:39 
GeneralRe: copying vectors/lists Pin
Joaquín M López Muñoz30-Sep-04 10:21
Joaquín M López Muñoz30-Sep-04 10:21 
Generaledt1 problem in vc .net Pin
Michael Liu30-Sep-04 2:45
Michael Liu30-Sep-04 2:45 
GeneralRe: edt1 problem in vc .net Pin
Iain Clarke, Warrior Programmer30-Sep-04 5:10
Iain Clarke, Warrior Programmer30-Sep-04 5:10 
GeneralData transfer from one dialog to a property page. Pin
Rajesh_K_Sharma30-Sep-04 2:23
Rajesh_K_Sharma30-Sep-04 2:23 
GeneralRe: Data transfer from one dialog to a property page. Pin
David Crow30-Sep-04 5:08
David Crow30-Sep-04 5:08 
GeneralMaterializing derived classes Pin
Jerome Conus30-Sep-04 2:00
Jerome Conus30-Sep-04 2:00 
GeneralRe: Materializing derived classes Pin
Iain Clarke, Warrior Programmer30-Sep-04 4:48
Iain Clarke, Warrior Programmer30-Sep-04 4:48 
GeneralTo track an errors-messages Pin
Billar30-Sep-04 1:32
Billar30-Sep-04 1:32 
Generalstl iterators Pin
RChin30-Sep-04 1:21
RChin30-Sep-04 1:21 
GeneralRe: stl iterators Pin
RChin30-Sep-04 1:48
RChin30-Sep-04 1:48 
GeneralRe: stl iterators Pin
Iain Clarke, Warrior Programmer30-Sep-04 4:54
Iain Clarke, Warrior Programmer30-Sep-04 4:54 
GeneralRe: stl iterators Pin
Joaquín M López Muñoz30-Sep-04 9:10
Joaquín M López Muñoz30-Sep-04 9:10 
GeneralRe: stl iterators Pin
RChin30-Sep-04 23:20
RChin30-Sep-04 23:20 
GeneralAsserion failed Pin
30-Sep-04 0:22
suss30-Sep-04 0:22 

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.