Click here to Skip to main content
15,892,674 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: CComObject Pin
geo_m18-Aug-05 19:50
geo_m18-Aug-05 19:50 
GeneralODBC Pin
Pham van hoi14-Aug-05 0:29
Pham van hoi14-Aug-05 0:29 
GeneralDateTime object in win 32 Pin
Laser113-Aug-05 13:25
Laser113-Aug-05 13:25 
GeneralRe: DateTime object in win 32 Pin
Jörgen Sigvardsson13-Aug-05 14:09
Jörgen Sigvardsson13-Aug-05 14:09 
GeneralATL Pin
Pham van hoi12-Aug-05 22:02
Pham van hoi12-Aug-05 22:02 
GeneralRe: ATL Pin
Jörgen Sigvardsson13-Aug-05 14:13
Jörgen Sigvardsson13-Aug-05 14:13 
GeneralRe: ATL Pin
Pham van hoi15-Aug-05 1:51
Pham van hoi15-Aug-05 1:51 
GeneralEnum in idl-file Pin
tagi112-Aug-05 2:48
tagi112-Aug-05 2:48 
Hi,

I have some troubles to add an enumeration to an existing idl-file. (VC++ 6.0, ATL-EXE-Project)

I am declaring the enumeration like this:

import "ocidl.idl";
[
object,
uuid( C15A95C3-1437-4ec4-B290-1B73573F4007),
// AT 11.08.2005 dual,
helpstring("ISEPSJobManager Interface"),
pointer_default(unique),
// AT 11.08.2005 oleautomation // AT 11.07.2004
]
interface IJobManager : IUnknown
{


typedef enum tag_SEPSSensorStatus{
eSeps_Sensor_OK,
eSeps_Sensor_ALARM
} eSEPSSensorStatusID;



--> I could declare 3 types of enumetations some years ago, but now when I am adding a new enumeration I can't use it from my client.

I have checked the following issues:

- Adding a new method to the interface works fine.
- Adding a new enumeration adds the enumeration to the header-file of my ATl-Project, but does not add the enumeration to the *.tlh-file of the client, neither I can observe a change in the OleView.


Does anybody know what causes this behaviour or how to implement a workaraound?

Is it possible, that the previous definitions
' dual' or 'oleautomation' causes the problems.

Thanks in advance
andi

GeneralRe: Enum in idl-file Pin
Milton Karimbekallil12-Aug-05 15:24
Milton Karimbekallil12-Aug-05 15:24 
GeneralRe: Enum in idl-file Pin
tagi117-Aug-05 3:55
tagi117-Aug-05 3:55 
GeneralRe: Enum in idl-file Pin
Jörgen Sigvardsson13-Aug-05 14:12
Jörgen Sigvardsson13-Aug-05 14:12 
GeneralRe: Enum in idl-file Pin
tagi117-Aug-05 3:51
tagi117-Aug-05 3:51 
GeneralRe: Enum in idl-file Pin
Vi214-Aug-05 19:38
Vi214-Aug-05 19:38 
GeneralRe: Enum in idl-file Pin
tagi117-Aug-05 3:46
tagi117-Aug-05 3:46 
GeneralCreating a resizable dialog in MFC Pin
Twonington11-Aug-05 3:39
Twonington11-Aug-05 3:39 
GeneralRe: Creating a resizable dialog in MFC Pin
Rory Solley11-Aug-05 22:21
Rory Solley11-Aug-05 22:21 
GeneralRe: Creating a resizable dialog in MFC Pin
Twonington11-Aug-05 23:06
Twonington11-Aug-05 23:06 
GeneralRe: Creating a resizable dialog in MFC Pin
pablo_mag16-Aug-05 14:21
pablo_mag16-Aug-05 14:21 
QuestionChanging the dialog's class name? Pin
hjm340910-Aug-05 18:23
hjm340910-Aug-05 18:23 
AnswerRe: Changing the dialog's class name? Pin
mark novak15-Aug-05 0:59
mark novak15-Aug-05 0:59 
GeneralSame Sink for different events Pin
AkshayO10-Aug-05 0:30
AkshayO10-Aug-05 0:30 
GeneralRe: Same Sink for different events Pin
Laxman Auti22-Mar-07 7:55
Laxman Auti22-Mar-07 7:55 
Generalimplicit typename is deprecated Pin
xiaohe5219-Aug-05 16:14
xiaohe5219-Aug-05 16:14 
GeneralRe: implicit typename is deprecated Pin
xiaohe5219-Aug-05 16:26
xiaohe5219-Aug-05 16:26 
GeneralRe: implicit typename is deprecated Pin
Christian Graus9-Aug-05 16:33
protectorChristian Graus9-Aug-05 16: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.