Click here to Skip to main content
15,916,835 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: IDL type Pin
AlexO21-Nov-02 3:46
AlexO21-Nov-02 3:46 
GeneralRe: IDL type Pin
Jörgen Sigvardsson25-Nov-02 1:48
Jörgen Sigvardsson25-Nov-02 1:48 
GeneralSearching for treeview/listview hybrid Pin
Thomas Freudenberg18-Nov-02 13:11
Thomas Freudenberg18-Nov-02 13:11 
GeneralRe: Searching for treeview/listview hybrid Pin
_Magnus_19-Nov-02 0:00
_Magnus_19-Nov-02 0:00 
QuestionPassing parameters that aren't supported by Automation? Pin
Bart-Man18-Nov-02 10:20
Bart-Man18-Nov-02 10:20 
AnswerRe: Passing parameters that aren't supported by Automation? Pin
Vi218-Nov-02 18:58
Vi218-Nov-02 18:58 
GeneralRe: Passing parameters that aren't supported by Automation? Pin
Bart-Man19-Nov-02 11:20
Bart-Man19-Nov-02 11:20 
GeneralVersioning ATL com controls Pin
Member 9618-Nov-02 9:57
Member 9618-Nov-02 9:57 
If I increment a version of a COM control, would it follow that I must change the uuid as well?

In other words would I change my interface definition from this:

vi_progid("GZTW.Tips.TipOfTheDay"),<br />
	progid("GZTW.Tips.TipOfTheDay.1"),<br />
	version(1.0),<br />
	uuid("E89258B1-A73E-4141-9E0F-64F5D056B1AC"),


to this:

vi_progid("GZTW.Tips.TipOfTheDay"),<br />
	progid("GZTW.Tips.TipOfTheDay.2"),<br />
	version(2.0),<br />
	uuid("NEW UUID HERE"),


And then publish for users the new version dependant program ID as well as the new UUID?

(I know there are many other issues regarding this from the end users point of view, It's just that I noticed if I don't change the UUID, the registry contains keys for both versions with the same UUID)
GeneralRe: Versioning ATL com controls Pin
Ernest Laurentin20-Nov-02 18:58
Ernest Laurentin20-Nov-02 18:58 
Questioncomdef.h ? Pin
Chad Busche18-Nov-02 6:22
Chad Busche18-Nov-02 6:22 
AnswerRe: comdef.h ? Pin
Tim Smith18-Nov-02 6:35
Tim Smith18-Nov-02 6:35 
Generala question about STL sort Pin
liuty200617-Nov-02 23:31
liuty200617-Nov-02 23:31 
GeneralRe: a question about STL sort Pin
Joaquín M López Muñoz17-Nov-02 23:51
Joaquín M López Muñoz17-Nov-02 23:51 
GeneralRe: a question about STL sort Pin
Christian Graus18-Nov-02 0:56
protectorChristian Graus18-Nov-02 0:56 
GeneralExplicit specialization of class templates Pin
Dudi Avramov17-Nov-02 20:33
Dudi Avramov17-Nov-02 20:33 
GeneralRe: Explicit specialization of class templates Pin
Joaquín M López Muñoz17-Nov-02 21:12
Joaquín M López Muñoz17-Nov-02 21:12 
GeneralRe: Explicit specialization of class templates Pin
Dudi Avramov17-Nov-02 22:12
Dudi Avramov17-Nov-02 22:12 
GeneralRe: Explicit specialization of class templates Pin
Joaquín M López Muñoz17-Nov-02 22:53
Joaquín M López Muñoz17-Nov-02 22:53 
GeneralRe: Explicit specialization of class templates Pin
Dudi Avramov18-Nov-02 1:05
Dudi Avramov18-Nov-02 1:05 
GeneralRe: Explicit specialization of class templates Pin
Joaquín M López Muñoz18-Nov-02 2:25
Joaquín M López Muñoz18-Nov-02 2:25 
GeneralRe: Explicit specialization of class templates Pin
Dudi Avramov18-Nov-02 2:52
Dudi Avramov18-Nov-02 2:52 
GeneralRe: Explicit specialization of class templates Pin
Joaquín M López Muñoz18-Nov-02 2:59
Joaquín M López Muñoz18-Nov-02 2:59 
GeneralRe: Explicit specialization of class templates Pin
Dudi Avramov18-Nov-02 3:19
Dudi Avramov18-Nov-02 3:19 
GeneralRe: Explicit specialization of class templates Pin
Joaquín M López Muñoz18-Nov-02 7:00
Joaquín M López Muñoz18-Nov-02 7:00 
GeneralRe: Explicit specialization of class templates Pin
Dudi Avramov18-Nov-02 20:47
Dudi Avramov18-Nov-02 20:47 

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.