Click here to Skip to main content
15,923,222 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralCreateFromFile() ,CreateFromClipboard(),CreateFromData() Pin
anshumanshinde18-Feb-04 1:02
anshumanshinde18-Feb-04 1:02 
GeneralRe: CreateFromFile() ,CreateFromClipboard(),CreateFromData() Pin
Anonymous19-Feb-04 13:04
Anonymous19-Feb-04 13:04 
GeneralRe: CreateFromFile() ,CreateFromClipboard(),CreateFromData() Pin
anshumanshinde19-Feb-04 18:06
anshumanshinde19-Feb-04 18:06 
Generalagain, Using COM+ services Pin
Roozbeh6917-Feb-04 20:31
professionalRoozbeh6917-Feb-04 20:31 
GeneralRe: Using COM+ services Pin
Steve S17-Feb-04 22:12
Steve S17-Feb-04 22:12 
GeneralRe: Using COM+ services Pin
Steve S18-Feb-04 1:59
Steve S18-Feb-04 1:59 
GeneralExposing struct as method parameter Pin
alex120517-Feb-04 19:42
alex120517-Feb-04 19:42 
GeneralRe: Exposing struct as method parameter Pin
ian mariano22-Feb-04 12:18
ian mariano22-Feb-04 12:18 
If your class is foo and the structure is public or accessible to the calling object:

class foo
{
   public:
      struct  myStruct
      {
         int a;
         int b;
      }  myStruct;

      void   UseFooStruct(myStruct s);
}

class   bar
{
   public:
      void   UseFooStruct(foo::myStruct s);
}

GeneralRe: Exposing struct as method parameter Pin
alex120522-Feb-04 17:16
alex120522-Feb-04 17:16 
GeneralRe: Exposing struct as method parameter Pin
ian mariano24-Feb-04 11:00
ian mariano24-Feb-04 11:00 
GeneralATL link errors in Direct Show samples (DX9 SDK ) Pin
Admiral Quality17-Feb-04 4:07
Admiral Quality17-Feb-04 4:07 
GeneralRe: ATL link errors in Direct Show samples (DX9 SDK ) Pin
Steve S17-Feb-04 6:18
Steve S17-Feb-04 6:18 
GeneralRe: ATL link errors in Direct Show samples (DX9 SDK ) Pin
Admiral Quality17-Feb-04 8:06
Admiral Quality17-Feb-04 8:06 
GeneralRe: ATL link errors in Direct Show samples (DX9 SDK ) Pin
Steve S17-Feb-04 22:13
Steve S17-Feb-04 22:13 
GeneralProblem writing Browser Helper Object Pin
Dave Midgley16-Feb-04 3:11
Dave Midgley16-Feb-04 3:11 
GeneralRe: Problem writing Browser Helper Object Pin
Michael Dunn17-Feb-04 20:28
sitebuilderMichael Dunn17-Feb-04 20:28 
GeneralRe: Problem writing Browser Helper Object Pin
macattack19-Feb-04 9:26
macattack19-Feb-04 9:26 
GeneralRe: Problem writing Browser Helper Object Pin
Dave Midgley19-Feb-04 11:59
Dave Midgley19-Feb-04 11:59 
Generaltemplate problem.. Pin
Member 40856115-Feb-04 21:05
Member 40856115-Feb-04 21:05 
GeneralRe: template problem.. Pin
Anonymous16-Feb-04 6:38
Anonymous16-Feb-04 6:38 
GeneralRe: template problem.. Pin
Robert A. T. Káldy19-Feb-04 3:40
Robert A. T. Káldy19-Feb-04 3:40 
GeneralWTL based D3D Pin
iNhuman14-Feb-04 23:12
iNhuman14-Feb-04 23:12 
Generalhelp me Pin
don7cry13-Feb-04 17:03
don7cry13-Feb-04 17:03 
Generalvector - interfacing to C api Pin
jcplatt13-Feb-04 10:28
jcplatt13-Feb-04 10:28 
GeneralRe: vector - interfacing to C api Pin
Michael Dunn13-Feb-04 17:17
sitebuilderMichael Dunn13-Feb-04 17:17 

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.