NO

Author Topic: Version 5.00 Beta 1 available  (Read 17921 times)

JohnF

  • Guest
Re: Version 5.00 Beta 1 available
« Reply #15 on: January 31, 2008, 02:34:13 PM »
Looks good, haven't seen any problems yet, thanks Pelle.

John

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Version 5.00 Beta 1 available
« Reply #16 on: January 31, 2008, 02:57:28 PM »
@JohnF: Thanks, good to know.
/Pelle

Offline AlexN

  • Global Moderator
  • Member
  • *****
  • Posts: 394
    • Alex's Link Sammlung
Re: Version 5.00 Beta 1 available
« Reply #17 on: February 01, 2008, 07:17:48 AM »
@AlexN:

1) Not sure I understand your problem with Application Data; seems to be a recommended place by Microsoft. At least there should be no data files under "Program files". Having the user select the location will most likely cause many more problems than it will solve.

My problem with this place is, that at a shutdown of my computer, the profile datas are stored on a server (so you can login on another computer in your domain and you have there your own profile). And the stored datas include the files in "Application Data". The place an the server is limited to 24MB. So 50-100MB are to much for this limit.

But as long Pelles C works with moved sysdefs.tag, it is not a realy a problem  for me and I don't know whether  other have a similar problem.
best regards
 Alex ;)

Offline Robert

  • Member
  • *
  • Posts: 245
Re: Version 5.00 Beta 1 available
« Reply #18 on: February 01, 2008, 10:08:14 AM »
Hi Pelle:

Thank you for the many additions that you have made to the compiler and tools and as well for the production of a 64 bit version.  Your great efforts are appreciated.

Robert Wishlaw

Offline MrBcx

  • Global Moderator
  • Member
  • *****
  • Posts: 175
    • Bcx Basic to C/C++ Translator
Re: Version 5.00 Beta 1 available
« Reply #19 on: February 01, 2008, 12:37:41 PM »
Thank you Pelle!

Pelles C 5.0 Beta works perfectly with BCX. 

BCX is > 30,000 lines of code, so that should give you some confidence in 5.0.

I can't wait until I have a 64 bit PC to play with ;-)

Bcx Basic to C/C++ Translator
https://www.BcxBasicCoders.com

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Version 5.00 Beta 1 available
« Reply #20 on: February 01, 2008, 10:02:50 PM »
@Robert, @MrBcx: thank you both - appreciated!

Yes, 64 bits is pretty cool - even small things like a single calling convention and no decorated names makes it a little easier to work with...
/Pelle

Ben_pcc

  • Guest
Re: Version 5.00 Beta 1 available
« Reply #21 on: February 07, 2008, 10:51:29 PM »
Wonderful! Excellent update, thanks Pelle!

Wikipedia article updated.

Freddy

  • Guest
Re: Version 5.00 Beta 1 available
« Reply #22 on: February 13, 2008, 07:19:33 PM »
This is great update!
Pelles C tools keep getting better and better!
Until now, no problem with the beta version! I'll keep testing it more.

Thanks

EDIT: I think I found a bug when trying to compile this ADDIN: http://forum.pellesc.de/index.php?topic=471.15
EDIT2: Hi Pelle! I fixed the bug by putting a comment at the line 987: //typedef ADDIN_FIND_IN_FILES_A ADDIN_FIND_IN_FILES; in the include\addin.h file.
« Last Edit: February 13, 2008, 07:44:57 PM by Freddy »

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Version 5.00 Beta 1 available
« Reply #23 on: February 15, 2008, 11:07:51 AM »
@Ben_pcc: thanks!

@Freddy: thanks - yes, that line should be removed from addin.h (it only affects ANSI builds, and I only tested new UNICODE builds).
/Pelle