Hey guys, I'm thinking of delving into trying some low-level graphics stuff. I've been looking around the web for hints, but I wanted some first hand info. I'm...
Hi, Future of Blunt axe basic! Why not building Blunt axe basic in fasm instead of masm. So it can be used as free tool. Fasm is free and looks a lot like...
As I recall, the most important call for Opengl was the: "PIXELFORMATDESCRIPTOR". That was all that was needed (I think) to get to the 0pengl API: static...
... you can statically link with it. If not, it is only one DLL so it isn't much of a burden. You can use their graphics rendering engine and/or use OGL. Rick...
... Hey Ran, thanks for your reply. ... Well, 1) Microsoft has pretty much abandoned Assembly Language (I'm sad to say) as a language they support and there...
... Hey Ran, Yes, I have already encountered "PIXELFORMATDESCRIPTOR", in my first bit of research. Wow, Thanks for that code segment. That is a complete...
... SDL looks promising. Unfortunately, the description indicates it does require use of their DLL. At least, that's my interpretation of what I read: [quote] ...
Hey guys, Many years ago, before the internet was what it is today and before we had "Forums", I used to subscribe to and follow "News Groups". Groups like:...
I also follow the comp.compilers group, which has a mailing list set at http://compilers.iecc.com/index.phtml and the Compiler Experts Group at Linkedin. ...
... Steve, The way I did it as I recall: I made a dll with bindings to static Opengl lib. So the call to "PIXELFORMAT....." was made in C in the dll. So, in...
Well, I may as well get it over with. For those of you QDepartment members who get your group updates via email, the group appearance has changed. Visit...
This is a tiny (really tiny) translator/compiler of a micro subset of the Pascal language called Micro Pascal. The compiler it's almost a joke but maybe it's...
Hugo kudos :) This will be good for beginners like me. Well-done God blesses!!! Best regards, Sanyaade ... [Non-text portions of this message have been...
Nice to know it can be helpful to you. Greets Hugo ... From: sanyaade To: QDepartment@yahoogroups.com Sent: Sunday, September 12, 2010 8:30 AM Subject: Re:...
Hey guys, I don't know for how long, but, the Yahoo QDepartment Group page format has been restored to the old, original format. I've heard from a number of...
Hugo that is great. Gives me ideas of using the MingW for my own work. Would it be hard to make it do multiple file conversion and linking with the MingW C++...
Hi Allan I believe there will be not problem to link with the g++ compiler. All you need to do is change the gcc invocation to g++ : gccInvoke = ExePath + "\"...
I uploaded a few things this weekend to folderEd-Davis-stuff A few years back (can it really have been 4 years? Yikes!) I posted 6 short articles about...
Hi Hugo Thanks for the info. I was thinking of independent file to obj and then linking but I suppose that would be much more complex than what you are...