Can not start GlBasic

Previous topic - Next topic

Stu_C

hmmmm glbasic has stopped loading with the

"application has failed to start because the application configuration is incorrect...."

last time I saw that was todo with the "vcredist_x86.exe" having to be updated.

ive uninstalled, installed, cleaned the registry - still not working...

Any ideas ?

/Stu
www.ovine.net

Quentin

with which version you're working?
perhaps its worth to download the newest version and install again.

MrTAToad

The latest download has the redist in it, or the redist mentioned in the bugs report will do

Stu_C


Ive downloaded the most recent - Ive even deleted all the registry keys ( so should be running as the demo version )

The redist has been installed (several times)

/Stu
www.ovine.net


Kitty Hello

oh dear. What OS is that? Did you do some windos update from MS that broke it?
:rant:

Stu_C


Windows XP, - no I have my updates turned off.......

/Stu
www.ovine.net

Kitty Hello


Stu_C


Still the same error. Dammm stupid computers....

/Stu
www.ovine.net

Kitty Hello

http://www.dependencywalker.com/
Can you try this on the Editor_e.exe, please?

Youkaisan

Hi, Gernot

How about statically linking MSVCRT with the EXE to prevent similar issues?
Only a few changes required in compiler setting...

Kitty Hello

That gives problems with multilang common dialogs then. It's a true shame that MS changed the MFC dlls to a SxS version. Total shit.

Youkaisan

Anyway to make it use private assemblies?

Info:
http://www.codeproject.com/KB/cpp/PrivateAssemblyProjects.aspx?display=Print

However I can't make it work, I think I might miss some steps etc.

MrTAToad

Are you using the 64-bit version of XP ?