Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: a question about createprocess Pin
cchere7-Jan-04 9:41
cchere7-Jan-04 9:41 
GeneralRe: a question about createprocess Pin
David Crow7-Jan-04 9:45
David Crow7-Jan-04 9:45 
GeneralRe: a question about createprocess Pin
cchere7-Jan-04 10:36
cchere7-Jan-04 10:36 
GeneralRe: a question about createprocess Pin
David Crow7-Jan-04 2:54
David Crow7-Jan-04 2:54 
GeneralRe: a question about createprocess Pin
Anonymous7-Jan-04 6:10
Anonymous7-Jan-04 6:10 
GeneralPrinting Bitmaps Pin
GESY6-Jan-04 15:44
GESY6-Jan-04 15:44 
GeneralCan't import my dll functions Pin
benwestgarth6-Jan-04 15:33
benwestgarth6-Jan-04 15:33 
GeneralRe: Can't import my dll functions Pin
Anonymous6-Jan-04 15:54
Anonymous6-Jan-04 15:54 
Well, calling dll from exe is straight forward if you use static linking. Just add .lib file name to the library link section of .exe settings. make sure when compiler links, it can find where .lib is located. Also, in the .exe source code you will need to add #include "yourdll.h" header file. Compiler must also know where is that .h file is located.

Hope that helps,


GeneralCustom Timeline Pin
rotu6-Jan-04 14:34
rotu6-Jan-04 14:34 
GeneralChanging source url for web service Pin
Boris Russel6-Jan-04 12:58
Boris Russel6-Jan-04 12:58 
GeneralNevermind <slap self> Pin
Boris Russel6-Jan-04 13:12
Boris Russel6-Jan-04 13:12 
GeneralMinimizing window Pin
Anonymous6-Jan-04 12:16
Anonymous6-Jan-04 12:16 
GeneralRe: Minimizing window Pin
PJ Arends6-Jan-04 12:38
professionalPJ Arends6-Jan-04 12:38 
GeneralCFileDialog sorting/settings Pin
MaxHacker6-Jan-04 11:54
MaxHacker6-Jan-04 11:54 
GeneralRe: CFileDialog sorting/settings Pin
David Crow7-Jan-04 2:59
David Crow7-Jan-04 2:59 
GeneralRe: CFileDialog sorting/settings Pin
MaxHacker7-Jan-04 3:34
MaxHacker7-Jan-04 3:34 
GeneralRe: CFileDialog sorting/settings Pin
David Crow7-Jan-04 3:56
David Crow7-Jan-04 3:56 
Generaltrinking iterface calls mscc++ 2 g++ Pin
suiram406-Jan-04 11:39
suiram406-Jan-04 11:39 
GeneralRe: trinking iterface calls mscc++ 2 g++ Pin
suiram406-Jan-04 12:21
suiram406-Jan-04 12:21 
GeneralAnother question...MFC this time! Pin
Alberto836-Jan-04 11:35
Alberto836-Jan-04 11:35 
GeneralRe: Another question...MFC this time! Pin
Anonymous6-Jan-04 11:47
Anonymous6-Jan-04 11:47 
GeneralRe: Another question...MFC this time! Pin
Alberto836-Jan-04 20:32
Alberto836-Jan-04 20:32 
GeneralCObArray and memory fragmentation Pin
Haakon S.6-Jan-04 11:29
Haakon S.6-Jan-04 11:29 
GeneralRe: CObArray and memory fragmentation Pin
Christian Graus6-Jan-04 11:56
protectorChristian Graus6-Jan-04 11:56 
QuestionHow do they do that? Pin
Anonymous6-Jan-04 11:22
Anonymous6-Jan-04 11:22 

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.