Click here to Skip to main content
16,005,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Advanced networking question Pin
Anonymous18-Dec-04 18:50
Anonymous18-Dec-04 18:50 
GeneralRe: Advanced networking question Pin
Alex Korchemniy18-Dec-04 23:02
Alex Korchemniy18-Dec-04 23:02 
GeneralHelp! Problem with the TabedReBar Sample Pin
Schniddel18-Dec-04 10:34
Schniddel18-Dec-04 10:34 
GeneralError C1190, Help Pin
Mohammad Salman Hussain18-Dec-04 10:20
Mohammad Salman Hussain18-Dec-04 10:20 
GeneralRe: Error C1190, Help Pin
Maximilien18-Dec-04 12:17
Maximilien18-Dec-04 12:17 
GeneralThe question about how to implement abstract class in COM Pin
Rassul Yunussov18-Dec-04 6:41
Rassul Yunussov18-Dec-04 6:41 
GeneralRe: The question about how to implement abstract class in COM Pin
Andy Hunter19-Dec-04 15:12
Andy Hunter19-Dec-04 15:12 
GeneralRe: The question about how to implement abstract class in COM Pin
Rassul Yunussov20-Dec-04 3:58
Rassul Yunussov20-Dec-04 3:58 
Thank you for participating i tried to do something like you show me:
So I made an ATL Project, and in the midle file i wrote next thing:
[
object,
uuid(BFBF8B9C-64BF-42bc-82D5-8564B637012B),
dual,
nonextensible,
helpstring("IAbstractGeoObject Interface"),
pointer_default(unique)
]

interface IAbstractGeoObject : IDispatch
{
[id(1), helpstring("method Draw")] virtual HRESULT Draw() = 0;
}
[
object,
uuid(16578C15-F715-4A3A-94E7-70C1387A53B7),
dual,
nonextensible,
helpstring("IGeoObject Interface"),
pointer_default(unique)
]
interface IGeoObject : IAbstractGeoObject{
[id(1), helpstring("method Draw")] HRESULT Draw(void);
};

But it doesn't want to compile it... It shows next error message:
"Expecting a type specification near "virtual""...
So i'm in the dead end...


Generalview excel document with MFC program Pin
silanitme18-Dec-04 5:33
silanitme18-Dec-04 5:33 
GeneralRe: view excel document with MFC program Pin
wb18-Dec-04 9:45
wb18-Dec-04 9:45 
Generalplaying audio files back and forward Pin
Member 147834218-Dec-04 4:12
Member 147834218-Dec-04 4:12 
GeneralRe: playing audio files back and forward Pin
Alex Korchemniy18-Dec-04 23:11
Alex Korchemniy18-Dec-04 23:11 
GeneralRegarding odl file Pin
Billar18-Dec-04 3:40
Billar18-Dec-04 3:40 
GeneralMFC: Enlisting Pin
missnazar18-Dec-04 3:30
missnazar18-Dec-04 3:30 
GeneralMFC: Enlisting Pin
missnazar18-Dec-04 3:27
missnazar18-Dec-04 3:27 
GeneralMFC :Property Sheet Pin
missnazar18-Dec-04 1:32
missnazar18-Dec-04 1:32 
GeneralRe: MFC :Property Sheet Pin
ThatsAlok18-Dec-04 2:30
ThatsAlok18-Dec-04 2:30 
GeneralRe: MFC :Property Sheet Pin
missnazar18-Dec-04 2:56
missnazar18-Dec-04 2:56 
GeneralModifying an external EXE's version resource Pin
kenshin_x18-Dec-04 0:29
kenshin_x18-Dec-04 0:29 
GeneralRe: Modifying an external EXE's version resource Pin
Spiritofamerica18-Dec-04 13:39
Spiritofamerica18-Dec-04 13:39 
GeneralRe: Modifying an external EXE's version resource Pin
kenshin_x19-Dec-04 16:13
kenshin_x19-Dec-04 16:13 
GeneralRe: Modifying an external EXE's version resource Pin
David Crow20-Dec-04 8:39
David Crow20-Dec-04 8:39 
QuestionHow To debug a Running DLL Pin
ThatsAlok17-Dec-04 23:54
ThatsAlok17-Dec-04 23:54 
AnswerRe: How To debug a Running DLL Pin
avenger_sb2518-Dec-04 1:13
avenger_sb2518-Dec-04 1:13 
GeneralRe: How To debug a Running DLL Pin
ThatsAlok18-Dec-04 2:16
ThatsAlok18-Dec-04 2:16 

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.