regarding the PB editor and alternative IDE/interfaces

For everything that's not in any way related to PureBasic. General chat etc...
Mike Yurgalavage
Enthusiast
Enthusiast
Posts: 118
Joined: Thu May 17, 2007 8:35 pm
Location: USA

regarding the PB editor and alternative IDE/interfaces

Post by Mike Yurgalavage »

i love how quickly i can code and test and see debug output and have several files in the IDE at one time with PB.

unfortunately i have to convert my PB projects to another language for compatability with 64bit OS (some commands require that my apps be 64 bit). PB cannot compile to 64 bit apps.

therefore, i am looking for a programming suite or solution that is powerful (like c++ or c#) but also may have a very nice IDE and interface/editor similar to purebasic, where you can code and test and debug quickly without all the linker problems/crap but will compile to 64 bit.

i haven't looked at ms vis studio in awhile and i don't know if it has more of a visual editing interface with more friendly compiling/linking, etc. and maybe debugging windows, etc. similar to pb?

what are the options for me?

best,
Mike
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

I had thought that in order to compile to 64bit... the compiler had to be capable of compiling to 64bit.

I think, for some reason, PB uses fasm... I have no idea is fasm is 64bit or not, but I don't think it is!
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

often discussed, so only some small answers:
Rook Zimbabwe wrote:... I have no idea is fasm is 64bit or not, but I don't think it is!
fasm can do 64 bit, on linux and win64.
Mike Yurgalavage wrote:therefore, i am looking for a programming suite or solution that is powerful (like c++ or c#) but also may have a very nice IDE and interface/editor similar to purebasic, where you can code and test and debug quickly without all the linker problems/crap but will compile to 64 bit.

i haven't looked at ms vis studio in awhile and i don't know if it has more of a visual editing interface with more friendly compiling/linking, etc. and maybe debugging windows, etc. similar to pb?
the only solution to compile nativly for 64 bit would be c++ with
Visual studio/GCC or the .NET-Plattform(VB.NET,c# also with VisualStudio). no other practible way yet,neither seen a native basic-compiler.....and VisualStudio has a wonderfull IDE,Debugger etc........
SPAMINATOR NR.1
Mike Yurgalavage
Enthusiast
Enthusiast
Posts: 118
Joined: Thu May 17, 2007 8:35 pm
Location: USA

Post by Mike Yurgalavage »

appreciate you taking the time to read.

thanks for the replies!

Mike
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 575
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Post by bembulak »

the only solution to compile nativly for 64 bit would be c++ with
No, there's more. ;)

www.lazarus.freepascal.org
www.freepascal.org wrote:Overview

Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal compiler. It is available for different processors: Intel x86, Amd64/x86_64, PowerPC, PowerPC64, Sparc, ARM. The discontinued 1.0 version also supports the Motorola 680x0.
The following operating systems are supported:
Linux, FreeBSD, Mac OS X/Darwin, Mac OS classic, DOS, Win32, Win64, WinCE, OS/2, Netware (libc and classic) and MorphOS.
cheers,

bembulak
gvc
New User
New User
Posts: 7
Joined: Mon Oct 31, 2005 8:03 am

Post by gvc »

bembulak wrote:
the only solution to compile nativly for 64 bit would be c++ with
No, there's more. ;) www.lazarus.freepascal.org
Thanks for the tip. Lazarus has a nice editor and most of all, it's object oriented.

Geert
User avatar
yoxola
Enthusiast
Enthusiast
Posts: 386
Joined: Sat Feb 25, 2006 4:23 pm

Post by yoxola »

I have a 64bit Win3002 server, basically it runs 32bit programs except device drivers and some hooking/momory apps, those working programs just runs not as fast as native 64 exe if I do a recompile against Intel C++(in case you have source)..

Well, as to other languages, non-standard or non-opensource ones are not in my choice tho(for some reasons).

Bite the bullet and learn C++?
This field was left intentionally as signature.
Post Reply