Compatibility VS2010 solutions on XP with Windows 8.

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I wrote an application with VC++ 2010 on XP.
I had a problem. When I was saving a text file, the program
was started in the save folder and not in the installation folder.
I solved by setting then the property "restore the folder" of SaveFileDialog
control on true.
This solved the problem. But it seems only on XP.
I have no problems with XP. But a user who has downloaded the program,
and you have Windows 8, write me://"Im have Microsoft Windows 8 Pro Version 6.3.9369 Build 9369
After instalation Scarface says: im must install MS Framework.
Im allready have MS Framework, only newest version.
Solution: manually copy msvcp100.dll to program folder.
2)
Im not know exact reason why but after one position next position allways says: Position is stalemate ......
Temporary solution: uninstall Scarface, fresh reinstall Scarface".
//
The step 2) is the problem of save file in folder. My solution, it works with XP but not with Windows 8. How is this possible?
I think its a problem of libraries.
This problem I had before set the "Restore folder" of SaveFileDialog control on true,
but after I have not more had the problem, with XP.
beginner of planning

View the full article
 
Back
Top