Click here to Skip to main content
16,004,991 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory Pin
kdehairy11-Jul-07 2:51
kdehairy11-Jul-07 2:51 
QuestionRe: fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory Pin
David Crow11-Jul-07 3:14
David Crow11-Jul-07 3:14 
AnswerRe: fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory Pin
yaminisridaran11-Jul-07 18:35
yaminisridaran11-Jul-07 18:35 
AnswerRe: fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory Pin
yaminisridaran11-Jul-07 18:39
yaminisridaran11-Jul-07 18:39 
GeneralRe: fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory Pin
Hamid_RT11-Jul-07 19:35
Hamid_RT11-Jul-07 19:35 
AnswerRe: fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory Pin
Mark Salsbery11-Jul-07 9:18
Mark Salsbery11-Jul-07 9:18 
GeneralRe: fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory Pin
yaminisridaran11-Jul-07 18:30
yaminisridaran11-Jul-07 18:30 
QuestionStoring a Refrence in a Tag Pin
InOut.NET11-Jul-07 0:23
InOut.NET11-Jul-07 0:23 
I've got a Wizard Form where i create controls in runtime.

I need to attach the reference of a String/double variable to a control. This variables exists in another class. so when the Wizard finishes, i iterate through all the controls and each control updates it's own referenced varaible. In .NET i used the Control.Tag property (is of type Object - that was easy). Want to do the same in C++ but the Control->Tag is of int type.D'Oh! | :doh:

Im missing something. Help me to convert the parameter Value:

<br />
void ExcuteWizard(..., AnsiString &Value)<br />
{<br />
TTextbox ctrl = new ....;<br />
<br />
ctrl->Tag = Value;   //<< how do i convert the Value parameter?<br />
<br />
}<br />
void FinnishWizard()<br />
{<br />
  for each control{<br />
      ((&AnsiString)Control->Tag) = Control->Text; //<<and now back to the refrence type?<br />
  }<br />
}<br />


Have someone a theory or explanation with regards to pointer and reference conversions?

Thanks.
AnswerRe: Storing a Refrence in a Tag Pin
InOut.NET11-Jul-07 2:44
InOut.NET11-Jul-07 2:44 
GeneralRe: Storing a Refrence in a Tag Pin
CPallini11-Jul-07 3:38
mveCPallini11-Jul-07 3:38 
GeneralRe: Storing a Refrence in a Tag Pin
InOut.NET11-Jul-07 7:41
InOut.NET11-Jul-07 7:41 
GeneralRe: Storing a Refrence in a Tag Pin
CPallini11-Jul-07 21:48
mveCPallini11-Jul-07 21:48 
GeneralRe: Storing a Refrence in a Tag Pin
InOut.NET12-Jul-07 0:43
InOut.NET12-Jul-07 0:43 
GeneralRe: Storing a Refrence in a Tag Pin
CPallini12-Jul-07 0:58
mveCPallini12-Jul-07 0:58 
QuestionHow to set unicode build in VS.net 2005? Pin
Peter, Chan11-Jul-07 0:14
Peter, Chan11-Jul-07 0:14 
AnswerRe: How to set unicode build in VS.net 2005? Pin
Sam_c11-Jul-07 0:31
Sam_c11-Jul-07 0:31 
QuestionDetect FIREWIRE Device Pin
VC_RYK10-Jul-07 22:33
VC_RYK10-Jul-07 22:33 
AnswerRe: Detect FIREWIRE Device Pin
ksrameshkanth12-Jul-07 21:43
ksrameshkanth12-Jul-07 21:43 
Questionneed a similar function as "getchar()" Pin
bloodwinner10-Jul-07 22:01
bloodwinner10-Jul-07 22:01 
AnswerRe: need a similar function as "getchar()" Pin
InOut.NET10-Jul-07 22:18
InOut.NET10-Jul-07 22:18 
GeneralRe: need a similar function as "getchar()" Pin
bloodwinner10-Jul-07 22:31
bloodwinner10-Jul-07 22:31 
GeneralRe: need a similar function as "getchar()" Pin
CPallini10-Jul-07 22:38
mveCPallini10-Jul-07 22:38 
GeneralRe: need a similar function as "getchar()" Pin
bloodwinner10-Jul-07 22:48
bloodwinner10-Jul-07 22:48 
GeneralRe: need a similar function as "getchar()" Pin
eraccn10-Jul-07 22:31
eraccn10-Jul-07 22:31 
AnswerRe: need a similar function as "getchar()" Pin
Russell'10-Jul-07 22:45
Russell'10-Jul-07 22:45 

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.