|
Post by Wayne Rayner on Aug 11, 2009 22:05:05 GMT -5
Hey everyone I have been trying to ask this question for ages but can you make a windows program like basic4GL, Microsoft word and all programs that run on windows.
I'm trying to explain maybe the best way to explain is how to make a gui like most program that runs windows.
Thanks Wayne Rayner
|
|
OW
Posts a bit
Posts: 100
|
Post by OW on Aug 12, 2009 13:32:13 GMT -5
Make it into an .exe and presto: it works on windows!
|
|
|
Post by matthew on Aug 12, 2009 13:34:14 GMT -5
You can make a simple Windows application in Basic4GL using one of the WinAPI plugins, such as this one by smc. If you want to learn more, you should check out this WinAPI tutorial.
|
|
|
Post by Wayne Rayner on Aug 12, 2009 14:05:48 GMT -5
Thanks matthew but it just doesn't seem like it's complete. Maybe I will try something different and see if it works.
Thanks Wayne Rayner
|
|
|
Post by Darkjester on Aug 12, 2009 18:03:57 GMT -5
i wouldnt recomend smc's plugin as there are way to many problems with it, for instance he didnt implement a callback to allow teh opengl window to resize with the gui inside it, i get an exeception occured error with every run yet the window is running. false hopes for this plugin.
|
|