Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mentalthink

#3316
HI te trouble is end.

The probles was waht I comile under X64 System, in this case win 7, but in xp64 occurs too.

I donÃ,´t rebember this little issue.

If for anybody is valid, if make something in 3D compile over x86 platform.

Best Regards.

#3317
HI, yes Gl basic is very good  for iphone, and very easiest, and powerfull for make your game in other platforms.
The support and communtiy , is 10/10

Welcome and enjoy GLbasic, is too much fun.:)

Best regards, mentalthink
#3318
HI, I tried today to make a try in 3D mode, but I donÃ,´t kwon whatsÃ,´s happen, whit the 3d models.
In firt time a tried whit models maded in 3ds MAX, and after whit the samples of glbasic.

Basically the trouble is the object 3d, they are broken, in example of donut whit cell shader, the donuts show the form but his is showed how hundreds of line what go from the center of object(donut) to the final of the form.

I donÃ,´t kown if I explained bad, but before donÃ,´t occur this, the geometry was dislayed well.In examples and 3d max models too.
I think waht the representation goes a little more speedest, I donÃ,´t stay very sure.

Best regards.

#3319
Hi Mr.tatoad, thanks for your help.
Tha way for me works, has been uninstalling Visual C++, and now can get update ,and glbasic works.

Thanks.

#3320
Hi iÃ,´ve got the next message when I update Glbasic.

"The application has failed to start because its side-by-side configuration is incorrect"

The O.S is win 7, the trouble is the same in x86 or x64.

This only occurs when Update to the last version, if install and donÃ,´t update GLbasic run fine.

I installed the vcredist 2005 and 2008 for x86 and x64, but the touble continues.

Thanks
#3321
HI, Gernott, thanks for your quick answer.

#3322
HI there.

Can be implement a command for make o.c to WIZ, how make the Mame emulator?Ã,¿.

Thanks.
Best Regards.
mentalthink

PS:If this is viable to implement in GLbasic, I think what this command will have a limit for O.C.
#3323
 Thanks MrTAToad, always give a good answer.

Thanks again.

Best Regards.
#3324
Hi, there.

After a time using GLBASIC, (itÃ,´s wonderful), I wish add code in C++ because I want to learn this lenguaje too.
My fisrt dout about to implement C++ on GLbasic, is, how Can make a #include, Ex (Stdio.h)?Ã,¿

I put a little code  like this.

//the code donÃ,´t make nothing only increment a var a (I think...)
WHILE TRUE
INLINE
   
         #include <stdio.h> //this dont work
   
   int a;
   a++;
         ENDINLINE
SHOWSCREEN
WEND

the file.h, I think is called library or headers, is added to source code of my code, but when I try to compile, GLbasic tell me an error about the .h file added.

Another question, I can make anything in c++ into glbasic.?Ã,¿

Thanks, best regards, and happy Christmas!!! for all members of GLB forum

Best Regards,
mentalthink
#3325
Thanks Gernot

#3326
HI , MrTAToad and matchy.

Thanks for your replies.

Best regards, Iván J
#3327
Hi there.
IÃ,´ve got a question, about if GLBASIC can compile for the new Windows mobile 6.5, because the new market is now avalaible.

Thanks.

#3328
Hi, in a near future will be a command for play video on WIz and/or Iphone.
Because I  tried to put the actuals commands and donÃ,´t work except on windows.
you can make it, Gernot?Ã,¿... will be a great.

Best Regards.
Iván.

#3329
Hi, I´ve got a doubt about how put some musics in my game.

I´ve got some stage maked whit subs, whit only one music the game is playable, but when I try to change te theme of music the game turns very slow.

Thanks.

Ps:I do some like this

while true
SUB 1
musica()

SUb 2
musica2()
wend

function musica1:
if ismusicplaying()=0 then playmusic "musica 1"
endfunction
function musica2:
if ismusicplaying()=0 then playmusic "musica 2"
endfunction
#3330
HI, Moru, Hemlos and Schranz0r, thanks for your explanations, it´s are very good for me, to continue growing my littles knowledges about programming..

Thanks again for your time, and answers.

Best Regards, Iván J.