PureBasic 4.20 Beta 2 (Windows)
@ Netmaestro & Srod,
This will probably be a waste of posting space but have you tried running in portable / local mode to if maybe that will get it started?
Mine is running in full & portable modes with no probs at all
Edit: using something like this compiled from 1 of your working versions
This will probably be a waste of posting space but have you tried running in portable / local mode to if maybe that will get it started?
Mine is running in full & portable modes with no probs at all
Edit: using something like this compiled from 1 of your working versions
Code: Select all
If ReadFile(0,"PureBasic.exe")
If RunProgram("PureBasic.exe","/PORTABLE","PureBasic")=0
MessageRequester("Fault","PB failed to open")
EndIf
Else
MessageRequester("Fault","PureBasic.exe file not found")
EndIf
Last edited by Baldrick on Mon Jan 28, 2008 4:41 pm, edited 1 time in total.
I installed this: (uploaded to rapidshare because it was on another site and i couldn't find it somewhere else)
http://rapidshare.com/files/87308470/vccrt.msi.html
and it fixed my problem. Now it runs without problems.
http://rapidshare.com/files/87308470/vccrt.msi.html
and it fixed my problem. Now it runs without problems.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
That seems to have worked for me. ThanksInf0Byt3 wrote:I installed this: (uploaded to rapidshare because it was on another site and i couldn't find it somewhere else)
http://rapidshare.com/files/87308470/vccrt.msi.html
and it fixed my problem. Now it runs without problems.

cheers
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Hmmm no idea... Fred said he compiled both the libraries and the compiler itself with VC8. I hope I won't have to put 5mb of runtimes besides the exe :/.
There's only one way to find out... Uninstalling the vc runtime patch and running a compiled exe. I'll have a try and report back.
[Edit]
Nope, it seems that the exe works without it anyway. Tested with this:
There's only one way to find out... Uninstalling the vc runtime patch and running a compiled exe. I'll have a try and report back.
[Edit]
Nope, it seems that the exe works without it anyway. Tested with this:
Code: Select all
MessageRequester("","Hello world!")
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
- tinman
- PureBasic Expert
- Posts: 1102
- Joined: Sat Apr 26, 2003 4:56 pm
- Location: Level 5 of Robot Hell
- Contact:
Have you tried the SP1 versions of the VC2005 runtimes?
http://www.microsoft.com/Downloads/info ... ylang%3den
http://www.microsoft.com/Downloads/info ... ylang%3den
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
(WinXPhSP3 PB5.20b14)
Fred should just try to statically link to the crt (using LIBCMT.LIB) when compiling the PBCompiler ... it has been known that VS C++ 2005 does link dynamically to the msvcrt in a diff. manner.
Check out OOP support for PB here!
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Thanks for this great new!
I am having the problem related here:
http://www.purebasic.fr/english/viewtopic.php?t=30622
(the 2nd one).
Now the problem is constant with this beta2. See the image to get what i mean:
The compile/run icon is disabled... Can't compile! 
No other suffering the same problem?
I am having the problem related here:
http://www.purebasic.fr/english/viewtopic.php?t=30622
(the 2nd one).
Now the problem is constant with this beta2. See the image to get what i mean:

No other suffering the same problem?

Last edited by Psychophanta on Mon Jan 28, 2008 9:42 pm, edited 1 time in total.
I dont have that much skills regarding the IDE but could it be that the compiler hasnt been started? (which would be suspect anyway).
Means try restarting the Compiler ... and see if it works.
Means try restarting the Compiler ... and see if it works.
Check out OOP support for PB here!