ArticleDirectory
- The third version of s60 FP1 SDK will cause compilation failure when generating the. MIF File
The third version of s60 FP1 SDK will cause compilation failure when generating the. MIF File
- Device, software version:
S60 3rd edition, FP1
When you use the FP1 SDK of s60 third edition to compile a project, the compilation will fail when you generate the MIF file. The system displays a Windows window with the option prompt for the debug svgtbinencode.exe component.
Svgtbinencode.exe (a Symbian OS tool) is integrated in the s60 Third Edition FP1 sdkcompilation system. It can be automatically called by mifconv. EXE each time a svgt file is processed.
Currently, svgbinencode.exe included in sdkis only a debug version. Unfortunately, there are still some memory leaks. Therefore, when the justintime attribute is enabled in the SDK (refer to epocroot % epoc32 \ data \ EPOC. INI simulator parameters), these memory leaks will result in the above compilation errors along with the "just-in-time debugging" performance.
When compiling the resource file, make sure that the performance of "just-in-time debugging" is disabled. If the parameter is enabled for some reason, you need to add/x when using mifconv.exe to avoid svgbinencode.exe calls.