From: eglebbk AT dds DOT nl (Evert Glebbeek) Newsgroups: comp.os.msdos.djgpp Subject: Re: how do I make calls to a dll? Date: Thu, 31 Aug 2000 22:48:47 GMT Organization: Physics student, University of Amsterdam Lines: 25 Distribution: world Message-ID: <39aebb54.39752544@news.wins.uva.nl> References: <39adcf59 DOT 22913309 AT news DOT telepath DOT com> NNTP-Posting-Host: stol-117-126.uva.studentennet.nl X-Trace: info.wins.uva.nl 967762197 5732 145.98.117.126 (31 Aug 2000 22:49:57 GMT) X-Complaints-To: usenet AT science DOT uva DOT nl NNTP-Posting-Date: Thu, 31 Aug 2000 22:49:57 +0000 (UTC) X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Newsgroup: comp.os.msdos.djgpp From: remove DOT this DOT part DOT AND DOT the DOT underscore_hacker DOT jack AT juno DOT com (Kurt McKee) On Thu, 31 Aug 2000 15:52:32 GMT >Hello! I doubt that any of you use Rapid-Q (a freeware ide/compiler >with a GUI, semi-OOP, and centered around the BASIC language), but I >was recently reading the documentation and found out I could use some >of the included DLLs to run byte-coded "compiled" source code. Since I >know almost nothing of C++, I thought that creating my own functions >in a language I already knew, and using those in C++ would be a good >idea (to help me learn C++). I don't think so, but it's up to you. >My question as a newbie is: how would I go about using the byte-code >and DLLs? As I said, I don't know much about C++. Also, any book >recommendations? TIA. DJGPP is a DOS compiler, so it doesn't do DLL's and thus your question is off-topic in this newsgroup - which wouldn't keep me from answering it if I knew how. Anyway, there must be a newsgroup out there where they answer questions of this sort. (But don't try comp.lang.c++ as it's also off-topic there).