Click here to Skip to main content
15,918,516 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: wininet Pin
Sigmund29-Jan-03 4:21
Sigmund29-Jan-03 4:21 
GeneralRe: wininet Pin
jeremysay30-Jan-03 22:59
jeremysay30-Jan-03 22:59 
Generalp7s mail signature file Pin
murali_utr24-Jan-03 23:01
murali_utr24-Jan-03 23:01 
GeneralRe: p7s mail signature file Pin
Mike Nordell25-Jan-03 0:07
Mike Nordell25-Jan-03 0:07 
GeneralRe: p7s mail signature file Pin
Stefan Pedersen25-Jan-03 5:41
Stefan Pedersen25-Jan-03 5:41 
GeneralDrop Notification Pin
Sigmund24-Jan-03 22:57
Sigmund24-Jan-03 22:57 
GeneralMemory leakage prevention Pin
Anonymous24-Jan-03 18:02
Anonymous24-Jan-03 18:02 
GeneralRe: Memory leakage prevention Pin
Mike Nordell24-Jan-03 19:19
Mike Nordell24-Jan-03 19:19 
GeneralRe: Memory leakage prevention Pin
Neville Franks24-Jan-03 20:26
Neville Franks24-Jan-03 20:26 
GeneralDirectX and MFC Pin
splineman24-Jan-03 17:41
splineman24-Jan-03 17:41 
GeneralRe: DirectX and MFC Pin
jmkhael24-Jan-03 20:51
jmkhael24-Jan-03 20:51 
GeneralQuestion about trainers Pin
Weiye Chen24-Jan-03 16:30
Weiye Chen24-Jan-03 16:30 
GeneralRe: Question about trainers Pin
Ben Burnett24-Jan-03 17:26
Ben Burnett24-Jan-03 17:26 
GeneralRe: Question about trainers Pin
Weiye Chen24-Jan-03 20:56
Weiye Chen24-Jan-03 20:56 
GeneralCListCtrl and Arbitrary Data :: MFC Pin
valikac24-Jan-03 15:17
valikac24-Jan-03 15:17 
GeneralRe: CListCtrl and Arbitrary Data :: MFC Pin
Michael Dunn24-Jan-03 16:08
sitebuilderMichael Dunn24-Jan-03 16:08 
GeneralRe: CListCtrl and Arbitrary Data :: MFC Pin
valikac24-Jan-03 16:34
valikac24-Jan-03 16:34 
Generallocalization problem Pin
Lior Shoval24-Jan-03 13:11
Lior Shoval24-Jan-03 13:11 
GeneralRe: localization problem Pin
Ted Ferenc24-Jan-03 22:41
Ted Ferenc24-Jan-03 22:41 
GeneralPerformance issues - kind of big message - shoot me later... Pin
73Zeppelin24-Jan-03 13:09
73Zeppelin24-Jan-03 13:09 
GeneralRe: Performance issues - kind of big message - shoot me later... Pin
Shog924-Jan-03 13:26
sitebuilderShog924-Jan-03 13:26 
GeneralRe: Performance issues - kind of big message - shoot me later... Pin
73Zeppelin24-Jan-03 13:43
73Zeppelin24-Jan-03 13:43 
GeneralRe: Performance issues - kind of big message - shoot me later... Pin
Shog924-Jan-03 13:45
sitebuilderShog924-Jan-03 13:45 
QuestionDynamic loading Kernel32.dll for backwards compatibility? Pin
Nathan Brown24-Jan-03 12:53
Nathan Brown24-Jan-03 12:53 
Hello I am trying to use the API function CopyFileEx() however I want my application to run on Windows 95 and this function is not implemented on that system

I cannot even include the function in an IF statement and get the application to run on 95. Something about the kernel32.dll does not export the function.

Is there any easy way to take care of this? Or is the only way to manually do the LoadLibrary, GetProcAddress, AND define a custom variable type? The last one is the worst.

I am really hoping for some answers that I could expand to all functions that I want to use from the newer Windows versions.

Thanks


Nathan Brown
AnswerRe: Dynamic loading Kernel32.dll for backwards compatibility? Pin
Tim Smith24-Jan-03 15:35
Tim Smith24-Jan-03 15:35 

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.