Click here to Skip to main content
15,891,204 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Good news for physically inactive, coffee drinking developers! Pin
Eddy Vluggen28-Aug-21 8:46
professionalEddy Vluggen28-Aug-21 8:46 
GeneralI got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
Southmountain27-Aug-21 8:08
Southmountain27-Aug-21 8:08 
GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
RedDk27-Aug-21 8:28
RedDk27-Aug-21 8:28 
GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
Southmountain27-Aug-21 8:33
Southmountain27-Aug-21 8:33 
GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
Mike Hankey27-Aug-21 9:42
mveMike Hankey27-Aug-21 9:42 
GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
Southmountain27-Aug-21 9:58
Southmountain27-Aug-21 9:58 
GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
Mike Hankey27-Aug-21 10:10
mveMike Hankey27-Aug-21 10:10 
GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
englebart28-Aug-21 4:40
professionalenglebart28-Aug-21 4:40 
There were a lot of tricks when the entire windows system ran in 512K of memory. Resources were designed to quickly load, do something with them for the GUI and allow for a quick memory reclamation. E.g. the resources for a popup menu might only be retained in memory until the user selected an item or cancelled the menu.

Throw the resources into a DLL separate from the UI exe and that is the only thing that needs to be translated.

Exe loads the right DLL based on locales.

rc- resource compiler was always a separate make.exe step before linkage.

The slowest part of any GUI is usually the user.

MFC is just a convience layer on top of the C based OS layers.

I am agreement with another poster (maybe you?) that the backwards compatibility for Windows has been incredible. I still use a utility on Win10 that predates the scroll wheels on mice! It barfs on double byte encoding, but use UTF-8 for most items so it is fine.

GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
Southmountain28-Aug-21 10:01
Southmountain28-Aug-21 10:01 
GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
Shao Voon Wong27-Aug-21 18:43
mvaShao Voon Wong27-Aug-21 18:43 
GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
Southmountain28-Aug-21 10:02
Southmountain28-Aug-21 10:02 
GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
RickZeeland27-Aug-21 20:28
mveRickZeeland27-Aug-21 20:28 
GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
Southmountain28-Aug-21 10:05
Southmountain28-Aug-21 10:05 
GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
Rick York27-Aug-21 21:00
mveRick York27-Aug-21 21:00 
GeneralRe: I got a set of Microsoft Visual C++ 6.0 MFC library reference yesterday Pin
Southmountain28-Aug-21 10:06
Southmountain28-Aug-21 10:06 
GeneralImposing data type and length restrictions at the database level is stupid! - Part II Pin
5teveH27-Aug-21 7:05
5teveH27-Aug-21 7:05 
GeneralRe: Imposing data type and length restrictions at the database level is stupid! - Part II Pin
PIEBALDconsult27-Aug-21 7:19
mvePIEBALDconsult27-Aug-21 7:19 
GeneralRe: Imposing data type and length restrictions at the database level is stupid! - Part II PinPopular
Randor 27-Aug-21 9:03
professional Randor 27-Aug-21 9:03 
GeneralRe: Imposing data type and length restrictions at the database level is stupid! - Part II Pin
David O'Neil27-Aug-21 9:09
professionalDavid O'Neil27-Aug-21 9:09 
RantRe: Imposing data type and length restrictions at the database level is stupid! - Part II PinPopular
Mycroft Holmes27-Aug-21 12:24
professionalMycroft Holmes27-Aug-21 12:24 
GeneralRe: Imposing data type and length restrictions at the database level is stupid! - Part II Pin
Greg Utas27-Aug-21 14:21
professionalGreg Utas27-Aug-21 14:21 
GeneralRe: Imposing data type and length restrictions at the database level is stupid! - Part II Pin
Eddy Vluggen27-Aug-21 16:00
professionalEddy Vluggen27-Aug-21 16:00 
GeneralRe: Imposing data type and length restrictions at the database level is stupid! - Part II Pin
obermd27-Aug-21 17:17
obermd27-Aug-21 17:17 
GeneralRe: Imposing data type and length restrictions at the database level is stupid! - Part II Pin
5teveH28-Aug-21 3:16
5teveH28-Aug-21 3:16 
GeneralRe: Imposing data type and length restrictions at the database level is stupid! - Part II Pin
RickZeeland27-Aug-21 20:49
mveRickZeeland27-Aug-21 20:49 

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.