Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void RagdollDemo
- ::WeightFileHandler(void)
- {
- int succget;
- long int fpwL;
- char fullpathw[256];
- //.
- strcpy(fullpathw, "C:\\Project_Integration\\");
- strcat(fullpathw, OPTbestweightsfile );
- fpwL = strlen(fullpathw);
- cout << "fullpathw[] has length ";
- cout << fpwL << endl;
- succget = GetFileWeights( fullpathw );
- if( succget == 1 ) {
- cout << "Loaded weights from file ";
- }else {
- cout << "!ERROR. Failed to read file ";
- }
- cout << fullpathw;
- cout << endl;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement