Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can't open program in another PC Pin
Christian Graus26-Aug-06 22:10
protectorChristian Graus26-Aug-06 22:10 
AnswerRe: Can't open program in another PC Pin
Trollslayer27-Aug-06 3:27
mentorTrollslayer27-Aug-06 3:27 
GeneralRe: Can't open program in another PC Pin
Max++27-Aug-06 3:35
Max++27-Aug-06 3:35 
GeneralRe: Can't open program in another PC Pin
BlitzPackage27-Aug-06 15:59
BlitzPackage27-Aug-06 15:59 
GeneralRe: Can't open program in another PC Pin
Hamid_RT28-Aug-06 7:31
Hamid_RT28-Aug-06 7:31 
AnswerRe: Can't open program in another PC Pin
DaHongying27-Aug-06 4:35
DaHongying27-Aug-06 4:35 
QuestionIs learning win32 only learning functions in dll? Pin
sawerr26-Aug-06 18:12
sawerr26-Aug-06 18:12 
AnswerRe: Is learning win32 only learning functions in dll? Pin
Christian Graus26-Aug-06 18:48
protectorChristian Graus26-Aug-06 18:48 
sawerr wrote:
Com is a part of win32.right?


No. COM was first called ActiveX and ActiveX didn't even exist when Win32 came along.

sawerr wrote:
In fact i don't sure what are the steps for learning win32.


First, get used to pain. Programming Win32 style is a lot harder than MFC, which is itself a lot harder than using C#/Winforms. WPF brings something new to the table, I think it's harder than C#/Winforms Smile | :)

But, if you want to use Win32, by 'Programming Windows' by Charles Petzold. There's not other book half as good.

sawerr wrote:
I decided that first learning com(I have 3 books) and then win32(ı have 2 books).


Unless your terminology is strange, that's a weird order. COM is a way of creating dlls that expose an interface which is mainly useful for being able to call stuff without having any idea where it is on the file system ( otherwise, you could just use plain old dlls ), and for exposing an interface through your app ( as Office does, for example ).

What are you trying to learn exactly, and what is your background ?



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Is learning win32 only learning functions in dll? Pin
sawerr26-Aug-06 19:26
sawerr26-Aug-06 19:26 
GeneralRe: Is learning win32 only learning functions in dll? Pin
Christian Graus26-Aug-06 20:36
protectorChristian Graus26-Aug-06 20:36 
GeneralRe: Is learning win32 only learning functions in dll? Pin
Waldermort26-Aug-06 22:01
Waldermort26-Aug-06 22:01 
GeneralRe: Is learning win32 only learning functions in dll? Pin
Christian Graus26-Aug-06 22:06
protectorChristian Graus26-Aug-06 22:06 
GeneralRe: Is learning win32 only learning functions in dll? Pin
Waldermort26-Aug-06 22:14
Waldermort26-Aug-06 22:14 
GeneralRe: Is learning win32 only learning functions in dll? Pin
Andy Moore27-Aug-06 10:08
Andy Moore27-Aug-06 10:08 
GeneralRe: Is learning win32 only learning functions in dll? Pin
Christian Graus27-Aug-06 12:05
protectorChristian Graus27-Aug-06 12:05 
QuestionCreating Vista Style Menus and controls on XP and Windows 2000 Pin
wildbird198126-Aug-06 13:39
wildbird198126-Aug-06 13:39 
AnswerRe: Creating Vista Style Menus and controls on XP and Windows 2000 Pin
Hamid_RT3-Sep-06 9:04
Hamid_RT3-Sep-06 9:04 
QuestionWIN32 Console application colour ? Pin
James Laing26-Aug-06 12:14
James Laing26-Aug-06 12:14 
AnswerRe: WIN32 Console application colour ? Pin
Waldermort26-Aug-06 12:30
Waldermort26-Aug-06 12:30 
GeneralRe: WIN32 Console application colour ? Pin
James Laing26-Aug-06 12:35
James Laing26-Aug-06 12:35 
GeneralRe: WIN32 Console application colour ? Pin
James Brown27-Aug-06 4:26
James Brown27-Aug-06 4:26 
GeneralRe: WIN32 Console application colour ? Pin
James Laing28-Aug-06 1:44
James Laing28-Aug-06 1:44 
GeneralRe: WIN32 Console application colour ? Pin
James Brown28-Aug-06 2:35
James Brown28-Aug-06 2:35 
GeneralRe: WIN32 Console application colour ? Pin
James Laing28-Aug-06 3:54
James Laing28-Aug-06 3:54 
GeneralRe: WIN32 Console application colour ? Pin
James Brown28-Aug-06 4:13
James Brown28-Aug-06 4:13 

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.