FAQs - ezConverter
How can I convert a mp3 or wav to asf ?
Easy, download "ezConverter Mixer". add a job first, and select the mp3 from disk as Audio Source. then, add "null.mpg" (place in ezConverter Mixer installtion path) as Video Source 
(Video Source is required), then select dest type as ASF and begin convert.
Of course, you can also set "null.mpg" as Audio source and convert your Video only file into ASF.
 
FAQs - INN
How can I use INN behind Firewall ?
INN is support for both GoldProxy and HTTP/SOCK5 now. For secure and  stable ,We recommend You use Freeware GoldProxy. you can download GoldProxy from this site, run it on proxy server and set INN link to the proxy server.
Is it a secure way using INN to transfer data?
Yes, INN is a complete P2P ware, all info will be encrypted during transfering, no body will know the content (including the INN server) except you and your neighbor. 
INN Server will verify each login to ensure the authenticity of your neighbors. 
 
FAQs - aTaskManager
 
Why do the program show error 'MFC 16xx error'?
It means your windows system is too old, you can download an upgrade package to fix
the problem. You can go "download -> upgrades" to get the package.
 
FAQs - Hickwall
 
Why the Hickwall no debug info return ?
  Why does it hint me can't bind to target ?
  Why is debug info ceaseless and never stop ?
  Why does it seem no reaction when i click Close botton ?
  Why do some debug target  hint me some function init failed ?
  Why do some debug target pop up error dialog when exit ?
  Why do so many debug info return and make me at loose ends ?
   
   


After installing, you must set some environment variables. Only restart Windows can take them effect .If they are also of no effect after restarting, files may be shattered,and you need reinstall Hickwall.
 

Hickwall only debug 32bit programe. If you are in Windows98, it can only debug the program which has GUI. If the debug target process has no GUI(only in Windows98) or be protected, it  can't be debugged.
   

May didn't enter the debug status, please see the describing of "Debugger Introduction".
   

  Some programs' initialization takes up excessive CPU time and is too late to complete. Generally, wait for target process to run a period of time .
   

  Because Hickwall is able to verify some content of program, some program may misinform. You can try whether these funtions truely can't use.
   

  Because Hickwall is able to verify some content of program,it may affect some program's exit, so  you'd better close them by Close Button on debug toolbar.
   

  Some program call large number of system module (such as FileOpenDialog), it will touch off much default operation of Windows OS. So if you want efficiently get the result of debug, you need choose debug library carefully and give up needless APIs.