Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Getting an .SPRX (plugin) with errors to compile [TUT]:
- #-####################################################################################################-#
- "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].
- Once the error is found, find out how to fix it... at this point, you will find Google useful."
- 1. Whole scope of the code being: The lifetime of the entire source of the application.
- -#----------------------------------------------------------------------------------------------------#-
- 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.
- #-####################################################################################################-#
- -BaSs_HaXoR
- [02/14/15]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement