Click here to Skip to main content
15,880,469 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Very happy with C++11 Pin
David Crow6-Nov-12 3:00
David Crow6-Nov-12 3:00 
AnswerRe: Very happy with C++11 Pin
Maximilien6-Nov-12 3:24
Maximilien6-Nov-12 3:24 
AnswerRe: Very happy with C++11 Pin
Chris Losinger6-Nov-12 9:01
professionalChris Losinger6-Nov-12 9:01 
QuestionPutting a COM dll inside a COM dll Pin
WebMaster5-Nov-12 4:39
WebMaster5-Nov-12 4:39 
AnswerRe: Putting a COM dll inside a COM dll Pin
Richard MacCutchan5-Nov-12 5:20
mveRichard MacCutchan5-Nov-12 5:20 
GeneralRe: Putting a COM dll inside a COM dll Pin
WebMaster5-Nov-12 5:47
WebMaster5-Nov-12 5:47 
GeneralRe: Putting a COM dll inside a COM dll Pin
Richard MacCutchan5-Nov-12 5:56
mveRichard MacCutchan5-Nov-12 5:56 
AnswerRe: Putting a COM dll inside a COM dll Pin
Chris Meech5-Nov-12 7:13
Chris Meech5-Nov-12 7:13 
andrewdunbabin wrote:
but I dont know how to add s.dll to my new dll that im writing in VS6


For your new DLL project, you do not need to add s.dll to it. Rather you will need to add headers (s.h) to one of your source files and then when you link your DLL, you will need to include a library file (s.lib) in the libraries list. Do you have those files available to use? Smile | :)

As Richard was mentioning though, it would be a good idea to find out why the crash is occurring in the first place. Without that knowledge, how do you ensure that your DLL project wont have the same issue. Smile | :)
Chris Meech
I am Canadian. [heard in a local bar]

In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]

Questionclient server query Pin
akki2309915-Nov-12 1:35
akki2309915-Nov-12 1:35 
AnswerRe: client server query Pin
Richard MacCutchan5-Nov-12 3:19
mveRichard MacCutchan5-Nov-12 3:19 
AnswerRe: client server query Pin
CPallini5-Nov-12 10:47
mveCPallini5-Nov-12 10:47 
Questionhow to get drive list without using COM? Pin
Le@rner4-Nov-12 23:15
Le@rner4-Nov-12 23:15 
AnswerRe: how to get drive list without using COM? Pin
Santhosh G_4-Nov-12 23:37
Santhosh G_4-Nov-12 23:37 
GeneralRe: how to get drive list without using COM? Pin
Le@rner4-Nov-12 23:41
Le@rner4-Nov-12 23:41 
AnswerRe: how to get drive list without using COM? Pin
Sajeesh Payolam5-Nov-12 2:28
Sajeesh Payolam5-Nov-12 2:28 
QuestionRe: how to get drive list without using COM? Pin
David Crow5-Nov-12 2:48
David Crow5-Nov-12 2:48 
Questioncoinitializesecurity failed with error code 800706ba ! Pin
Le@rner4-Nov-12 17:33
Le@rner4-Nov-12 17:33 
AnswerRe: coinitializesecurity failed with error code 800706ba ! Pin
Jochen Arndt4-Nov-12 21:42
professionalJochen Arndt4-Nov-12 21:42 
AnswerRe: coinitializesecurity failed with error code 800706ba ! Pin
Richard MacCutchan4-Nov-12 21:45
mveRichard MacCutchan4-Nov-12 21:45 
GeneralRe: coinitializesecurity failed with error code 800706ba ! Pin
Le@rner4-Nov-12 23:43
Le@rner4-Nov-12 23:43 
GeneralRe: coinitializesecurity failed with error code 800706ba ! Pin
Richard MacCutchan5-Nov-12 3:10
mveRichard MacCutchan5-Nov-12 3:10 
QuestionWhy the CTreeCtrl disable[solved] Pin
yu-jian4-Nov-12 4:59
yu-jian4-Nov-12 4:59 
AnswerRe: Why the CTreeCtrl disable Pin
Richard MacCutchan4-Nov-12 5:13
mveRichard MacCutchan4-Nov-12 5:13 
GeneralRe: Why the CTreeCtrl disable Pin
yu-jian4-Nov-12 15:28
yu-jian4-Nov-12 15:28 
QuestionRe: Why the CTreeCtrl disable Pin
David Crow4-Nov-12 16:18
David Crow4-Nov-12 16:18 

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.