Erro plugin Costumeitem.

ρixєℓ

New member
Messages
65
Points
0
Age
30
Location
Brazil, Brasília.
Github
PixelBr
Emulator
Does anyone know how to solve?
 
DicFCCR.png

 
I am using MVS2013, Rev 20607 and Plugin 3.4.
 
Or does anyone know the REV most current where the plugin works?
 
Last edited by a moderator:
Update to latest hercules

The error says you don't have that file..

Hercules.h was included few weeks ago... Please update your repo

 
That's where the problem lies, the hercules updated and the file is in the right directory.

03Up7x4.png


@edit.

Guys, solve fixed lines "../" in all .h(#include) files in the src folder.

Ex:

#include "config/core.h"

#include "common/cbasetypes.h"
 
Switch:
 
#include "../config/core.h"

#include "../common/cbasetypes.h"
 
Do this on all files (must be some easier way to solve but my knowledge in src is low). 
 
@@Dastgir
 
Thx for help 
default_wink.png

 
Last edited by a moderator:
That's where the problem lies, the hercules updated and the file is in the right directory. 
03Up7x4.png
@edit. Guys, solve fixed lines "../" in all .h(#include) files in the src folder. Ex: 

#include "config/core.h"#include "common/cbasetypes.h"
 Switch: 
#include "../config/core.h"#include "../common/cbasetypes.h"
 Do this on all files (must be some easier way to solve but my knowledge in src is low).  @@Dastgir Thx for help 
default_wink.png
That solution implies that your Hercules is old.

New Hercules don't require those ../

 
Back
Top