GLBasic forum

Main forum => GLBasic - en => Topic started by: Marmor on 2011-Mar-03

Title: win 7 problem
Post by: Marmor on 2011-Mar-03
i've have a fresh installed win 7 here and have a problem with glb.
if i compile the code the compiler use  "q:/compiler/plattform/webos /blibblabblub"
i have no device called "q", looks like the glb:main:path isnt setting right
it compiles but i have no acces to the ipk
hmm...


Title: Re: win 7 problem
Post by: MrTAToad on 2011-Mar-03
Yes, the details are a bit wrong with :

QuoteMerge .app/Media in C:\Users\Nicholas\Documents\GLBasic\GLBasic\TestShoeBox\glbwebos and pack with
"Q:\Compiler\platform\webos\tool\bin\glb_pack_and_install.bat" "C:\Users\Nicholas\Documents\GLBasic\GLBasic\TestShoeBox\glbwebos"

As Q is a temporary directory, it wont exist once the compiling has finished.

The first bit should take the installation location as the main path...  And the help file should mention that the Java SDK is needed too :)
Title: Re: win 7 problem
Post by: Marmor on 2011-Mar-03
yap i know its temporarely but how to solve this ?
i set a path also to programme /glbasic/compiler" but it isnt working
Title: Re: win 7 problem
Post by: MrTAToad on 2011-Mar-03
The easiest way would be to locate the GLBasic program directory in Explorer, and use that into the DOS shell window

On mine it would be :

C:\Program Files (x86)\GLBasic\Compiler\platform\webos\tool\bin,

so in DOS it would be :

CD C:\Program Files (x86)\GLBasic\Compiler\platform\webos\tool\bin
Title: Re: win 7 problem
Post by: Kitty Hello on 2011-Mar-03
Q is a temporary drive if your path to GLBasic.exe contains a space. Stupid Mac compiler requred that.

I'll fix the output.
Title: Re: win 7 problem
Post by: Kitty Hello on 2011-Mar-04
fixed in next update.