Click here to Skip to main content
15,910,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHTTP Connection question... Pin
Cabadam13-Aug-01 10:31
Cabadam13-Aug-01 10:31 
GeneralRe: HTTP Connection question... Pin
14-Aug-01 4:46
suss14-Aug-01 4:46 
GeneralRe: HTTP Connection question... Pin
Cabadam15-Aug-01 4:47
Cabadam15-Aug-01 4:47 
GeneralClassy question Pin
otvac13-Aug-01 9:47
otvac13-Aug-01 9:47 
GeneralRe: Classy question Pin
Chris Losinger13-Aug-01 10:02
professionalChris Losinger13-Aug-01 10:02 
QuestionWhat to distribute with the final program build? Pin
13-Aug-01 9:00
suss13-Aug-01 9:00 
AnswerRe: What to distribute with the final program build? Pin
Gregg Carlstrom13-Aug-01 9:06
Gregg Carlstrom13-Aug-01 9:06 
AnswerRe: What to distribute with the final program build? Pin
Kuniva13-Aug-01 20:45
Kuniva13-Aug-01 20:45 
just a tip: if its an MFC program goto Project>Options and on the combobox change "Debug" to "Release", then choose "Link MFC in static library" instead of "Link MFC dynamically" then click ok. goto Build(or run or comile whatever it says) and click "batch build" then select "Release" and click build. it will now build ur project in a folder called "Release" in ur main project folder, so in it you will find an executable which is linked statically and should contain everything you need. Cool | :cool:


Kuniva

Want, take, have.
(oh btw, best way of learning some language is by looking at examples, start large!) :p
GeneralError in GetFieldValue() Pin
Tomas13-Aug-01 8:17
Tomas13-Aug-01 8:17 
GeneralRe: Error in GetFieldValue() Pin
Bret Faller13-Aug-01 8:33
Bret Faller13-Aug-01 8:33 
GeneralRe: Error in GetFieldValue() Pin
Tomas13-Aug-01 8:54
Tomas13-Aug-01 8:54 
GeneralRe: Error in GetFieldValue() Pin
Bret Faller13-Aug-01 9:02
Bret Faller13-Aug-01 9:02 
GeneralRe: Error in GetFieldValue() Pin
Tomas13-Aug-01 9:20
Tomas13-Aug-01 9:20 
GeneralRe: Error in GetFieldValue() Pin
Bret Faller13-Aug-01 11:04
Bret Faller13-Aug-01 11:04 
GeneralRe: Error in GetFieldValue() Pin
13-Aug-01 9:56
suss13-Aug-01 9:56 
GeneralRe: Error in GetFieldValue() Pin
Tomas13-Aug-01 12:01
Tomas13-Aug-01 12:01 
GeneralRe: Error in GetFieldValue() Pin
14-Aug-01 12:27
suss14-Aug-01 12:27 
QuestionWhat does this function do? Pin
Bret Faller13-Aug-01 8:13
Bret Faller13-Aug-01 8:13 
AnswerRe: What does this function do? Pin
Anders Molin13-Aug-01 8:42
professionalAnders Molin13-Aug-01 8:42 
GeneralRe: What does this function do? Pin
Bret Faller13-Aug-01 8:44
Bret Faller13-Aug-01 8:44 
GeneralRe: What does this function do? Pin
Anders Molin13-Aug-01 9:21
professionalAnders Molin13-Aug-01 9:21 
GeneralSQLConfigDataSource Pin
13-Aug-01 8:12
suss13-Aug-01 8:12 
GeneralRe: SQLConfigDataSource Pin
Unforgiv3n11-Feb-10 0:56
Unforgiv3n11-Feb-10 0:56 
GeneralLockWindowUpdate with CHtmlView Pin
ov13-Aug-01 7:23
ov13-Aug-01 7:23 
Generalquestion about focus Pin
13-Aug-01 7:22
suss13-Aug-01 7: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.