Search found 325 matches

by jcfuller
Sep 22, 2014 15:00
Forum: General
Topic: Windows Fb64 gui success story
Replies: 2
Views: 782

Windows Fb64 gui success story

A successful Fb64 Windows experiment. First I am using the 64bit fbc for installation into 64bit MinGW-w64 toolchain. Using this package: http://nuwen.net/mingw.html I copied the Fb32 win include to the 64bit installation. I am using RadAsm3 instead of FbEdit as I use it for all my coding. I was abl...
by jcfuller
Sep 22, 2014 10:06
Forum: Windows
Topic: 64x complier WinApi not work
Replies: 4
Views: 1709

Re: 64x complier WinApi not work

Data types are NOT the same on Win64 so that code will not work.

James
by jcfuller
Sep 21, 2014 22:41
Forum: General
Topic: Fb64 and Integer
Replies: 6
Views: 1559

Re: Fb64 and Integer

How about translations from Windows BOOL to Fb32/fb64

James
by jcfuller
Sep 21, 2014 13:20
Forum: General
Topic: Fb64 and Integer
Replies: 6
Views: 1559

Fb64 and Integer

dkl, Is Fb64 Integer = 64bits written in stone? If so it is the only compiler I tested on Win/Linux 64bit systems that is this way and is going to be very confusing when working with third party libraries. See my post in this thread: http://www.freebasic.net/forum/viewtopic.php?f=3&t=22862 James
by jcfuller
Sep 19, 2014 15:24
Forum: General
Topic: Issues in fbc-1.00
Replies: 61
Views: 11603

Re: Issues in fbc-1.00

I don't know how relevant my observations are but.... This is the results I get from this code compiled with 32 and 64 FreeBasic and run on Win7 64 This has an Integer as 8 Bytes under Win64 which I don't think is correct ??? Dim a As Byte Dim b As UByte Dim c As Short Dim d As UShort Dim e As Long ...
by jcfuller
Sep 18, 2014 13:46
Forum: Libraries & Headers
Topic: IUP 3.11
Replies: 10
Views: 4162

Re: IUP 3.11

It would be nice to have 64 bit libraries built with gcc 4.9.1 I do not code for 32bit any more as I don't own a 32bit OS; Windows or Linux. One of the most popular(?) packages that I primarily use is the TDM-GCC compiler package. Code::Blocks and prepackged wxWidgets is built with it I am also usin...
by jcfuller
Sep 18, 2014 13:14
Forum: Libraries & Headers
Topic: IUP 3.11
Replies: 10
Views: 4162

Re: IUP 3.11

A big thanks to Joshy for his IUP library and includes. I added an rc with an xp manifest: http://www.jcfuller.com/iup_01.png Now to get the 64 bit working. I tinkered and had it working sorta with 64bit dll's but .... James '=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*...
by jcfuller
Sep 18, 2014 12:10
Forum: Libraries & Headers
Topic: IUP 3.11
Replies: 10
Views: 4162

Re: IUP 3.11

Joshy,
Did you compile the Iup libraries?
If not which one did you download from the repository.

James
by jcfuller
Aug 26, 2014 9:59
Forum: Community Discussion
Topic: New FB release soon
Replies: 73
Views: 12694

Re: New FB release soon

With the support for virtuals the C++ compatibility has gotten better, but lots of things are still missing. And of course it's only compatible to GCC, not MSVC. I'm not sure about whether using TDM-GCC is a good idea actually, there seems to be a licensing issue related to the winpthreads library:...
by jcfuller
Aug 19, 2014 9:44
Forum: Community Discussion
Topic: New FB release soon
Replies: 73
Views: 12694

Re: New FB release soon

Oh, totally forgot TDM-GCC there. Yea, it should even be better than the "original" MinGW toolchains as it has extra fixes. And including the exact toolchain in the release notes won't be a problem, I see why it's important. The biggest problem I had was building 32/64 libraries. I opted ...
by jcfuller
Aug 18, 2014 16:20
Forum: Community Discussion
Topic: New FB release soon
Replies: 73
Views: 12694

Re: New FB release soon

I would like to suggest using the TDM-GCC-32/64 compiler unless there is reason not to?
I have been using it and the wxPack wxWidget's package which includes 32/64 static and dll builds on my latest project.

TDM-GCC is also used for code::blocks.

James
by jcfuller
Jun 29, 2014 9:31
Forum: Projects
Topic: json basic scripting language [update 7/18]
Replies: 40
Views: 9392

Re: json basic scripting language

I have not investigated your code but was wondering if your json approach to an interpreter would work on the creation of a translator from basic syntax to c++

James
by jcfuller
Jun 06, 2014 10:55
Forum: Linux
Topic: zorin distro
Replies: 0
Views: 1040

zorin distro

Anyone have any experience with the zorin http://zorin-os.com/ distro? They tout it as a migration path for XP users. I installed the core 8 (32bit) version and I must say it was not an unpleasant experience but it appears it is for Users only. My inital try at even simple hobby (gui) coding was not...
by jcfuller
Feb 09, 2014 18:59
Forum: Community Discussion
Topic: FreeBASIC 64bit Compiler
Replies: 27
Views: 10199

Re: FreeBASIC 64bit Compiler

MichaelW wrote:It apparently depends on the compiler. Judging from my quick search, the Microsoft compiler does not, GCC does, and the Intel compiler does.
I am surprised with MinGW gcc. I know I tried but it may have been with some code using intel syntax that failed?

James
by jcfuller
Feb 09, 2014 10:07
Forum: Community Discussion
Topic: FreeBASIC 64bit Compiler
Replies: 27
Views: 10199

Re: FreeBASIC 64bit Compiler

I didn't think any of the 64bit c/c++ compilers had built in asm statements??

James