Search found 5 matches

by meave
Sun Dec 20, 2020 8:23 pm
Forum: Off Topic
Topic: Tip: Flash Player alternative
Replies: 2
Views: 1639

Re: Tip: Flash Player alternative

:D

Brilliant !
by meave
Tue Dec 15, 2020 7:03 pm
Forum: Coding Questions
Topic: purebasic_compilation0.exe has stopped working.
Replies: 9
Views: 1470

Re: purebasic_compilation0.exe has stopped working.


Have you set the subsystem to opengl?
If not, try it. (Compiler Options -> Library subsystem)

You sir, are a genius !
That did the trick.
...which surprises me.
The documentation suggests that windows should work with
directX as default. Could it be that the directX version in the subsystems ...
by meave
Tue Dec 15, 2020 4:36 pm
Forum: Coding Questions
Topic: purebasic_compilation0.exe has stopped working.
Replies: 9
Views: 1470

Re: purebasic_compilation0.exe has stopped working.

Thanks for all the input people !

If you create a 3D exe, then you need the Engine3D.dll in the same directory as the exe.

Ah.. that's that one sorted ! Thanks Infratec

Now ... camera.exe runs fine, but bridge.exe just ends abruptly with no error message.
After a lot of MessageRequestering it ...
by meave
Mon Dec 14, 2020 10:21 pm
Forum: Coding Questions
Topic: purebasic_compilation0.exe has stopped working.
Replies: 9
Views: 1470

Re: purebasic_compilation0.exe has stopped working.

Hi, thanks for the replies ...
I'm just running windows security

I've tried allowing pbcompiler & pbdebugger through the firewall (is that right ?)
the windows error seems to have gone, but i'm still getting the
"the debugged executable quit unexpectedly." error

Some more developments :-

If i run ...
by meave
Mon Dec 14, 2020 8:48 pm
Forum: Coding Questions
Topic: purebasic_compilation0.exe has stopped working.
Replies: 9
Views: 1470

purebasic_compilation0.exe has stopped working.

Hi folks,
Just trying PB free version, i'm getting errors when compiling some of the examples,
seems to be 3d ones mainly (camera.pb works ok) ....
When i try to run/compile bridge.pb i get :-

"purebasic_compilation0.exe has stopped working." windows message,
followed by :
"the debugged executable ...