Click here to Skip to main content
15,887,485 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralWhy Microsoft Disgusts Me Today Pin
Rick York12-Mar-19 8:46
mveRick York12-Mar-19 8:46 
GeneralRe: Why Microsoft Disgusts Me Today Pin
Richard Deeming12-Mar-19 9:13
mveRichard Deeming12-Mar-19 9:13 
GeneralRe: Why Microsoft Disgusts Me Today Pin
raddevus12-Mar-19 9:16
mvaraddevus12-Mar-19 9:16 
GeneralRe: Why Microsoft Disgusts Me Today Pin
RickZeeland12-Mar-19 9:25
mveRickZeeland12-Mar-19 9:25 
GeneralRe: Why Microsoft Disgusts Me Today Pin
Rick York12-Mar-19 9:51
mveRick York12-Mar-19 9:51 
GeneralRe: Why Microsoft Disgusts Me Today Pin
TheRaven12-Mar-19 10:30
TheRaven12-Mar-19 10:30 
GeneralRe: Why Microsoft Disgusts Me Today Pin
Randor 12-Mar-19 17:37
professional Randor 12-Mar-19 17:37 
GeneralRe: Why Microsoft Disgusts Me Today Pin
Rick York12-Mar-19 20:30
mveRick York12-Mar-19 20:30 
I can understand why that would be the case. I don't think that's really the problem though. I haven't tracked down the various DLLs and checked their exports to see where the functions actually are but the fact is I shouldn't have to. The documents say link with mincore.lib so I do that and the app links. However, when it runs it can't find the DLL it is supposed to import the functions from as I have explained. This means the linking process is messed up and I don't feel like doing their work to sort it out for them. It seems to me they should be able to just change where the functions are imported from as part of linking with that library because the missing DLL is explicitly imported by the app.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

GeneralRe: Why Microsoft Disgusts Me Today Pin
Randor 12-Mar-19 21:01
professional Randor 12-Mar-19 21:01 
GeneralRe: Why Microsoft Disgusts Me Today Pin
megaadam12-Mar-19 22:29
professionalmegaadam12-Mar-19 22:29 
GeneralRe: Why Microsoft Disgusts Me Today Pin
Dar Brett13-Mar-19 16:25
Dar Brett13-Mar-19 16:25 
GeneralRe: Why Microsoft Disgusts Me Today Pin
#realJSOP19-Mar-19 9:34
mve#realJSOP19-Mar-19 9:34 
GeneralRe: Why Microsoft Disgusts Me Today Pin
Rick York19-Mar-19 13:11
mveRick York19-Mar-19 13:11 
GeneralRe: Why Microsoft Disgusts Me Today Pin
Dave Kreskowiak22-Mar-19 4:07
mveDave Kreskowiak22-Mar-19 4:07 
GeneralRe: Why Microsoft Disgusts Me Today Pin
MacSpudster26-Mar-19 10:50
professionalMacSpudster26-Mar-19 10:50 
GeneralRe: Why Microsoft Disgusts Me Today Pin
abmv8-Apr-19 21:38
professionalabmv8-Apr-19 21:38 
GeneralRe: Why Microsoft Disgusts Me Today Pin
Rick York9-Apr-19 5:20
mveRick York9-Apr-19 5:20 
General#define Macros and the Preprocessor Used by the Resource Compiler Pin
David A. Gray10-Mar-19 10:38
David A. Gray10-Mar-19 10:38 
GeneralRe: #define Macros and the Preprocessor Used by the Resource Compiler Pin
Rick York12-Mar-19 10:56
mveRick York12-Mar-19 10:56 
GeneralRe: #define Macros and the Preprocessor Used by the Resource Compiler Pin
Dr.Walt Fair, PE13-Mar-19 6:27
professionalDr.Walt Fair, PE13-Mar-19 6:27 
GeneralExtending Generics with nested types Pin
raddevus4-Mar-19 10:30
mvaraddevus4-Mar-19 10:30 
GeneralRe: Extending Generics with nested types Pin
Nathan Minier5-Mar-19 2:17
professionalNathan Minier5-Mar-19 2:17 
GeneralRe: Extending Generics with nested types Pin
raddevus5-Mar-19 2:33
mvaraddevus5-Mar-19 2:33 
GeneralRe: Extending Generics with nested types Pin
Dr.Walt Fair, PE13-Mar-19 6:28
professionalDr.Walt Fair, PE13-Mar-19 6:28 
GeneralRe: Extending Generics with nested types Pin
raddevus13-Mar-19 7:30
mvaraddevus13-Mar-19 7:30 

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.