jaPBe for PB 3.91 Beta

Developed or developing a new product in PureBasic? Tell the world about it.
nhokem
User
User
Posts: 60
Joined: Fri Mar 19, 2004 10:30 pm
Contact:

Post by nhokem »

GPI wrote:Are any Spaces in the path of Purebasic or in the path of jaPBe?
When yes: Can you copy all the files of Purebasic and of jaPBe in a path without Spaces? Don't forget to set the new compiler-path in the japbe-preferences. Did this solve the problem?
this suggestion worked! what i did was:
  • i copied my PureBasic folder to root (C:\PureBasic\)
    copied my source to "C:\PureBasic\pbfiles" (so no spaces either)
    changed the compiler path in japbe
    changed the path to my source code in japbe
    did a "restart compiler"
    deleted both _japbe_0.rc and _japbe_0.res
then i got curious and made my source point back to "C:\My Documents\_pbfiles"...and this worked too. so it looks like only the compiler path needs to be without spaces...

whoops, just realized you had wanted to move japbe to a path without spaces too...oh well, it worked anyway... :wink:
Cid
GPI
PureBasic Expert
PureBasic Expert
Posts: 1400
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Karbon wrote:c:\Program Files\PureBasic though - so I'm surprised that more people aren't having trouble if that is the cause..
No. The path change from window-language to window-language. In a german system the path is called "C:\Programme\PureBasic" - no spaces. Mybe the same in other language. That's why you don't should take fixed path, when you want to access to the Windows-System-Path (Deskop, my-Documents, Programm-Files, and so on).
Post Reply