Click here to Skip to main content
16,014,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: this takes 40+ seconds on my machine.. what ? Pin
Ravi Bhavnani8-Mar-04 13:02
professionalRavi Bhavnani8-Mar-04 13:02 
GeneralRe: this takes 40+ seconds on my machine.. what ? Pin
(Steven Hicks)n+18-Mar-04 14:36
(Steven Hicks)n+18-Mar-04 14:36 
GeneralRe: this takes 40+ seconds on my machine.. what ? Pin
Anthony_Yio8-Mar-04 15:08
Anthony_Yio8-Mar-04 15:08 
AnswerRe: this takes 40+ seconds on my machine.. what ? Pin
wb8-Mar-04 20:49
wb8-Mar-04 20:49 
GeneralRe: this takes 40+ seconds on my machine.. what ? Pin
Ravi Bhavnani9-Mar-04 1:54
professionalRavi Bhavnani9-Mar-04 1:54 
AnswerRe: this takes 40+ seconds on my machine.. what ? Pin
Tim Smith9-Mar-04 4:18
Tim Smith9-Mar-04 4:18 
GeneralOO Design Problem Pin
Jun Misugi8-Mar-04 10:22
Jun Misugi8-Mar-04 10:22 
GeneralRe: OO Design Problem Pin
Jim Crafton8-Mar-04 10:55
Jim Crafton8-Mar-04 10:55 
Weird, that looks alot like the VCF's class layout.


I don't want to have a getHwnd method in my multiplatform class componentPeer

Well you could do what I did:
VCF::ControlPeer

just have a method called getHandleID (or something like that) and return an unsigned long. Then typecast that to an HWND.


¡El diablo está en mis pantalones! ¡Mire, mire!

Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

SELECT * FROM User WHERE Clue > 0
0 rows returned

GeneralRe: OO Design Problem Pin
Navin8-Mar-04 11:00
Navin8-Mar-04 11:00 
GeneralRe: OO Design Problem Pin
Jun Misugi8-Mar-04 11:07
Jun Misugi8-Mar-04 11:07 
GeneralMemory Deallocation problem Pin
gteichner8-Mar-04 9:38
gteichner8-Mar-04 9:38 
GeneralFrom txt file to array...c++ .net framework Pin
kfresh8-Mar-04 8:57
kfresh8-Mar-04 8:57 
GeneralRe: From txt file to array...c++ .net framework Pin
Tom Larsen8-Mar-04 9:06
Tom Larsen8-Mar-04 9:06 
GeneralRe: From txt file to array...c++ .net framework Pin
David Crow8-Mar-04 9:16
David Crow8-Mar-04 9:16 
GeneralRe: From txt file to array...c++ .net framework Pin
Christian Graus8-Mar-04 10:44
protectorChristian Graus8-Mar-04 10:44 
GeneralRe: From txt file to array...c++ .net framework Pin
kfresh8-Mar-04 10:50
kfresh8-Mar-04 10:50 
GeneralRe: From txt file to array...c++ .net framework Pin
Christian Graus8-Mar-04 10:55
protectorChristian Graus8-Mar-04 10:55 
GeneralRe: From txt file to array...c++ .net framework Pin
kfresh8-Mar-04 10:57
kfresh8-Mar-04 10:57 
GeneralRe: From txt file to array...c++ .net framework Pin
Christian Graus8-Mar-04 11:05
protectorChristian Graus8-Mar-04 11:05 
GeneralINI file question Pin
Tom Wright8-Mar-04 8:57
Tom Wright8-Mar-04 8:57 
GeneralRe: INI file question Pin
David Crow8-Mar-04 9:00
David Crow8-Mar-04 9:00 
GeneralRe: INI file question Pin
Tom Wright8-Mar-04 9:12
Tom Wright8-Mar-04 9:12 
GeneralRe: INI file question Pin
David Crow8-Mar-04 9:20
David Crow8-Mar-04 9:20 
GeneralRe: INI file question Pin
Tom Wright8-Mar-04 9:22
Tom Wright8-Mar-04 9:22 
GeneralRe: INI file question Pin
Tom Wright8-Mar-04 10:16
Tom Wright8-Mar-04 10: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.