|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
c++.windows.32-bits - New to Mars C, Can't use some Win Functions
Hi! I'm new to mars C, and I must say it DOES compile very fast. Before I used Dev-C++ for Win32 programs, but even though I still have worked with it long, it's great! But, I must get to the point. I'm going by a Dummies Book For widnows 95 programming, but Mars C++ doesn't seem to support a few functions I need: GetStockObject(); TextOut(); Could somebody tell me what to do about this? Thanks! Cjmovie I know how to..... ..Write programs in C ...Write programs in C++ ..Write programs in Basic ...Write programs in Pascal ..Write Websites in HTML ...Write Websites in Javascript ..Debug and Optimize Code ...Never finish a project? Apr 08 2004
"Cjmovie" <Cjmovie_member pathlink.com> wrote in message news:c54eu1$2fg0$1 digitaldaemon.com...Hi! I'm new to mars C, and I must say it DOES compile very fast. Before I Apr 08 2004
Cjmovie wrote:Hi! I'm new to mars C, and I must say it DOES compile very fast. Before I used Dev-C++ for Win32 programs, but even though I still have worked with it long, it's great! But, I must get to the point. I'm going by a Dummies Book For widnows 95 programming, but Mars C++ doesn't seem to support a few functions I need: GetStockObject(); TextOut(); Could somebody tell me what to do about this? Apr 08 2004
Thanks, now it's working! But now I have two other problems :(. The book also requires some type of AppWizard to generate new projects, and it also requires one of those visual window-editors, where you click and place buttons and other things. Any way to get something like that? Apr 10 2004
"Cjmovie" <Cjmovie_member pathlink.com> wrote in message news:c59740$rq5$1 digitaldaemon.com...Thanks, now it's working! But now I have two other problems :(. The book also requires some type of AppWizard to generate new projects, Apr 10 2004
In article <c59coq$143a$2 digitaldaemon.com>, Walter says..."Cjmovie" <Cjmovie_member pathlink.com> wrote in message news:c59740$rq5$1 digitaldaemon.com...Thanks, now it's working! But now I have two other problems :(. The book also requires some type of AppWizard to generate new projects, Apr 11 2004
"Cjmovie" <Cjmovie_member pathlink.com> wrote in message news:c5cjsp$2rp7$1 digitaldaemon.com...The IDDE comes with things like that. See Apr 12 2004
Honestly... I do consider AppWizard the wrong way of building an application. The IDDE has features like that, but I never use them as I rather know into detail what code I write/generate does. You can do whatever any AppWizard does with a simple text editor, although initially that is going to take longer. The benefit however will be that you know much better what you are doing. The IDDE is great for dealing with projects, building, etc though. Good luck! Jan Cjmovie wrote:Thanks, now it's working! But now I have two other problems :(. The book also requires some type of AppWizard to generate new projects, and it also requires one of those visual window-editors, where you click and place buttons and other things. Any way to get something like that? Apr 10 2004
|