win 7 problem

Previous topic - Next topic

Marmor

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...



MrTAToad

#1
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 :)

Marmor

yap i know its temporarely but how to solve this ?
i set a path also to programme /glbasic/compiler" but it isnt working

MrTAToad

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

Kitty Hello

Q is a temporary drive if your path to GLBasic.exe contains a space. Stupid Mac compiler requred that.

I'll fix the output.

Kitty Hello

fixed in next update.