digitalmars.D.learn - Embed Application
- okibi (4/4) May 30 2007 Hey,
- okibi (2/9) May 30 2007 Is this an incredibly stupid question or does no one want to help me out...
- Regan Heath (3/14) May 30 2007 I'd love to help but I have no idea how to even start thinking about how...
- Jari-Matti =?ISO-8859-1?Q?M=E4kel=E4?= (6/19) May 30 2007 No, there are no stupid questions.
- okibi (3/26) May 30 2007 Thanks for the info! I know people are willing to help, I was just getti...
- Bill Baxter (6/33) May 30 2007 The type of thing you're talking about is what COM is for. You can use
Hey, I was wondering how I would go about putting an application inside of a D program. For example, if I created a window with gtkD, how could I allow a program written in C++ to run inside of that window? Any ideas would be GREATLY appreciated! Thanks!
May 30 2007
okibi Wrote:Hey, I was wondering how I would go about putting an application inside of a D program. For example, if I created a window with gtkD, how could I allow a program written in C++ to run inside of that window? Any ideas would be GREATLY appreciated! Thanks!Is this an incredibly stupid question or does no one want to help me out?
May 30 2007
okibi Wrote:okibi Wrote:I'd love to help but I have no idea how to even start thinking about how one might do this. ReganHey, I was wondering how I would go about putting an application inside of a D program. For example, if I created a window with gtkD, how could I allow a program written in C++ to run inside of that window? Any ideas would be GREATLY appreciated! Thanks!Is this an incredibly stupid question or does no one want to help me out?
May 30 2007
okibi wrote:okibi Wrote:No, there are no stupid questions. I hope the FAQ helps you: http://www.digitalmars.com/d/faq.html#omf http://www.digitalmars.com/d/faq.html#cpp_interface http://www.digitalmars.com/d/faq.html#call-cpp-codeHey, I was wondering how I would go about putting an application inside of a D program. For example, if I created a window with gtkD, how could I allow a program written in C++ to run inside of that window? Any ideas would be GREATLY appreciated! Thanks!Is this an incredibly stupid question or does no one want to help me out?
May 30 2007
Jari-Matti Mäkelä Wrote:okibi wrote:Thanks for the info! I know people are willing to help, I was just getting frustrated with it as I'm not entirely sure how to accomplish this. If I figure out something, I'll post it. Thanks!okibi Wrote:No, there are no stupid questions. I hope the FAQ helps you: http://www.digitalmars.com/d/faq.html#omf http://www.digitalmars.com/d/faq.html#cpp_interface http://www.digitalmars.com/d/faq.html#call-cpp-codeHey, I was wondering how I would go about putting an application inside of a D program. For example, if I created a window with gtkD, how could I allow a program written in C++ to run inside of that window? Any ideas would be GREATLY appreciated! Thanks!Is this an incredibly stupid question or does no one want to help me out?
May 30 2007
okibi wrote:Jari-Matti Mäkelä Wrote:The type of thing you're talking about is what COM is for. You can use COM for instance to embed Internet Explorer into an app. D has some support for COM, but I don't know anything about it because I avoid non-portable Windows-specific things. --bbokibi wrote:Thanks for the info! I know people are willing to help, I was just getting frustrated with it as I'm not entirely sure how to accomplish this. If I figure out something, I'll post it. Thanks!okibi Wrote:No, there are no stupid questions. I hope the FAQ helps you: http://www.digitalmars.com/d/faq.html#omf http://www.digitalmars.com/d/faq.html#cpp_interface http://www.digitalmars.com/d/faq.html#call-cpp-codeHey, I was wondering how I would go about putting an application inside of a D program. For example, if I created a window with gtkD, how could I allow a program written in C++ to run inside of that window? Any ideas would be GREATLY appreciated! Thanks!Is this an incredibly stupid question or does no one want to help me out?
May 30 2007