Page 1 of 1
QB quicklibrarys with C
Posted: Tue Sep 20, 2005 8:04 am
by The Walrus
Anyone who knows how to make QB quicklibrarys with C or where I can find a tutorial on this subject? I know it's possible but I don't know how I would do it.. Any help would be greatly appreciated

Posted: Tue Sep 20, 2005 10:00 am
by {Nathan}
I would like to know too...
Posted: Tue Sep 20, 2005 12:32 pm
by MystikShadows
I did some internet research on the subject

.
One thing I did know is that you'll need one of these for this task. Microsoft C version 5.10 and QuickC versions 1.01 and 2.00
Here's a PDF that talks about mixed language programming in Basic.
http://web.sau.edu/LillisKevinM/csci240 ... APGC12.pdf
should answer alot of your questions.
EDIT: Pete has, on his site, a smaller document about the subject as well:
http://www.petesqbsite.com/sections/tut ... in_qb.html
Hope this helps
Posted: Tue Sep 20, 2005 12:39 pm
by The Walrus
Thanks Mystik, I'll see if I find anything useful in there

Posted: Tue Sep 20, 2005 1:10 pm
by {Nathan}
Posted: Wed Sep 21, 2005 6:03 pm
by ShadowWolf
your still going to need a 16 bit C compiler. i don't belive you can get away with using DJGPP so your going to have to pick up one of the older Borland Turbo C. or if you can find it Quick C (kind of like QB Same IDE)
Posted: Thu Sep 22, 2005 5:51 am
by The Walrus
I have Turbo C 2.01, that should work
Should anyone be interrested Borland has released it for free here:
http://community.borland.com/article/im ... /tc201.zip
Posted: Thu Sep 22, 2005 12:55 pm
by Michael Calkins
I downloaded Turbo C 2.01 about a week ago. Funny coincidence. I have still to make a program that works the way I expect. C syntax is so weird...
Regards,
Michael
Posted: Thu Sep 22, 2005 1:53 pm
by The Walrus
Yeah, took me a while to get used to it.. But I found a really great tutorial site here:
http://www.cprogramming.com/tutorial.html#ctutorial
That helped me quite a lot

Posted: Thu Sep 22, 2005 2:33 pm
by Kyle
That's a very nice tutorial. Thanks Jacob

Posted: Thu Sep 22, 2005 3:28 pm
by {Nathan}
Hey! I have been learning C++ there for quite a while. Although it is mainly for C++, I imagine its C tutorials are really good too.
Posted: Thu Sep 22, 2005 5:17 pm
by Michael Calkins
Thanks for the link.
Regards,
Michael
Posted: Thu Sep 22, 2005 7:53 pm
by Nodtveidt
C is really easy once you understand the fact that you have to be an uptight anal programmer to use it.

Posted: Thu Sep 22, 2005 8:04 pm
by {Nathan}
Nekrophidius wrote:C is really easy once you understand the fact that you have to be an uptight anal programmer to use it.

I am only using/learning it so I can help with some FB stuff and QB.
Posted: Thu Sep 22, 2005 8:07 pm
by MystikShadows
Nekrophidius wrote:C is really easy once you understand the fact that you have to be an uptight anal programmer to use it.

ROFLMAO...there's one for the books Nek...lol
Posted: Fri Sep 23, 2005 2:55 pm
by {Nathan}
MystikShadows wrote:Nekrophidius wrote:C is really easy once you understand the fact that you have to be an uptight anal programmer to use it.

ROFLMAO...there's one for the books Nek...lol
Yeah... but you gotta admit, it is kinda... crappy once you have discovered the power, versitality, and ease or FB.
Posted: Fri Sep 23, 2005 4:27 pm
by MystikShadows
Amen to that NAthan

.
Posted: Fri Sep 23, 2005 5:52 pm
by Nodtveidt
C still has a few advantages over FB, but you really only see them if you're an advanced C programmer. Most of us don't code in a way that can't be done quicker in FB...it's a pretty good tradeoff, so there's really no need to go with C if you can accomplish the same tasks in FB.