Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When compile, an error appears. #10

Open
ghost opened this issue May 28, 2020 · 19 comments
Open

When compile, an error appears. #10

ghost opened this issue May 28, 2020 · 19 comments

Comments

@ghost
Copy link

ghost commented May 28, 2020

3>File D:\OpenPapyrus-10.7.8\Src\Rsrc\Rc\charry.ds, Line 13: error 11818
I looked at the wiki's tutorial.
There is a problem with the ppres project.

@papyrussolution
Copy link
Owner

I'll try to reproduce the error.

@ghost
Copy link
Author

ghost commented May 28, 2020

I am getting an error when compiling a ppres project.
OpenPapyrus-10.7.8\Src\Rsrc\Rc\charry.ds, Line 13: error 11818
Because of this, charry.h is not created in the / include folder.
When compiling the papyrus project, "Error C1083 Cannot open include file: 'charry.h': No such file or directory" appears.
I looked at the wiki's tutorial.
There is a problem with the ppres project.

@papyrussolution
Copy link
Owner

Literally the error 11818 says "left brace expected" e.g. the compiler ppds expected the character '{'.
But i can't perceive why. I dont think you have changed this file (charry.ds).

@ghost
Copy link
Author

ghost commented May 28, 2020

I haven't changed that file.
I got an error and asked a question.
Can you send the required files like charry.H , charry.rc as a after of compiling the ppres project?
Can the papyrus project send the entire compiled file?
We would appreciate it if you use https://wetransfer.com/.

@papyrussolution
Copy link
Owner

What is your email? It is needed to send files

@papyrussolution
Copy link
Owner

But i mast understand the nature of the error :(

@ghost
Copy link
Author

ghost commented May 28, 2020

angelastanko00@gmail.com
Can the papyrus project send the entire compiled file?
I need a papyrus openSource where the compile was successful.
(*.h, *.rc, *.lib, etc).

@papyrussolution
Copy link
Owner

papyrussolution commented May 28, 2020

I've sent you PPDSC.exe. It compiled with msvs2017 (regular one had been built with msvs2003). It's "dancing with a tambourine" neverthless this can help. If it help give me to know (and reverse also).
So, put ppdsc.exe in OpenPapyrus-10.7.8\tools with replacing the existened one.

@ghost
Copy link
Author

ghost commented May 28, 2020

I got PPDSC.exe. thank you.
But don't send the charry.h and charry.rc I asked for?
We need a ppres project that compiles successfully.
Refers to a work project in which compile has been successfully completed.
Wait for the mail.

@papyrussolution
Copy link
Owner

i've sent charry.rc and charry.h (turn off assembling charry.ds in solution)

@ghost
Copy link
Author

ghost commented May 29, 2020

Thank you.
Compilation was successful.
Can I convert the GUI to asp.net in this papyrus project?
I need your teaching.

@papyrussolution
Copy link
Owner

papyrussolution commented May 29, 2020

Can I convert the GUI to asp.net in this papyrus project?
I need your teaching.


I dont't think it's possible. How you imagin that process? The system is rather large and converting the big deal of it into another technology is very hard task wich is needed precious analyzing, planning and implementation.
But another approach can be learned: using server part of OpenPapyrus as a "back" and interaction with it from "front" subsystem. We using such an approach in internet- and mobile applications.
Neverthless, this method is also needed meticulous work.

@m110h
Copy link

m110h commented Jun 6, 2021

I got the same error during papyrus project building: "fatal error C1083: Cannot open include file: 'charry.h': No such file or directory".

I wrote an email to you with details of my development environment and a log file.

Why do you not include charry.h and other linked dependences to a sources tree?

Thanks.

@papyrussolution
Copy link
Owner

This file charry.h (as well as src/rsrs/rc/charry.rc) is made with utility tools/ppdsc.exe wich is included in the solution. I've tested building on the empty machine and everything was ok. Rule of building described in the project ppres (charry.ds).
I have just included charry.h and charry.rc in repo in order to prevent this (ununderstood for me) effect.

@m110h
Copy link

m110h commented Jun 6, 2021

Thank you for your support. So, I don't know why, but PPDSC.exe can't compile charry.ds (File charry.ds, Line 13: error 11844). I tried to rebuild the utility for x86 in Debug configuration and it doesn't take any effect. I will try to understand what happens. Any ideas?

@m110h
Copy link

m110h commented Jun 6, 2021

I use Windows 7 x64. Maybe it's important...

@papyrussolution
Copy link
Owner

papyrussolution commented Jun 6, 2021

Please, attach there your copy of charry.ds (src/rsrc/rc/charry.ds). I'll check it.
The error message is paradoxal (it's: "expected '{'" in "declare CrrDbDiv {").
Compress it before attaching (there are may unexpected characters).

@m110h
Copy link

m110h commented Jun 6, 2021

I sent it over email.

@m110h
Copy link

m110h commented Jun 7, 2021

I checked your fix. It works, thanks. Also I tried to setting my git client using a command git config --global core.autocrlf true and it works too. All files have CR LF end of line after cloning. For me this issue is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants