QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: GTC on April 19, 2019, 10:22:21 am

Title: Invalid URL in Wiki
Post by: GTC on April 19, 2019, 10:22:21 am
On this page: http://www.qb64.org/wiki/DLL_Libraries, this link is invalid: http://www.[abandoned, outdated and now likely malicious qb64 dot net website - don’t go there]/gl_package.zip

It returns "The requested URL /gl_package.zip was not found on this server."

I would like to access that zip file.
Title: Re: Invalid URL in Wiki
Post by: FellippeHeitor on April 19, 2019, 11:08:56 am
Hi. That page is extremely outdated in that QB64 didn't even use OpenGL (it switched from SDL to OpenGL with version 1.0) and will be reviewed. Thanks.

About GL examples, try the ones that comes with QB64 in programs/samples/open_gl.
Title: Re: Invalid URL in Wiki
Post by: GTC on April 19, 2019, 11:24:30 am
Thanks. My objective is find more examples of using DLLs from within QB64. DLLs are a new area for me.

I see lots of BAS files in \samples, but I'm not sure any of them deal specifically with DLL?
Title: Re: Invalid URL in Wiki
Post by: FellippeHeitor on April 19, 2019, 11:34:32 am
No. I thought you wanted OpenGL.
Title: Re: Invalid URL in Wiki
Post by: GTC on April 19, 2019, 11:37:37 am
Now I'm confused. The link to the Zip file  is in the DLL Libraries section of the Wiki, so I figured it related to that topic.
Title: Re: Invalid URL in Wiki
Post by: FellippeHeitor on April 19, 2019, 11:38:29 am
This may be useful: https://qb64.org/wiki/Libraries#C.2B.2B_Variable_Types

What is the specific library you're trying to use?
Title: Re: Invalid URL in Wiki
Post by: Ashish on April 19, 2019, 11:42:52 am
Hi GTC,
I have bunch of archive programs which were available on .net in my collection.
You want access to gl_package.zip? I attach it for you. :)
Title: Re: Invalid URL in Wiki
Post by: GTC on April 19, 2019, 09:49:13 pm
This may be useful: https://qb64.org/wiki/Libraries#C.2B.2B_Variable_Types

What is the specific library you're trying to use?

Thanks for the link. I'm pondering a package that facilitates sending raw data to printers via USB ports. The blurb says it's for VB, VBA and a bunch of other languages and says it uses ActiveX.

The documentation is practically non-existent in the trial version but I have determined from a DLL viewer utility that the DLL I have downloaded from their site exports these functions: DllCanUnloadNow, DllGetClassObject, DllRegisterServer, DllUnregisterServer, so I guess if QB64's support for DLLs can handle those, then I may be able to use it.

Please see my thread here: https://www.qb64.org/forum/index.php?topic=1250.msg104633#msg104633

Title: Re: Invalid URL in Wiki
Post by: GTC on April 19, 2019, 09:51:30 pm
Hi GTC,
I have bunch of archive programs which were available on .net in my collection.
You want access to gl_package.zip? I attach it for you. :)

Many thanks, Ashish. I'm getting to grips with using DLLs from within QB64 and I'm not sure at this stage exactly what I want, but I'm following all suggested leads. 
Title: Re: Invalid URL in Wiki
Post by: Raven_Singularity on April 20, 2019, 12:00:54 pm
Just to let you know, that zip file is referenced on 3 separate wiki pages:

Title: Re: Invalid URL in Wiki
Post by: FellippeHeitor on April 20, 2019, 11:07:22 pm
The wiki has been updated to have the references to that file removed from the pages listed above. Thanks for reporting.