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

C / C++ / MFC

 
GeneralRe: Bitmap Problems Pin
Mike Savoie11-Oct-02 1:50
Mike Savoie11-Oct-02 1:50 
GeneralRe: Bitmap Problems Pin
Atlantys21-Oct-02 7:56
Atlantys21-Oct-02 7:56 
GeneralI'm Confused... Pin
JohnnyG10-Oct-02 7:48
JohnnyG10-Oct-02 7:48 
GeneralRe: I'm Confused... Pin
Carlos Antollini10-Oct-02 8:02
Carlos Antollini10-Oct-02 8:02 
GeneralRe: I'm Confused... Pin
JohnnyG10-Oct-02 8:32
JohnnyG10-Oct-02 8:32 
GeneralRe: I'm Confused... Pin
Stephane Rodriguez.10-Oct-02 8:06
Stephane Rodriguez.10-Oct-02 8:06 
GeneralRe: I'm Confused... Pin
JohnnyG10-Oct-02 9:15
JohnnyG10-Oct-02 9:15 
GeneralRe: I'm Confused... Pin
Ranjan Banerji10-Oct-02 8:10
Ranjan Banerji10-Oct-02 8:10 
Your installation should vary by OS. It should also check if existing DLLs have higher versions and dates and copy your DLL only if your DLL has newer date and higher version. Most DLLs should be backward compatible, i.e., older programs should work. But remember I said "Should be". Smile | :)

Most OS DLLs should be redistributable. If you application has componments that you bought then you need to read up the licence agreements to see if the DLLs that support those components are distributable.

>Where do I get dlls that are either a) the latest and greatest for that operating system or b) are 100% compatible for all Win32 operating systems and c) does that even exist?

If you find the answer to this question, please let me know. Smile | :) But a good place is usually your own machine if you have the latest Service Packs. I am not sure about XP and the rest of the world. Most DLLs work fine with 98, 2000, and NT. Do not know what happens with XP or if XP DLLs are moved to the others.

Here is one of my nightmares that I have yet to investigate. A Windows Media Player Visualization that I created on Win 98 using VC++ 6.0 works on XP, but the same code compiled on 2000 using VS .Net does not work on XP. Go figure. Smile | :)

I know I did not answer your questions...but I got to rant and let of some steam. Smile | :)

GeneralRe: I'm Confused... Pin
JohnnyG10-Oct-02 8:35
JohnnyG10-Oct-02 8:35 
GeneralRe: I'm Confused... Pin
Stephane Rodriguez.10-Oct-02 9:07
Stephane Rodriguez.10-Oct-02 9:07 
GeneralRe: I'm Confused... Pin
JohnnyG10-Oct-02 9:52
JohnnyG10-Oct-02 9:52 
GeneralRe: I'm Confused... Pin
Gary R. Wheeler10-Oct-02 14:56
Gary R. Wheeler10-Oct-02 14:56 
Generalsplash screen Pin
ns10-Oct-02 7:41
ns10-Oct-02 7:41 
GeneralRe: splash screen Pin
jmkhael10-Oct-02 7:48
jmkhael10-Oct-02 7:48 
GeneralRe: splash screen Pin
ns10-Oct-02 8:05
ns10-Oct-02 8:05 
GeneralRe: splash screen Pin
Stephane Rodriguez.10-Oct-02 8:07
Stephane Rodriguez.10-Oct-02 8:07 
Generalthanks for the link Pin
ns10-Oct-02 8:17
ns10-Oct-02 8:17 
GeneralRe: splash screen Pin
ns10-Oct-02 8:27
ns10-Oct-02 8:27 
GeneralRe: splash screen Pin
jmkhael10-Oct-02 8:31
jmkhael10-Oct-02 8:31 
GeneralRe: splash screen Pin
ns10-Oct-02 8:39
ns10-Oct-02 8:39 
GeneralRe: splash screen Pin
Shog910-Oct-02 8:53
sitebuilderShog910-Oct-02 8:53 
GeneralRe: splash screen Pin
ns10-Oct-02 8:59
ns10-Oct-02 8:59 
GeneralRe: splash screen Pin
Carlos Antollini10-Oct-02 7:58
Carlos Antollini10-Oct-02 7:58 
Questionhow many instances of the same file can be opened simultaneously Pin
tomc10-Oct-02 6:55
tomc10-Oct-02 6:55 
AnswerRe: how many instances of the same file can be opened simultaneously Pin
Gary R. Wheeler10-Oct-02 15:01
Gary R. Wheeler10-Oct-02 15:01 

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.