Difference between revisions of "Feb 16, 2012"

From CDOT Wiki
Jump to: navigation, search
(Meeting Summary)
(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 19: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.