Click here to Skip to main content
15,796,102 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: patience sort project Pin
Snorri Kristjansson10-Nov-14 23:35
professionalSnorri Kristjansson10-Nov-14 23:35 
QuestionIAccessible, enable/disable, ... Pin
Castorix3-Nov-14 5:15
Castorix3-Nov-14 5:15 
SuggestionRe: IAccessible, enable/disable, ... Pin
Albert Holguin4-Nov-14 6:01
professionalAlbert Holguin4-Nov-14 6:01 
GeneralRe: IAccessible, enable/disable, ... Pin
Castorix4-Nov-14 7:45
Castorix4-Nov-14 7:45 
GeneralRe: IAccessible, enable/disable, ... Pin
Albert Holguin4-Nov-14 8:46
professionalAlbert Holguin4-Nov-14 8:46 
GeneralRe: IAccessible, enable/disable, ... Pin
Castorix4-Nov-14 23:30
Castorix4-Nov-14 23:30 
GeneralRe: IAccessible, enable/disable, ... Pin
Albert Holguin5-Nov-14 5:34
professionalAlbert Holguin5-Nov-14 5:34 
QuestionStatic linking Pin
Member 112017882-Nov-14 23:27
Member 112017882-Nov-14 23:27 
Our application develped in C# uses a dll and static library(lib).
The dll is intermediate project for static libraty and C# application.

Client has provided files(library file and a dll) which is required for interacting with their application.
1. In our C++ static library we are using only the library file provided by client by statically linking it.
2. Our C++ wrapper dll references this C++ static library created in step 1.
3. C# application references the wrapper dll created in step 2.

Since the library file is statically linked in our C++ static library, does the dll also need to be linked/referred in our application.
AnswerRe: Static linking Pin
Garth J Lancaster2-Nov-14 23:37
professionalGarth J Lancaster2-Nov-14 23:37 
AnswerRe: Static linking Pin
Richard MacCutchan3-Nov-14 0:09
mveRichard MacCutchan3-Nov-14 0:09 
AnswerRe: Static linking Pin
Albert Holguin3-Nov-14 12:31
professionalAlbert Holguin3-Nov-14 12:31 
GeneralRe: Static linking Pin
Member 112017884-Nov-14 0:31
Member 112017884-Nov-14 0:31 
AnswerRe: Static linking Pin
Albert Holguin4-Nov-14 5:24
professionalAlbert Holguin4-Nov-14 5:24 
QuestionTemplate Class Pointer - Would like explanation for unexpected behavior Pin
Foothill2-Nov-14 9:01
professionalFoothill2-Nov-14 9:01 
AnswerRe: Template Class Pointer - Would like explanation for unexpected behavior Pin
Richard MacCutchan2-Nov-14 9:13
mveRichard MacCutchan2-Nov-14 9:13 
GeneralRe: Template Class Pointer - Would like explanation for unexpected behavior Pin
Foothill2-Nov-14 9:44
professionalFoothill2-Nov-14 9:44 
AnswerRe: Template Class Pointer - Would like explanation for unexpected behavior Pin
Freak303-Nov-14 3:50
Freak303-Nov-14 3:50 
GeneralRe: Template Class Pointer - Would like explanation for unexpected behavior Pin
Foothill3-Nov-14 6:59
professionalFoothill3-Nov-14 6:59 
GeneralRe: Template Class Pointer - Would like explanation for unexpected behavior Pin
the_foobar3-Dec-14 21:26
the_foobar3-Dec-14 21:26 
AnswerRe: Template Class Pointer - Would like explanation for unexpected behavior Pin
Volynsky Alex5-Nov-14 0:12
professionalVolynsky Alex5-Nov-14 0:12 
QuestionERROR No Target Architecture Pin
ForNow1-Nov-14 18:05
ForNow1-Nov-14 18:05 
SuggestionRe: ERROR No Target Architecture Pin
Richard MacCutchan1-Nov-14 23:03
mveRichard MacCutchan1-Nov-14 23:03 
GeneralRe: ERROR No Target Architecture Pin
ForNow2-Nov-14 5:04
ForNow2-Nov-14 5:04 
GeneralRe: ERROR No Target Architecture Pin
Richard MacCutchan2-Nov-14 6:49
mveRichard MacCutchan2-Nov-14 6:49 
QuestionHow to protect a member function Pin
Drugodrf31-Oct-14 5:35
Drugodrf31-Oct-14 5:35 

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.