Let me explain: I have been working on my editor in unmanaged Direct X, in Visual Studios 2008 Express Edition. I have it displaying as I want it to. Now I want to create a separate window that shows parameters of selected objects in the Editor.
Now there are two problems:
- Windows Forms are managed, and they can not be mixed with unmanaged code *Easily*.
- Standard windows controls (MFC) can not be edited in the express edition of Visual Studios.
- Spring the cash for the Professional edition of visual studios 2008, port my project over.
- Start my project over again in Managed Direct X.
- Do some funky file mapped memory stuff and create the parameter window as a separate project and pass messages between the two applications.
No comments:
Post a Comment