-
Notifications
You must be signed in to change notification settings - Fork 4
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
Trying to do Windows Implementation of Vmone #7
base: main
Are you sure you want to change the base?
Conversation
…tions runner on evey push!
…1: C:toolsmsys64usrbinbash.exe: command not found
and remove all others jobs except windwos-64 bit to focus on windows only!
Fixed: In case of windows from libjdk.lib only files must be added not folders too!
Try to create D drive;
substrate-fork to do testing vmone for windows! |
You will get one step closer if you restore something that was removed, probably by mistake, in Substrate: Just add to the WindowsTargetConfiguration:
With that I get down to 15 unresolved symbols... |
@jperedadnr Thanks, Using your provided help, I have getup much progress!
|
This is the problem with What about this? |
ctoabidmaqbool/substrate-fork@886f29b @jperedadnr After necessory changes, Now!
|
ioctl etc are systemcalls in unix-like OS'es, but they don't exist on Windows. So those parts should have their Windows-specific equivalent. |
Thanks for providing suggetions! I am trying to resolve those unresolved sysmbols! I have temporarly convert |
@johanvos @jperedadnr Please! Review my PR! I have temporary add I have put both files e.g. vmone.lib and libjdk.lib inside .gluoun to specific folder to do testing e.g. Add linkerArgs for
Add
Add
After testing, my desktop App runs secessfully e.g. Note: I have to be able to build on github actions runner (windows container) pending. and libjdk.lib must be added up to vmone.lib (pending) |
…ot changed at all; Add JVM_RaiseSignal(int) function; Add Visual Studio 2022, C++ Static Library Solutions/Project;
I thank, before comment I have done some mistake, I am not sure, now my native app is not running E.g.
Console logs:
|
It looks like I am just wasting my important time! Unfortunatly no proper response from Gluon team! If someone is using old plugins no support at all, javafxmobile-plugin. What could be expacted in feature! |
mingw32-make clean all
I am done with most of the things!
Yet, there are some little problem, which need to be fixed!
ar.exe
orlib.exe
. As there is no such driveD:/
in github actions runner (windows container).o
files not*.lib.res
so shuld these files will be added up to finalvmone.lib
for windows?process-compile-1726634934329.log
process-link-1726634936148.log
I alreay have disscussed most of the things here: gluonhq/substrate#1279 (comment)