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

C / C++ / MFC

 
GeneralRe: FilePathProblem Pin
ddmcr9-May-05 7:19
ddmcr9-May-05 7:19 
GeneralRiched32.dll on w9x Pin
PJ Arends8-May-05 11:09
professionalPJ Arends8-May-05 11:09 
GeneralRe: Riched32.dll on w9x Pin
Graham Bradshaw8-May-05 11:24
Graham Bradshaw8-May-05 11:24 
GeneralRe: Riched32.dll on w9x [edited] Pin
PJ Arends8-May-05 11:53
professionalPJ Arends8-May-05 11:53 
GeneralRe: Riched32.dll on w9x Pin
Jim Crafton8-May-05 12:34
Jim Crafton8-May-05 12:34 
GeneralRe: Riched32.dll on w9x Pin
PJ Arends8-May-05 14:07
professionalPJ Arends8-May-05 14:07 
GeneralMFC as Static produces runtime error. Pin
Shining20058-May-05 9:39
Shining20058-May-05 9:39 
GeneralRe: MFC as Static produces runtime error. Pin
Blake Miller9-May-05 5:12
Blake Miller9-May-05 5:12 
Are you including other DLL in your project? It depends upon how THEY were linked to MFC. For best results, ALL the DLL in your project should have linked to MFC the same way.

I am also wondering if you started other threads in the program? Did you use the CWinThread class to make the thread the sockets are using?

Chekc for uninitialized variables. Maybe the dynamic MFC has some intialization the static MFC does not, and you are missing it.

Lastly, what is the runtime error?

Questionhow much processing power is my app using Pin
Mridang Agarwalla8-May-05 7:45
Mridang Agarwalla8-May-05 7:45 
AnswerRe: how much processing power is my app using Pin
Christian Graus8-May-05 18:40
protectorChristian Graus8-May-05 18:40 
AnswerRe: how much processing power is my app using Pin
Ryan Binns8-May-05 18:43
Ryan Binns8-May-05 18:43 
GeneralCEdit Validation Pin
ddmcr8-May-05 6:39
ddmcr8-May-05 6:39 
GeneralRe: CEdit Validation Pin
Jack Puppy8-May-05 7:50
Jack Puppy8-May-05 7:50 
GeneralRe: CEdit Validation Pin
Anonymous16-May-05 2:15
Anonymous16-May-05 2:15 
GeneralDisplay data in pages Pin
Ivan Cachicatari8-May-05 5:31
Ivan Cachicatari8-May-05 5:31 
GeneralRe: Display data in pages Pin
Chris Losinger8-May-05 6:24
professionalChris Losinger8-May-05 6:24 
GeneralRe: Display data in pages Pin
Ivan Cachicatari8-May-05 8:35
Ivan Cachicatari8-May-05 8:35 
GeneralRe: Display data in pages Pin
Chris Losinger8-May-05 8:47
professionalChris Losinger8-May-05 8:47 
Generallibrary linking error Pin
8-May-05 3:18
suss8-May-05 3:18 
GeneralRe: library linking error Pin
Jörgen Sigvardsson8-May-05 3:43
Jörgen Sigvardsson8-May-05 3:43 
GeneralRe: library linking error2 Pin
_tasleem8-May-05 9:22
_tasleem8-May-05 9:22 
GeneralRe: library linking error2 Pin
Jörgen Sigvardsson8-May-05 9:37
Jörgen Sigvardsson8-May-05 9:37 
GeneralRe: library linking error2 Pin
_tasleem8-May-05 9:56
_tasleem8-May-05 9:56 
GeneralRe: library linking error2 Pin
Blake Miller9-May-05 5:55
Blake Miller9-May-05 5:55 
GeneralRe: library linking error2 Pin
_tasleem12-May-05 13:02
_tasleem12-May-05 13:02 

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.