Click here to Skip to main content
15,915,019 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: WTL, CString and std::string... Pin
Rob Caldecott16-Aug-05 11:54
Rob Caldecott16-Aug-05 11:54 
GeneralRe: WTL, CString and std::string... Pin
Jörgen Sigvardsson16-Aug-05 13:18
Jörgen Sigvardsson16-Aug-05 13:18 
GeneralRe: WTL, CString and std::string... Pin
S/Madjid16-Aug-05 23:59
S/Madjid16-Aug-05 23:59 
GeneralRe: WTL, CString and std::string... Pin
Rob Caldecott17-Aug-05 0:23
Rob Caldecott17-Aug-05 0:23 
GeneralRe: WTL, CString and std::string... Pin
Rob Caldecott17-Aug-05 0:17
Rob Caldecott17-Aug-05 0:17 
GeneralRe: WTL, CString and std::string... Pin
Jörgen Sigvardsson17-Aug-05 9:42
Jörgen Sigvardsson17-Aug-05 9:42 
GeneralRe: WTL, CString and std::string... Pin
Rob Caldecott17-Aug-05 11:22
Rob Caldecott17-Aug-05 11:22 
QuestionIs there anyway to disable IE's image displaying? Pin
Member 186720216-Aug-05 4:53
Member 186720216-Aug-05 4:53 
GeneralCComObject Pin
rahulv9916-Aug-05 1:30
rahulv9916-Aug-05 1:30 
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 

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.