Click here to Skip to main content
15,911,890 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to calculate maximum number of visible lines that could be displayed in a CRichEditCtrl, which doesn't have any scrolling property? Pin
vinothini28-Mar-03 0:44
vinothini28-Mar-03 0:44 
AnswerRe: how to calculate maximum number of visible lines that could be displayed in a CRichEditCtrl, which doesn't have any scrolling property? Pin
John R. Shaw28-Mar-03 16:55
John R. Shaw28-Mar-03 16:55 
GeneralRe: how to calculate maximum number of visible lines that could be displayed in a CRichEditCtrl, which doesn't have any scrolling property? Pin
vinothini2-Apr-03 0:33
vinothini2-Apr-03 0:33 
GeneralMIDL: Compilation Error Pin
Ahsan Abbas28-Mar-03 0:38
Ahsan Abbas28-Mar-03 0:38 
GeneralRe: MIDL: Compilation Error Pin
tomiczek28-Mar-03 0:54
tomiczek28-Mar-03 0:54 
GeneralRe: MIDL: Compilation Error Pin
Ahsan Abbas28-Mar-03 1:30
Ahsan Abbas28-Mar-03 1:30 
GeneralRe: MIDL: Compilation Error Pin
Brian Shifrin28-Mar-03 2:32
Brian Shifrin28-Mar-03 2:32 
GeneralRe: MIDL: Compilation Error Pin
Ahsan Abbas30-Mar-03 20:42
Ahsan Abbas30-Mar-03 20:42 
I think, I have understood the original problem now. I gave the forward declarations in one of the .idl files. On compiling it gave the error:
========================================================
error MIDL2011 : unresolved type declaration : IOtherInterface [ Parameter 'pipSegment' of Procedure 'get_CSegment' ( Interface 'IMyInterface' ) ]
========================================================

When I double-clicked over the error, to see where exactly it occured. VC++ gave a message box with the text as below:
=======================================================
"C:\MyWorspace\Infrastructure\MyUtils\IMyInterface.idl"
Cannot open file.
File not found.
=======================================================

While this interface file is actually at:
C:\MyWorspace\Business Tier\Objects\IMyInterface.idl

Now, VC is not picking the path correctly. Even I have opened the file in the editor, which is even showing correct directory on clicking "Save As" from File menu).
Now, PLEASE tell me, where do I may correct this path, so that file file may work correctly.

Regards,
AhsanConfused | :confused:

Ahsan
QuestionHow to hide a popup menu? Pin
The.Saint27-Mar-03 23:33
The.Saint27-Mar-03 23:33 
AnswerRe: How to hide a popup menu? Pin
Iain Clarke, Warrior Programmer28-Mar-03 0:42
Iain Clarke, Warrior Programmer28-Mar-03 0:42 
Generala Function call itself Pin
wow999927-Mar-03 23:14
wow999927-Mar-03 23:14 
GeneralRe: a Function call itself Pin
RChin27-Mar-03 23:26
RChin27-Mar-03 23:26 
GeneralVisual Studio .NET build scripts Pin
Jörgen Sigvardsson27-Mar-03 23:01
Jörgen Sigvardsson27-Mar-03 23:01 
GeneralRe: Visual Studio .NET build scripts Pin
Roger Allen28-Mar-03 0:37
Roger Allen28-Mar-03 0:37 
GeneralRe: Visual Studio .NET build scripts Pin
Jörgen Sigvardsson28-Mar-03 0:47
Jörgen Sigvardsson28-Mar-03 0:47 
GeneralCListCtrl improving Pin
JensB27-Mar-03 22:56
JensB27-Mar-03 22:56 
GeneralRe: CListCtrl improving Pin
tomiczek28-Mar-03 0:34
tomiczek28-Mar-03 0:34 
GeneralRe: CListCtrl improving Pin
JensB28-Mar-03 1:19
JensB28-Mar-03 1:19 
GeneralRe: CListCtrl improving Pin
Alin Negru28-Mar-03 1:35
Alin Negru28-Mar-03 1:35 
GeneralRe: CListCtrl improving Pin
JensB28-Mar-03 1:57
JensB28-Mar-03 1:57 
GeneralRe: CListCtrl improving Pin
tomiczek28-Mar-03 2:56
tomiczek28-Mar-03 2:56 
GeneralRe: CListCtrl improving Pin
sulaxan28-Mar-03 1:56
sulaxan28-Mar-03 1:56 
GeneralRe: CListCtrl improving Pin
JensB28-Mar-03 2:00
JensB28-Mar-03 2:00 
GeneralRe: CListCtrl improving Pin
JensB28-Mar-03 3:03
JensB28-Mar-03 3:03 
GeneralRSA Cipher & Big Numbers Pin
Pandor27-Mar-03 22:49
Pandor27-Mar-03 22:49 

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.