Menu

#6 gendpp generated mltables.cxx contains additional header file references

v0.1
open
5
2015-04-27
2015-04-27
No

The gendpp tool generates the mltables.cxx file. The generated file contains two include references

#include "MleGroup.h"
#include "MleScene.h"

that can not be found in the Magic Lantern SDK. Note that these files appear to be already included as

#include "mle/MleGroup.h"
#include "mle/MleScene.h"

See the DirectX HelloWorld title as an example of this issue.

Discussion

  • Mark Millard

    Mark Millard - 2015-04-27
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,11 +1,11 @@
     The gendpp tool generates the mltables.cxx file. The generated file contains two include references
    
    -#include "MleGroup.h"
    -#include "MleScene.h"
    +\#include "MleGroup.h"
    +\#include "MleScene.h"
    
     that can not be found in the Magic Lantern SDK. Note that these files appear to be already included as
    
    -#include "mle/MleGroup.h"
    -#include "mle/MleScene.h"
    +\#include "mle/MleGroup.h"
    +\#include "mle/MleScene.h"
    
     See the DirectX HelloWorld title as an example of this issue.
    
     
  • Mark Millard

    Mark Millard - 2015-04-27
    • assigned_to: Mark Millard
     
  • Mark Millard

    Mark Millard - 2015-04-27
    • labels: --> Mastering Tools
     

Log in to post a comment.

MongoDB Logo MongoDB