Click here to Skip to main content
15,905,419 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Type library without coclass Pin
pain27-Jun-04 19:45
pain27-Jun-04 19:45 
GeneralRe: Type library without coclass Pin
vprashu1-Jul-04 9:21
vprashu1-Jul-04 9:21 
Questionhow to find dll for active x control cab Pin
Anonymous19-Jun-04 3:21
Anonymous19-Jun-04 3:21 
AnswerRe: how to find dll for active x control cab Pin
Anonymous19-Jun-04 4:49
Anonymous19-Jun-04 4:49 
Generalgetting http post data Pin
smrani18-Jun-04 23:41
smrani18-Jun-04 23:41 
Generalattributed atl implementing multiple interfaces Pin
Chris Korzeniowski18-Jun-04 7:10
Chris Korzeniowski18-Jun-04 7:10 
GeneralRe: attributed atl implementing multiple interfaces Pin
Chris Korzeniowski18-Jun-04 9:12
Chris Korzeniowski18-Jun-04 9:12 
GeneralRe: attributed atl implementing multiple interfaces Pin
Michael Dunn18-Jun-04 10:10
sitebuilderMichael Dunn18-Jun-04 10:10 
The "no UUID associated" error is due to buggy header files in VC 7. They are missing lines like:
struct __declspec(uuid("guid here...")) IContextMenu;
You'll need to add those to your stdafx.h manually.

IMO attributed ATL is horrible, not to mention difficult to debug as you have found out. A couple of weeks ago I was trying to get an attributed sample up and running with Nish. When registering the DLL, the RGS file wasn't being read, and neither of us could figure out why. With all the important bits hidden by attributes, there's no code to step though. We're both bright guys and we were stumped, and Nish's newsgroup searches revealed many similar questions with no answers.
So in short, stick to regular ATL. Again, just MHonestO.

--Mike--
Personal stuff:: Ericahist | Homepage
Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt
CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ

----
"That probably would've sounded more commanding if I wasn't wearing my yummy sushi pajamas."
  -- Buffy

GeneralRe: attributed atl implementing multiple interfaces Pin
Chris Korzeniowski19-Jun-04 14:38
Chris Korzeniowski19-Jun-04 14:38 
GeneralRe: attributed atl implementing multiple interfaces Pin
Michael Dunn20-Jun-04 12:21
sitebuilderMichael Dunn20-Jun-04 12:21 
GeneralRe: attributed atl implementing multiple interfaces Pin
Chris Korzeniowski25-Jun-04 9:17
Chris Korzeniowski25-Jun-04 9:17 
General[Message Deleted] Pin
jimmyh417-Jun-04 23:12
jimmyh417-Jun-04 23:12 
GeneralRe: How do I add a menu to my activex control Pin
darkbyte27-Jun-04 4:58
darkbyte27-Jun-04 4:58 
GeneralRe: How do I add a menu to my activex control Pin
jimmyh427-Jun-04 14:38
jimmyh427-Jun-04 14:38 
QuestionHow to define multi [db_command] attributes for one class? Pin
hewenfeng17-Jun-04 2:43
hewenfeng17-Jun-04 2:43 
AnswerRe: How to define multi [db_command] attributes for one class? Pin
Doug Mitchell18-Jun-04 10:00
Doug Mitchell18-Jun-04 10:00 
GeneralRe: How to define multi [db_command] attributes for one class? Pin
hewenfeng20-Jun-04 14:14
hewenfeng20-Jun-04 14:14 
GeneralRe: How to define multi [db_command] attributes for one class? Pin
Doug Mitchell21-Jun-04 3:46
Doug Mitchell21-Jun-04 3:46 
GeneralSorting out of a vector of strings Pin
Bernhard17-Jun-04 2:22
Bernhard17-Jun-04 2:22 
GeneralRe: Sorting out of a vector of strings Pin
WREY17-Jun-04 3:16
WREY17-Jun-04 3:16 
GeneralRe: Sorting out of a vector of strings Pin
LeSurvenant17-Jun-04 10:04
LeSurvenant17-Jun-04 10:04 
GeneralRe: Sorting out of a vector of strings Pin
WREY17-Jun-04 11:15
WREY17-Jun-04 11:15 
GeneralRe: Sorting out of a vector of strings Pin
Jörgen Sigvardsson19-Jun-04 11:38
Jörgen Sigvardsson19-Jun-04 11:38 
GeneralRe: Sorting out of a vector of strings Pin
WREY19-Jun-04 11:50
WREY19-Jun-04 11:50 
GeneralRe: Sorting out of a vector of strings Pin
palbano19-Jun-04 19:31
palbano19-Jun-04 19:31 

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.