• Relative project file paths
    Hi, With new uVision4 the file paths in project are not saved as they were entered, so there's no way to save relative paths because uVision4 automatically converts them to absolute. The problem is...
  • uVision 4.6 Find in File - display relative path?
    I'm just upgrading from uVision 4.0 to 4.6, and the Find in File function displays the full pathname in the Find in Files window, which very often, in deeply buried projects, takes up all my display...
  • uVision & include path (newbie)
    Hi, I just downloaded the STM32F10x_StdPeriph_Lib_V3.3.0 from ST and want to include it in the uVisions include-path section. uVision have a 'stm32f10x.h' file associated and the entry point...
  • uVision and gcc include path problem
    I have what I assume is the same problem that was discussed in http://www.keil.com/forum/docs/thread5803.asp . I installed Keil in c:\Program Files\Keil and building the blinky demo project gives:...
  • #include paths
    Im new to uvision and programming and im looking at a project that has some headers as, #include "..\..\..\swim\lpc_types.h" . How do i give it the correct path to the file?..how is "..\..\..\" supposed...