Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jcolivo

Pages: [1]
1
Programs / Re: Scheme (LISP) interpreter
« on: June 19, 2019, 12:24:59 am »
More importantly though, I saved the test code because I don't think the audience here delves into LISPy things.

Me too. I love Scheme.

--JC

2
QB64 Discussion / Re: How do you make the 64 bit Version of QB64?
« on: March 01, 2018, 11:35:52 am »
Since .net is still down, do you by any chance remember what the issues were?

Thanks!

3
QB64 Discussion / Re: How do you make the 64 bit Version of QB64?
« on: February 28, 2018, 09:19:48 am »
Thanks.
I remember reading about that somewhere. I'll keep both, and use one or the other depending on the program I'm developing.

4
QB64 Discussion / Re: How do you make the 64 bit Version of QB64?
« on: February 26, 2018, 12:13:59 pm »
Works beautifully! Thanks to you both!

5
QB64 Discussion / Re: How do you make the 64 bit Version of QB64?
« on: February 26, 2018, 11:54:54 am »
Hello,
I am having trouble compiling to the 64 bit version.
I followed the instructions provided in the QB64.org FAQ:
https://qb64.org/wiki/QB64_FAQ#Q:_How_do_I_upgrade_the_32_bit_Windows_version_of_QB64_to_64_bit_functionality.3F

However, I get this message in the Windows Command Prompt:
----------------------------------
QB64 Setup

Building library 'LibQB'
..\..\..\libqb.cpp: In function 'int func__handle()':
..\..\..\libqb.cpp:12570:27: error: cast from 'HWND {aka HWND__*}' to 'int' loses precision [-fpermissive]
             return (int32)window_handle;
                           ^~~~~~~~~~~~~
Building library 'FreeType'
Building library 'Core:FreeGLUT'
Building 'QB64'
g++: error: libqb\os\win\libqb_setup.o: No such file or directory

Launching 'QB64'
'qb64' is not recognized as an internal or external command,
operable program or batch file.

Press any key to continue . . .
-------------------------------------------------

What do I need to do to make it work?

Thank you!

Pages: [1]