Click here to Skip to main content
15,900,511 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Referenced namespace in another project not linking Pin
Cedric Moonen12-Sep-06 2:31
Cedric Moonen12-Sep-06 2:31 
GeneralRe: Referenced namespace in another project not linking Pin
Klempie12-Sep-06 2:43
Klempie12-Sep-06 2:43 
QuestionCan MIDL marshall STL types like vector ? Pin
Mr.Brainley12-Sep-06 1:20
Mr.Brainley12-Sep-06 1:20 
Questionwhy should we always use "CALLBACK" and "WINAPI" these words Pin
bloodwinner12-Sep-06 0:56
bloodwinner12-Sep-06 0:56 
AnswerRe: why should we always use "CALLBACK" and "WINAPI" these words Pin
Steve S12-Sep-06 3:17
Steve S12-Sep-06 3:17 
AnswerRe: why should we always use "CALLBACK" and "WINAPI" these words Pin
David Crow12-Sep-06 7:22
David Crow12-Sep-06 7:22 
QuestionHow to make an exe Pin
vc++_fragrance12-Sep-06 0:49
vc++_fragrance12-Sep-06 0:49 
AnswerRe: How to make an exe Pin
Cedric Moonen12-Sep-06 0:53
Cedric Moonen12-Sep-06 0:53 
First, you have to tell us which IDE you used to compile (VC6, VC2005, ...). Things are different dependending on the IDE you used.

To find which dll needs to be distributed with your app, open the dependency walker (the program is normally supplied with the IDE but you can find it easily on the web also). It will show you all the dll that your app requires.

Also, do not distribute debug version of your program (and dll). This is not legal (particularly for distributing the debug version of the microsoft dll's).


Cédric Moonen
Software developer

Charting control [Updated - v1.1]

GeneralRe: How to make an exe Pin
vc++_fragrance12-Sep-06 1:02
vc++_fragrance12-Sep-06 1:02 
GeneralRe: How to make an exe Pin
Hamid_RT12-Sep-06 1:28
Hamid_RT12-Sep-06 1:28 
AnswerRe: How to make an exe Pin
prasad_som12-Sep-06 0:55
prasad_som12-Sep-06 0:55 
GeneralRe: How to make an exe Pin
vc++_fragrance12-Sep-06 1:05
vc++_fragrance12-Sep-06 1:05 
GeneralRe: How to make an exe Pin
prasad_som12-Sep-06 1:40
prasad_som12-Sep-06 1:40 
GeneralRe: How to make an exe Pin
vc++_fragrance13-Sep-06 1:44
vc++_fragrance13-Sep-06 1:44 
GeneralRe: How to make an exe Pin
prasad_som13-Sep-06 1:53
prasad_som13-Sep-06 1:53 
GeneralRe: How to make an exe Pin
vc++_fragrance13-Sep-06 2:07
vc++_fragrance13-Sep-06 2:07 
AnswerRe: How to make an exe Pin
Nibu babu thomas12-Sep-06 1:04
Nibu babu thomas12-Sep-06 1:04 
GeneralRe: How to make an exe Pin
vc++_fragrance12-Sep-06 1:16
vc++_fragrance12-Sep-06 1:16 
GeneralRe: How to make an exe Pin
Nibu babu thomas12-Sep-06 1:19
Nibu babu thomas12-Sep-06 1:19 
GeneralRe: How to make an exe Pin
vc++_fragrance12-Sep-06 1:20
vc++_fragrance12-Sep-06 1:20 
GeneralRe: How to make an exe Pin
Hamid_RT12-Sep-06 1:31
Hamid_RT12-Sep-06 1:31 
AnswerRe: How to make an exe Pin
toxcct12-Sep-06 1:18
toxcct12-Sep-06 1:18 
AnswerRe: How to make an exe Pin
A_Fa12-Sep-06 1:21
A_Fa12-Sep-06 1:21 
GeneralRe: How to make an exe Pin
toxcct12-Sep-06 1:27
toxcct12-Sep-06 1:27 
GeneralRe: How to make an exe Pin
Emilio Garavaglia12-Sep-06 2:08
Emilio Garavaglia12-Sep-06 2:08 

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.