Coder Social home page Coder Social logo

Comments (10)

Inori avatar Inori commented on June 24, 2024

@sgqy

from fuckgalengine.

WOOVYWOOVY avatar WOOVYWOOVY commented on June 24, 2024

Pls help...

from fuckgalengine.

sgqy avatar sgqy commented on June 24, 2024

Hello.
You should run in cmd.exe.
Press Win + R, input cmd.exe and press Enter.

If your staff.pna is stored in F:\mydocs, copy the ahdprc.exe into that folder.
In command prompt, input cd /d F:\mydocs.
Then, ahdprc.exe pna -u staff.pna.
Expected behavior is that the staff folder is created.
Do not modify the file staff\_cht.bin.
After your edition, run ahdprc.exe pna -r staff.
Expected behavior is that there will be a new file called staff.pna (or rewritten).

Note that the tool is so old, may cannot satisfy what you need.
Best wishes.

from fuckgalengine.

WOOVYWOOVY avatar WOOVYWOOVY commented on June 24, 2024

Hello.I'm sorry but,i don't know where the ahdprc.exe is,when i tried to compile the cpp there's a fatal error on #include <princess.h> no such file or directory.But i've already put the princess.h in the same directory.I don't know what to do with that.

I use g++ compiler.Thank you.

from fuckgalengine.

WOOVYWOOVY avatar WOOVYWOOVY commented on June 24, 2024

Help me pls...

from fuckgalengine.

sgqy avatar sgqy commented on June 24, 2024

Oh... the library is a private library, which is made by CodeBlocks with GCC(MinGW) 4.7.1 in Windows OS.
It was a library made for basic I/O operations, but with too old years, I missed it, unfortunately.
Try these commands to build. (for example)

g++ -c -o main.o main.cpp
g++ -c -o package.o package.cpp
# other source files ...
g++ -o main.exe main.o package.o $other_obj_files libprincess.a

from fuckgalengine.

WOOVYWOOVY avatar WOOVYWOOVY commented on June 24, 2024

IMG20220413225001

Still can't,uh,if you don't mind could you just give me a link to download the ahdprc.exe because i've wasted many time for this one actually :) Thank you !

from fuckgalengine.

Inori avatar Inori commented on June 24, 2024

Still can't,uh,if you don't mind could you just give me a link to download the ahdprc.exe because i've wasted many time for this one actually :) Thank you !

Don't you think you are wasting the time of the developer?

from fuckgalengine.

sgqy avatar sgqy commented on June 24, 2024

If you want to #include something. The command should be like this.
g++ -c -o main.o main.cpp -Ilib

from fuckgalengine.

WOOVYWOOVY avatar WOOVYWOOVY commented on June 24, 2024

Ah...yeah,sorry if that wasting your time,but i'll keep trying,thanks for your time man,i got new experience from that,i'll try that command.Thanks again.

from fuckgalengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.