Advertisement
BaSs_HaXoR

HOW TO FIX ERRORS in an .SPRX for Playstation

Feb 14th, 2015
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Getting an .SPRX (plugin) with errors to compile [TUT]:
  2. #-####################################################################################################-#
  3. "If you have an issue with an .SPRX (plugin) compiling in Microsoft Visual Studio 2010 -since MSVC++ doesn't have intellisense, it's hard to see errors (especially which line)- so your best bet is to remove blocks of code one by one until the entire scope of the code compiles[1].
  4. Once the error is found, find out how to fix it... at this point, you will find Google useful."
  5.  
  6. 1. Whole scope of the code being: The lifetime of the entire source of the application.
  7. -#----------------------------------------------------------------------------------------------------#-
  8. Tip: The error isn't always easy to find, sometimes you will need to comment your code out line by line and remove the (reserved) comment keyword combination's ("//"), until it can compile.
  9. #-####################################################################################################-#
  10. -BaSs_HaXoR
  11. [02/14/15]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement