Click here to Skip to main content
16,006,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LoadLibrary dll newbie Pin
Anonymous27-Sep-02 11:11
Anonymous27-Sep-02 11:11 
GeneralRe: LoadLibrary dll newbie Pin
RedZenBird27-Sep-02 11:43
RedZenBird27-Sep-02 11:43 
GeneralPassfilt.dll Pin
Joe Herbert27-Sep-02 7:43
Joe Herbert27-Sep-02 7:43 
GeneralRe: Passfilt.dll Pin
PJ Arends27-Sep-02 10:07
professionalPJ Arends27-Sep-02 10:07 
GeneralRe: Passfilt.dll Pin
Gary R. Wheeler29-Sep-02 4:35
Gary R. Wheeler29-Sep-02 4:35 
GeneralCTime and COleDateTime Pin
Mazdak27-Sep-02 6:46
Mazdak27-Sep-02 6:46 
GeneralRe: CTime and COleDateTime Pin
jmkhael27-Sep-02 6:50
jmkhael27-Sep-02 6:50 
GeneralRe: CTime and COleDateTime Pin
Scott H. Settlemier27-Sep-02 7:37
Scott H. Settlemier27-Sep-02 7:37 
Be careful converting these two.
They are really apples and oranges.

CTime encapsulates an interval from
some known time (placement on a time
time line whose origin is attached to
a specific event) whereas COleDateTime
merely encapsulates a time representation
such as 5JUL1998 7:23AM. (placement on a
timeline whose origin is not attached to
any specific event)

So when converting, you need to provide
the origin value by which the COleDateTime
can be interpreted.

I prefer to convert as explicitly as possible
and not use methods which implicitly specify
the origin value for the COleDateTime conversion.
(that way lies madness.)

GeneralRe: CTime and COleDateTime Pin
Scott H. Settlemier27-Sep-02 7:50
Scott H. Settlemier27-Sep-02 7:50 
GeneralList view colors Pin
Shay Harel27-Sep-02 6:48
Shay Harel27-Sep-02 6:48 
GeneralRe: List view colors Pin
User 665827-Sep-02 7:00
User 665827-Sep-02 7:00 
GeneralRe: List view colors Pin
Shay Harel27-Sep-02 7:09
Shay Harel27-Sep-02 7:09 
GeneralQuestion about function parameters Pin
User 665827-Sep-02 6:39
User 665827-Sep-02 6:39 
GeneralRe: Question about function parameters Pin
jmkhael27-Sep-02 6:43
jmkhael27-Sep-02 6:43 
GeneralRe: Question about function parameters Pin
User 665827-Sep-02 6:58
User 665827-Sep-02 6:58 
GeneralRe: Question about function parameters Pin
jmkhael27-Sep-02 7:11
jmkhael27-Sep-02 7:11 
GeneralRe: Question about function parameters Pin
User 665827-Sep-02 7:18
User 665827-Sep-02 7:18 
GeneralCTreeControl images Pin
Anonymous27-Sep-02 6:35
Anonymous27-Sep-02 6:35 
GeneralRe: CTreeControl images Pin
Shay Harel27-Sep-02 6:43
Shay Harel27-Sep-02 6:43 
GeneralRe: CTreeControl images Pin
Anonymous27-Sep-02 6:46
Anonymous27-Sep-02 6:46 
GeneralRe: CTreeControl images Pin
Shay Harel27-Sep-02 6:51
Shay Harel27-Sep-02 6:51 
GeneralDisable accelerator keys temporarily Pin
bluntagain27-Sep-02 6:24
bluntagain27-Sep-02 6:24 
GeneralDisable accelerator keys temporarily Pin
bluntagain27-Sep-02 6:24
bluntagain27-Sep-02 6:24 
Generalintercepting serial port Pin
flux27-Sep-02 5:52
flux27-Sep-02 5:52 
GeneralRe: intercepting serial port Pin
Andreas Saurwein27-Sep-02 6:06
Andreas Saurwein27-Sep-02 6:06 

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.