Click here to Skip to main content
15,922,145 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ DLL vs MFC DLL Pin
ThatsAlok18-Oct-05 4:08
ThatsAlok18-Oct-05 4:08 
Questionget msn conversation window elements Pin
smargada17-Oct-05 7:27
smargada17-Oct-05 7:27 
AnswerRe: get msn conversation window elements Pin
David Crow17-Oct-05 7:59
David Crow17-Oct-05 7:59 
AnswerRe: get msn conversation window elements Pin
ThatsAlok17-Oct-05 18:25
ThatsAlok17-Oct-05 18:25 
GeneralRe: get msn conversation window elements Pin
smargada18-Oct-05 4:32
smargada18-Oct-05 4:32 
GeneralRe: get msn conversation window elements Pin
ThatsAlok18-Oct-05 4:38
ThatsAlok18-Oct-05 4:38 
QuestionNeed to detect logged in users - NOT using GetUserName/Ex Pin
Xori17-Oct-05 7:11
Xori17-Oct-05 7:11 
AnswerRe: Need to detect logged in users - NOT using GetUserName/Ex Pin
David Crow17-Oct-05 7:34
David Crow17-Oct-05 7:34 
GeneralRe: Need to detect logged in users - NOT using GetUserName/Ex Pin
Xori17-Oct-05 7:47
Xori17-Oct-05 7:47 
QuestionRe: Need to detect logged in users - NOT using GetUserName/Ex Pin
David Crow17-Oct-05 8:18
David Crow17-Oct-05 8:18 
GeneralRe: Need to detect logged in users - NOT using GetUserName/Ex Pin
ThatsAlok17-Oct-05 18:15
ThatsAlok17-Oct-05 18:15 
Questionkeybd_event() in explorer/firefox/ie and the like Pin
dr_illbatting17-Oct-05 7:05
dr_illbatting17-Oct-05 7:05 
AnswerRe: keybd_event() in explorer/firefox/ie and the like Pin
Anonymous17-Oct-05 20:11
Anonymous17-Oct-05 20:11 
QuestionHow to get the right URL before navigating the web page in the CHtmlView? Pin
superhandwolf17-Oct-05 5:52
superhandwolf17-Oct-05 5:52 
Questionstatic control colouring Pin
FarPointer17-Oct-05 5:51
FarPointer17-Oct-05 5:51 
AnswerRe: static control colouring Pin
David Crow17-Oct-05 7:27
David Crow17-Oct-05 7:27 
QuestionEarly Binding Pin
itkid17-Oct-05 5:36
itkid17-Oct-05 5:36 
QuestionQuestion on folder security permissions Pin
shiva e balasubramaniam17-Oct-05 4:44
shiva e balasubramaniam17-Oct-05 4:44 
QuestionClass Construction Problem Pin
bugDanny17-Oct-05 4:39
bugDanny17-Oct-05 4:39 
AnswerRe: Class Construction Problem Pin
toxcct17-Oct-05 4:50
toxcct17-Oct-05 4:50 
AnswerRe: Class Construction Problem Pin
Cedric Moonen17-Oct-05 4:54
Cedric Moonen17-Oct-05 4:54 
GeneralRe: Class Construction Problem Pin
bugDanny17-Oct-05 4:58
bugDanny17-Oct-05 4:58 
QuestionCMSFlexgrid \ Dialog problem Pin
69 Bay17-Oct-05 4:08
69 Bay17-Oct-05 4:08 
Hi again

I have a problem with a dialog that I have written that includes CMSFlexgrid. When I copy the application over to my target machine, it wont run. I have used Dependency Walker to find out which DLLs are used, and copied those accross (16 of them), but still no luck.

I have written a couple of other applications that have used CMSFlexgrid and had the same problem. The only way I could find around this was to install Visual Basic 6.0 into the target machine (this is where the Flexgrid control has come from.

Anybody got some clues? Both machines are running XP Pro; a list of the required DLLs that I have copied is shown below. Thanks for your Help

69 Bay

c:\windows\system32\WINMM.DLL
c:\windows\system32\NTDLL.DLL
c:\windows\system32\USER32.DLL
c:\windows\system32\GDI32.DLL
c:\windows\system32\KERNEL32.DLL
c:\windows\system32\ADVAPI32.DLL
c:\windows\system32\RPCRT4.DLL
c:\developement\scheduler\INPOUT32.DLL
c:\windows\system32\MFC42D.DLL
c:\windows\system32\MSVCRTD.DLL
c:\windows\system32\SHELL32.DLL
c:\windows\system32\MSVCRT.DLL
c:\windows\system32\SHLWAPI.DLL
c:\windows\system32\COMCTL32.DLL
c:\windows\system32\MSVCIRTD.DLL
c:\windows\system32\MFCO42D.DLL

AnswerRe: CMSFlexgrid \ Dialog problem Pin
Cedric Moonen17-Oct-05 4:29
Cedric Moonen17-Oct-05 4:29 
GeneralRe: CMSFlexgrid \ Dialog problem Pin
69 Bay17-Oct-05 5:27
69 Bay17-Oct-05 5:27 

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.