![]() |
||||||||
![]() |
||||||||
Building your applicationBefore you build your application containing profiling code you must first define the conditional symbol "XPGPROFILE". To do this go to Project/Options and select the "Directories/Conditionals" tab,
Enter "XPGPROFILE" in conditional defines. You should also ensure you have placed calls to XPGStartProfiling and XPGStopProfiling or XPGStopProfilingPrompt. You should now build your project.
|