<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>My expetise happens to be graphics 
code.</FONT></DIV>
<DIV><FONT face=Arial size=2>Before you throw in the towel,look at what your 
code is doing .Stop building features and optimize what you already have 
down.Try to get rid of code call that a repeated needlessly.Even though 
processors these days are faster the code that the compiler churns out in your 
behalf can make it slower.What are your compiler setting? Are you optimizing the 
code or letting the compiler do it for you? Do you have loops that you can 
unroll.Can you optimize pointer usage?Are you "drawing functions" as fast as 
they could be?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Take a step backwards and take a deep hard look at 
how fast your code actually executes.I'm quite sure you can find some 
bottlenecks to straighten out.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Much love.</FONT></DIV></BODY></HTML>