Click here to Skip to main content
15,901,122 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Class Hierarchy - Polymorphism Pin
FrankMookie29-Aug-08 17:55
FrankMookie29-Aug-08 17:55 
AnswerRe: Class Hierarchy - Polymorphism Pin
Cedric Moonen29-Aug-08 22:58
Cedric Moonen29-Aug-08 22:58 
QuestionCopy the *.exe which built with VC to the other computer but it doesn't work Pin
aygrhnwms30429-Aug-08 14:53
aygrhnwms30429-Aug-08 14:53 
QuestionRe: Copy the *.exe which built with VC to the other computer but it doesn't work Pin
Mark Salsbery29-Aug-08 14:56
Mark Salsbery29-Aug-08 14:56 
AnswerRe: Copy the *.exe which built with VC to the other computer but it doesn't work Pin
aygrhnwms30429-Aug-08 15:52
aygrhnwms30429-Aug-08 15:52 
GeneralRe: Copy the *.exe which built with VC to the other computer but it doesn't work Pin
Hamid_RT29-Aug-08 17:49
Hamid_RT29-Aug-08 17:49 
GeneralRe: Copy the *.exe which built with VC to the other computer but it doesn't work Pin
aygrhnwms30429-Aug-08 17:53
aygrhnwms30429-Aug-08 17:53 
GeneralRe: Copy the *.exe which built with VC to the other computer but it doesn't work Pin
Cedric Moonen29-Aug-08 23:03
Cedric Moonen29-Aug-08 23:03 
For VC6, there're several things you need to take into account. First thing is to always distribute a release version of your software. Then you need to make sure to distribute the dll's that your program depends on (you can use a tool called Dependency Walker to verify which dll's you need to distribute with your app).

Anyway, I don't think this is the problem (you would have got an error message). This typically happens when your application is using an ActiveX control that is not registered on the target machine. Are you using any specific ActiveX control ? If yes, make sure to distribute it with your app and to register it on the target machine.

Cédric Moonen
Software developer

Charting control [v1.5 - Updated]
OpenGL game tutorial in C++

GeneralRe: Copy the *.exe which built with VC to the other computer but it doesn't work Pin
aygrhnwms30431-Aug-08 14:39
aygrhnwms30431-Aug-08 14:39 
GeneralRe: Copy the *.exe which built with VC to the other computer but it doesn't work Pin
Cedric Moonen31-Aug-08 19:52
Cedric Moonen31-Aug-08 19:52 
AnswerRe: Copy the *.exe which built with VC to the other computer but it doesn't work Pin
santhoshv8429-Aug-08 17:56
santhoshv8429-Aug-08 17:56 
GeneralRe: Copy the *.exe which built with VC to the other computer but it doesn't work Pin
aygrhnwms30431-Aug-08 14:41
aygrhnwms30431-Aug-08 14:41 
GeneralRe: Copy the *.exe which built with VC to the other computer but it doesn't work Pin
Rane31-Aug-08 20:50
Rane31-Aug-08 20:50 
QuestionCreateFile Access Pin
Bram van Kampen29-Aug-08 12:37
Bram van Kampen29-Aug-08 12:37 
AnswerRe: CreateFile Access Pin
Mark Salsbery29-Aug-08 13:58
Mark Salsbery29-Aug-08 13:58 
GeneralRe: CreateFile Access Pin
Bram van Kampen31-Aug-08 14:33
Bram van Kampen31-Aug-08 14:33 
QuestionHow to read the Computer SID? Pin
StefanKittel29-Aug-08 12:19
StefanKittel29-Aug-08 12:19 
AnswerRe: How to read the Computer SID? Pin
Mark Salsbery29-Aug-08 12:48
Mark Salsbery29-Aug-08 12:48 
GeneralRe: How to read the Computer SID? Pin
StefanKittel29-Aug-08 13:03
StefanKittel29-Aug-08 13:03 
GeneralRe: How to read the Computer SID? [modified] Pin
Mark Salsbery29-Aug-08 13:25
Mark Salsbery29-Aug-08 13:25 
GeneralRe: How to read the Computer SID? Pin
StefanKittel30-Aug-08 1:36
StefanKittel30-Aug-08 1:36 
QuestionCInternetfile - trying to use 'seek' always getting an assertion error Pin
simon alec smith29-Aug-08 10:10
simon alec smith29-Aug-08 10:10 
QuestionRe: CInternetfile - trying to use 'seek' always getting an assertion error Pin
David Crow29-Aug-08 10:35
David Crow29-Aug-08 10:35 
AnswerRe: CInternetfile - trying to use 'seek' always getting an assertion error Pin
simon alec smith29-Aug-08 10:37
simon alec smith29-Aug-08 10:37 
QuestionRe: CInternetfile - trying to use 'seek' always getting an assertion error Pin
David Crow29-Aug-08 10:40
David Crow29-Aug-08 10:40 

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.