Dmitry wrote:
> I am use Microsoft Visual C++ Express Edition
> Application created on my computer with FLTK do not run on the other computer.
> Project compiling with option : multithread (/MT)
Is this a compiling problem, or a run time problem?
If the app won't run on other computers, it sounds like a runtime
problem. If so, please include the error message or dialog.
My guess is if you're using Express and having trouble getting
executables to run on machines other than the one you compiled on,
you're probably hitting a wall with Microsoft's new "Manifests"
and the WinSxS "side-by-side" stuff, which is caused by all
Microsoft's compilers that came after VS 7 .NET, ie. the "free"
compilers.
If so, see:
http://www.mail-archive.com/[email protected]/msg01669.html
http://www.fltk.org/newsgroups.php?gfltk.opengl+v:1179
Most of the Microsoft links on those pages are long stale.
Even the links that were to replace older stale links are stale. %^(
Microsoft is always moving critical stuff around to where
you can't find it a year later, making it utterly useless
to link to them. 8^E
I got to a point with this stuff where I just decided it wasn't
worth the hassle, and decided not to use the newer compilers
for serious work.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk