Difference between revisions of "Feb 16, 2012"
Sdealmeida (talk | contribs) (→Meeting Summary) |
Sdealmeida (talk | contribs) (→Meeting Summary) |
||
Line 10: | Line 10: | ||
* Download http://tortoisesvn.net/downloads.html | * Download http://tortoisesvn.net/downloads.html | ||
+ | |||
+ | |||
+ | '''1'''. '''Error''': | ||
+ | "cframe.h:15: error: default argument for parameter of type 'CFrame*'" <br /> | ||
+ | '''Fix''': Easy fix, just do a '''(Cframe*)NULL''' on the '''last contructor argument'''. |
Revision as of 18:04, 16 February 2012
Meeting Summary
SVN Installation
UBUNTU sudo apt-get install subversion
WINDOWS
1. Error:
"cframe.h:15: error: default argument for parameter of type 'CFrame*'"
Fix: Easy fix, just do a (Cframe*)NULL on the last contructor argument.