I have done the translation of dw.h and dwib.h to Adept
#110
Closed
ghost
started this conversation in
Show and tell
Replies: 1 comment 15 replies
|
I don't see anything obviously wrong Probably will just need example program But otherwise it looks good It might make more sense as an installable even, kind of similar to https://github.com/IsaacShelton/Box2D. Then you can just do Installables are for things that most people don't need by default, and are hosted at https://github.com/AdeptLanguage/AdeptLanguage.github.io/ They are installed per-project, so are checked into version control, and only the developer needs to run the command to add it to the project |
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Only the Win32 part, though. Please review:
https://github.com/iahung2/AdeptImport/tree/master/dw
If you think it's good enough I will do a PR.
Almost forgot, this is dwindows: https://dbsoft.org/newsitem.php?id=23 (github: https://github.com/dbsoft/dwindows)
Note: I only run
adept dw.adeptandadept dwib.adeptto ensure that it has no syntax errors. I have not yet porteddwtest.cto Adept to know for sure if my translation really worked or not (you can finddwtest.con dwindows' github repo).All reactions