Trying to make Framework work on Repl.it

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
Mite
Posts: 2
Joined: January 14th, 2021, 11:09 pm

Trying to make Framework work on Repl.it

Post by Mite » January 14th, 2021, 11:42 pm

For a couple hours now, I've been trying to set up the Chili Framework on a website/IDE called Repl.it I (finally) had success in importing the files using GitHub (it took a lot of searching; also it's my first few times on GitHub). The rest I'm having trouble with. I keep getting an errors all over the place. For example, in "COMInitializer.cpp", "#include <objbase.h>" does not work because "objbase.h" does not exist. Could someone help me out with this? I would really appreciate it!

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: Trying to make Framework work on Repl.it

Post by chili » January 19th, 2021, 2:36 pm

Are you sure that it supports a full (non-headless) Windows environment and the Win SDK?
Chili

Mite
Posts: 2
Joined: January 14th, 2021, 11:09 pm

Re: Trying to make Framework work on Repl.it

Post by Mite » January 21st, 2021, 7:20 pm

I'm pretty sure it doesn't since I'm attempting to run it on a Chromebook. Hopefully it works, but I would understand if it didn't.

Post Reply