Click here to Skip to main content
15,897,334 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionActiveX Print Template Pin
folken_max4-Apr-06 14:27
folken_max4-Apr-06 14:27 
Questionlink library + crazy error Pin
surfman194-Apr-06 13:40
surfman194-Apr-06 13:40 
AnswerRe: link library + crazy error Pin
Michael Dunn4-Apr-06 13:44
sitebuilderMichael Dunn4-Apr-06 13:44 
GeneralRe: link library + crazy error Pin
surfman194-Apr-06 14:23
surfman194-Apr-06 14:23 
QuestionRegisterWindowMessage Text Pin
Blake Miller4-Apr-06 12:31
Blake Miller4-Apr-06 12:31 
Questionabout LoadLibrary method in embedded Visual C++ Pin
George_George4-Apr-06 12:29
George_George4-Apr-06 12:29 
QuestionHuge Favour - re: compiling source Pin
ldsdbomber4-Apr-06 12:19
ldsdbomber4-Apr-06 12:19 
AnswerRe: Huge Favour - re: compiling source Pin
Anilkumar K V4-Apr-06 20:11
Anilkumar K V4-Apr-06 20:11 
Usually the procedure like this

Include the header file, in one of ur header/source file
Create DiComDataObject or whatever u need
Copy the Lib file to ur project directory
Add the library name in VisualStudio ->Project > Settings -> link tab
object library modules

By default, Visual C++ projects use precompiled headers. This is a system whereby the large Windows headers are compiled only once when you build stdafx.cpp. Every other .CPP file in your project needs to #include "stdafx.h" as the first #include in order to build. The compiler specifically looks for the name "stdafx.h" to know when to insert the precompiled header information.
If you received the source for an entire program from someone else, and you want to build it as a Visual C++ project, you can turn off precompiled headers instead. In your project options, go to the C/C++ tab and select the Precompiled headers category. Click the Not using precompiled headers radio button, then click OK.


QuestionRemote debugging setup for VS 2003 on XP Pin
lastgen4-Apr-06 11:33
lastgen4-Apr-06 11:33 
AnswerRe: Remote debugging setup for VS 2003 on XP Pin
jmkhael4-Apr-06 20:29
jmkhael4-Apr-06 20:29 
QuestionPopup caption like Windows Media Player Pin
David Simmonds4-Apr-06 11:32
David Simmonds4-Apr-06 11:32 
AnswerRe: Popup caption like Windows Media Player Pin
Hamid_RT4-Apr-06 19:18
Hamid_RT4-Apr-06 19:18 
GeneralRe: Popup caption like Windows Media Player Pin
David Simmonds5-Apr-06 4:05
David Simmonds5-Apr-06 4:05 
Questionhow to select items in a list control. Pin
Ajax954-Apr-06 9:39
Ajax954-Apr-06 9:39 
QuestionRe: how to select items in a list control. Pin
David Crow4-Apr-06 10:09
David Crow4-Apr-06 10:09 
AnswerRe: how to select items in a list control. Pin
Michael Dunn4-Apr-06 11:27
sitebuilderMichael Dunn4-Apr-06 11:27 
AnswerRe: how to select items in a list control. Pin
Laxman Auti4-Apr-06 18:14
Laxman Auti4-Apr-06 18:14 
AnswerRe: how to select items in a list control. Pin
Ajax957-Apr-06 13:50
Ajax957-Apr-06 13:50 
QuestionHelp with list box Pin
antdaviesuk4-Apr-06 9:11
antdaviesuk4-Apr-06 9:11 
AnswerRe: Help with list box Pin
David Crow4-Apr-06 9:25
David Crow4-Apr-06 9:25 
AnswerRe: Help with list box Pin
Laxman Auti4-Apr-06 18:19
Laxman Auti4-Apr-06 18:19 
QuestionCreating LIB file from DLL Pin
Alexander M.,4-Apr-06 8:57
Alexander M.,4-Apr-06 8:57 
AnswerRe: Creating LIB file from DLL Pin
David Crow4-Apr-06 10:12
David Crow4-Apr-06 10:12 
GeneralRe: Creating LIB file from DLL Pin
Alexander M.,4-Apr-06 10:20
Alexander M.,4-Apr-06 10:20 
QuestionRe: Creating LIB file from DLL Pin
David Crow4-Apr-06 10:31
David Crow4-Apr-06 10:31 

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.