Click here to Skip to main content
15,914,357 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralComboBox problems when moving... Pin
Peter Mares16-Oct-03 20:56
Peter Mares16-Oct-03 20:56 
GeneralConsole Window in VC Managed Extension samples Pin
Liaqat Fayyaz16-Oct-03 20:40
Liaqat Fayyaz16-Oct-03 20:40 
GeneralRe: Console Window in VC Managed Extension samples Pin
Anonymous16-Oct-03 22:40
Anonymous16-Oct-03 22:40 
GeneralRe: Console Window in VC Managed Extension samples Pin
Mike Dimmick16-Oct-03 22:40
Mike Dimmick16-Oct-03 22:40 
Generalabt view in html Pin
SatyaDY16-Oct-03 20:10
SatyaDY16-Oct-03 20:10 
GeneralInternational Password Encryption Pin
skallestad16-Oct-03 18:00
skallestad16-Oct-03 18:00 
GeneralRe: International Password Encryption Pin
Johnny ²17-Oct-03 8:33
Johnny ²17-Oct-03 8:33 
Generaldll/ActiveX issue Pin
work_to_live16-Oct-03 17:36
work_to_live16-Oct-03 17:36 
I'm trying to build a library of specialized helper functions I can move from project to project. I'm currently building an ActiveX control, and linking with this "helper" library (dll). This is the first time I've built my own dll, and I'm having some problems. Here's the problem I'm having...

I have a class I export in my dll, and can successfully import it into my control, but if I change the arguments in one of the member functions to a CString reference, the ActiveX control crashes when it executes that function. If I change the argument to pass by value, everything is OK, but I can't modify data in my control. I realize this is a brief explanation, but I'm hoping there's something that comes to mind as far as exporting classes that try to modify data in the calling application (ActiveX control in this case) with a reference to an object (CString) in the calling application.

Thanks.
QuestionWhat is an Illegal Seek and what can I do? Pin
elchip16-Oct-03 15:37
elchip16-Oct-03 15:37 
AnswerRe: What is an Illegal Seek and what can I do? Pin
Johnny ²16-Oct-03 21:39
Johnny ²16-Oct-03 21:39 
GeneralRe: What is an Illegal Seek and what can I do? Pin
elchip17-Oct-03 1:58
elchip17-Oct-03 1:58 
AnswerRe: What is an Illegal Seek and what can I do? Pin
Steve S17-Oct-03 1:53
Steve S17-Oct-03 1:53 
QuestionBest way to implement keyboard shortcuts? Pin
IGx8916-Oct-03 14:19
IGx8916-Oct-03 14:19 
Questionextending intellisense in VS 6.0 ? Pin
vark16-Oct-03 13:11
vark16-Oct-03 13:11 
AnswerRe: extending intellisense in VS 6.0 ? Pin
Mike Dimmick16-Oct-03 22:42
Mike Dimmick16-Oct-03 22:42 
Questionhow can i open and read PS/2 port ? Pin
asd175316-Oct-03 11:32
asd175316-Oct-03 11:32 
Questionhow can i open and read PS/2 port ? Pin
16-Oct-03 11:32
suss16-Oct-03 11:32 
Generalquick cmd prompt question Pin
keegan16-Oct-03 10:42
keegan16-Oct-03 10:42 
GeneralRe: quick cmd prompt question Pin
Ranjan Banerji16-Oct-03 11:05
Ranjan Banerji16-Oct-03 11:05 
GeneralRe: quick cmd prompt question Pin
keegan16-Oct-03 11:09
keegan16-Oct-03 11:09 
GeneralRe: quick cmd prompt question Pin
Randhir Sinha16-Oct-03 19:52
Randhir Sinha16-Oct-03 19:52 
GeneralRe: quick cmd prompt question Pin
Steve S17-Oct-03 1:56
Steve S17-Oct-03 1:56 
GeneralRe: quick cmd prompt question Pin
Anonymous16-Oct-03 17:01
Anonymous16-Oct-03 17:01 
GeneralRe: quick cmd prompt question Pin
keegan17-Oct-03 8:01
keegan17-Oct-03 8:01 
GeneralOnShowWindow called twice Pin
MarcoNedwig16-Oct-03 9:33
MarcoNedwig16-Oct-03 9:33 

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.