Changes between Version 22 and Version 23 of DevelopingSymbianAppWithCarbide
- Timestamp:
- Dec 31, 2007 6:28:29 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopingSymbianAppWithCarbide
v22 v23 388 388 === Problem with Build/Clean === 389 389 390 Sometimes Carbide does not build the project properly after we make some changes to the source. In this case, Project Clean should cause the project to be built properly. 390 Sometimes Carbide does not build the project properly after we make some changes to the source. This will cause the old code to be built instead of the new changes. 391 392 My solution is to always clean the project before building it, to make sure that the modified libraries/application gets rebuilt properly. 391 393 392 394