Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Function "Scrambler" Pin
White Owl15-Jan-05 6:31
White Owl15-Jan-05 6:31 
GeneralCWnd inherited items flicking Pin
Vladimir Dubovoy14-Jan-05 10:38
Vladimir Dubovoy14-Jan-05 10:38 
GeneralRe: CWnd inherited items flicking Pin
Chris Maunder14-Jan-05 17:58
cofounderChris Maunder14-Jan-05 17:58 
GeneralRe: CWnd inherited items flicking Pin
Monty215-Jan-05 2:15
Monty215-Jan-05 2:15 
GeneralCreating a text grabbing app Pin
Dhruv Jayal14-Jan-05 9:58
Dhruv Jayal14-Jan-05 9:58 
GeneralRe: Creating a text grabbing app Pin
alex.barylski14-Jan-05 18:23
alex.barylski14-Jan-05 18:23 
GeneralCreating library MyProject.lib and object MyProject.exp Pin
White Owl14-Jan-05 9:34
White Owl14-Jan-05 9:34 
GeneralRe: Creating library MyProject.lib and object MyProject.exp Pin
Joel Holdsworth14-Jan-05 23:56
Joel Holdsworth14-Jan-05 23:56 
I think these files are only created when you make a DLL. The lib file is an Import Library file which lists all the functions whice are exported by the DLL, and is useful when you want to link this DLL to some host exe at compile time, rather than at run time. The exp file is a compiler temporary, and contains the export table to be combined by the linker to make the final DLL. There must somthing funny going on though, because these files should only be created when you're making a DLL!

Joel Holdsworth

"Outlook not so good"
That magic 8-ball knows everything! I'll ask about Exchange Server next
GeneralRe: Creating library MyProject.lib and object MyProject.exp Pin
White Owl15-Jan-05 6:15
White Owl15-Jan-05 6:15 
GeneralConvert grayscale to monochrome Pin
lastdays14-Jan-05 8:52
lastdays14-Jan-05 8:52 
GeneralRe: Convert grayscale to monochrome Pin
PJ Arends14-Jan-05 9:42
professionalPJ Arends14-Jan-05 9:42 
GeneralRe: Convert grayscale to monochrome Pin
lastdays14-Jan-05 10:09
lastdays14-Jan-05 10:09 
GeneralRe: Convert grayscale to monochrome Pin
PJ Arends14-Jan-05 10:37
professionalPJ Arends14-Jan-05 10:37 
GeneralRe: Convert grayscale to monochrome Pin
lastdays14-Jan-05 12:06
lastdays14-Jan-05 12:06 
GeneralRe: Convert grayscale to monochrome Pin
Chris Losinger14-Jan-05 12:24
professionalChris Losinger14-Jan-05 12:24 
GeneralRe: Convert grayscale to monochrome Pin
lastdays15-Jan-05 0:34
lastdays15-Jan-05 0:34 
GeneralPassing arrays to different dialogs Pin
dlarkin7714-Jan-05 8:46
dlarkin7714-Jan-05 8:46 
GeneralRe: Passing arrays to different dialogs Pin
David Crow14-Jan-05 9:26
David Crow14-Jan-05 9:26 
Generalbinary file reading Pin
bwagz14-Jan-05 6:20
bwagz14-Jan-05 6:20 
GeneralRe: binary file reading Pin
Antony M Kancidrowski14-Jan-05 6:57
Antony M Kancidrowski14-Jan-05 6:57 
GeneralRe: binary file reading Pin
bwagz14-Jan-05 7:09
bwagz14-Jan-05 7:09 
GeneralRe: binary file reading Pin
Antony M Kancidrowski14-Jan-05 15:11
Antony M Kancidrowski14-Jan-05 15:11 
GeneralRe: binary file reading Pin
White Owl14-Jan-05 10:00
White Owl14-Jan-05 10:00 
GeneralHelp IM gonna fail me course at college if i get no help Pin
Member 165528414-Jan-05 5:53
Member 165528414-Jan-05 5:53 
GeneralRe: Help IM gonna fail me course at college if i get no help Pin
charlieg14-Jan-05 6:03
charlieg14-Jan-05 6:03 

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.