Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
changing FUTURE lib for WHAT!!!!!
#11
Quote:Reasons? There should be an error log. And perhaps it is something different about your setup that UGL can't/won't handle. Send a PM or something to Blitz explaining your problem.

Look, one of my friend has a very standard config. and he has a videocard which supports VESA 2.0 and UGL crashes in debug mode for him when it is running in the IDE but compiled programs(.exes) which he downloaded from the net which use UGL dont crash.

So whats wrong??? 8)
Reply
#12
One thing that is *essential* is to restart the IDE every time......
Peace cannot be obtained without war. Why? If there is already peace, it is unnecessary for war. If there is no peace, there is already war."

Visit www.neobasic.net to see rubbish in all its finest.
Reply
#13
Yeah, if compiled programs work but interpreted ones don't, just compile before you run (create a batch file to speed this process up).
Reply
#14
Quote:Yeah, if compiled programs work but interpreted ones don't, just compile before you run (create a batch file to speed this process up).

Oracle, the programs which are compiled on *not* my computer work. If I compile the program on my comp, then it just does the same thing as it would have had done in the IDE i.e. hang.
Reply
#15
Interesting... maybe your version of UGL is old/corrupted/you didn't set it up right. Can't help you if that's the case, you'll have to just download ugl again or delete it, unzip the ugl archive and re-set it up.
Reply
#16
Quote:Interesting... maybe your version of UGL is old/corrupted/you didn't set it up right. Can't help you if that's the case, you'll have to just download ugl again or delete it, unzip the ugl archive and re-set it up.

I am using UGL build 0.20c. I have reinstalled UGL several times and I know how to compile it using the builder. So the lib is not corrupt or old.
Reply
#17
I sometimes use UGL, and according to me, it keeps crashing because of too many commands given after eachother. That's why in the examples they do this:

Code:
DO
   FOR I = 0 TO 999
      uglVLine blablabla
   NEXT I
LOOP
Instead of:
Code:
DO
   uglVLine blablabla
LOOP

At least when I replaced the first by the latter, UGL crashes. So perhaps some timer is needed to determine when and whether a command can be given.
Reply
#18
i heard that most graphics libs don't work on WinXP. is this true?
Reply
#19
Nothing hasn't worked for I don't think... All those sound libraries don't work except UGL's sound and BWSB. I think DS4QB++ might work too.
am an asshole. Get used to it.
Reply
#20
Quote:i heard that most graphics libs don't work on WinXP. is this true?

Rellib works. ;*)

hah!!!

Big Grin
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)