exchanging data between applications

Started by
10 comments, last by McEck 22 years, 1 month ago
quote:Original post by IndirectX
If I understood you correctly: Are you using a separate exe to put up a dialog box because you couldn''t include windows.h?

If that''s the case, just don''t include it and you''ll be fine. MFC includes windows.h internally. Or am I missing something here?

i''m using a seperate exe, but because i have to include windows.h. other parts of my program need stuff of it. i tried including some other files, but then i get linker errors and that stuff...
that''s why i''m using a second program.

by the way, i''m using a pipe for data exchange now, works fine.

greetz
Advertisement
You don''t need to include windows.h, because MFC does it for you. Just use whatever is in there!
---visit #directxdev on afternet <- not just for directx, despite the name

This topic is closed to new replies.

Advertisement