Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have build an application using Cbuilder6.0.
It works in windows Xp. But no in W7.
What should do I?

Thanks!
Posted
Comments
Sergey Alexandrovich Kryukov 24-Oct-11 18:19pm    
This is a usual problem, but it's hard to find exact reason without looking at your project. I provided very general directions.
--SA

1 solution

Most likely, you are working with resources which don't have enough permission in Window 7. For example, you cannot create or modify any files beyond special directories in the "Users" directory. To start, try to run the application as administrator. It's not enough to log in as administrator, you also need to run the application with elevated privileges. Here you will find the options you can use: http://www.sevenforums.com/tutorials/11841-run-administrator.html[^].

If it does not help, use XP compatibility mode, see http://windows.microsoft.com/en-US/windows7/products/features/windows-xp-mode[^].

After all, write an application which is a good Windows 7 citizen. See the guidance: http://msdn.microsoft.com/en-us/library/dd371778%28VS.85%29.aspx[^].

—SA
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900