Activity for Zachary1234

  • Zachary1234 Zachary1234 posted a comment on discussion Technical Topics

    I have setup my Windows 10 64 bit home edition with Veracrypt 1.24 update 7 64 bit. I am thrilled with how successfully it works, and I have put Veracrypt on an external backup drive too. -Is there any way to accelerate OS bootup times? I have Windows 10 64 bit Home Edition as the sole OS on a solid state drive, and it insists on bootup acceleration being turned off. I am aware that the slow startup is due to encryption calculations via the password, but is there ANY way to make my bootup time quicker,...

  • Zachary1234 Zachary1234 posted a comment on discussion Help

    -Is FMJ immediately compatible with Swing or AWT? -Is there a stable, not-in-progress version of FMJ? If so, what is the version number for it, and where can I download it, and its javadoc documentation, from the public internet? I am having trouble learning about file format support. -Does FMJ support the following audio formats? .wav, .mp3 -Does FMJ support the following video file formats? .mp4, .avi, .mov, .wmv

  • Zachary1234 Zachary1234 posted a comment on discussion Help

    The 64 bit Windows built (static) version of MathGL comes with .a files. Will these library files link and run (with their header files) on Windows 64 bit exactly the same as the usually named .lib files, on Windows?

  • Zachary1234 Zachary1234 modified a comment on discussion Help

    [Please delete this post.]

  • Zachary1234 Zachary1234 posted a comment on discussion Compiling

    Is there a way to create 64 bit C++ .lib librariy files, via compilation of classes, in Dev-C++?

  • Zachary1234 Zachary1234 modified a comment on discussion Help

    I am using 64 bit Windows, the 64 bit TDM compiler, and Dev-C++. If the .dll file is the only other file that I have, is it possible to simply make the compiler/linker see my .dll files by inserting a .dll file linking instruction? Will this mean that I can just then #include classes, again? -Is it possible to link to .dll files by specifying *.dll ? -What is the correct instruction to access and link with .dll files for TDM? -Where in my IDE can I put this correct instruction in to? -There doesn't...

  • Zachary1234 Zachary1234 modified a comment on discussion Compiling

    [Please delete this post from here!]

  • Zachary1234 Zachary1234 posted a comment on discussion Compiling

    I have been successfully using the stable, 64 bit version of Dev-C++ on Windows 10 64 bit Home edition. I have been using the 64 bit TDM compiler (and linker). -If I have some non-defaulting linking instructions that I want Dev-C++ to hand on to TDM for compiling and linking, whereabouts in Dev-C++ do I go to add those in, so that they get saved and remembered?

  • Zachary1234 Zachary1234 modified a comment on discussion Help

    I am using 64 bit Windows, the 64 bit TDM compiler, and Dev-C++. If the .dll file is the only other file that I have, is it possible to simply make the compiler/linker see my .dll files by inserting a .dll file linking instruction? Will this mean that I can just then #include classes, again? -Is it possible to link to .dll files by specifying *.dll ? -What is the correct instruction to access and link with .dll files for TDM? -Where in my IDE can I put this correct instruction in to?

  • Zachary1234 Zachary1234 modified a comment on discussion Help

    I am using 64 bit Windows, the 64 bit TDM compiler, and Dev-C++. If the .dll file is the only other file that I have, is this still possible? -Is it possible to link to .dll files by specifying *.dll ? -What is the correct instruction to access and link with .dll files for TDM? -Where in my IDE can I put this correct instruction in to?

  • Zachary1234 Zachary1234 modified a comment on discussion Help

    I am using 64 bit Windows, the 64 bit TDM compiler, and Dev-C++. -Is it possible to link to .dll files by specifying *.dll ? -What is the correct instruction to access and link with .dll files for TDM? -Where in my IDE can I put this correct instruction in to?

  • Zachary1234 Zachary1234 posted a comment on discussion Help

    I am using 64 bit Windows, the 64 bit TDM compiler, and Dev-C++. -Is it possible to link to .dll files by specifying *.dll ? What is the correct instruction to access and link with .dll files for TDM? Where in my IDE can I put this correct instruction in to?

  • Zachary1234 Zachary1234 posted a comment on discussion Help

    I am used to using #include to gain access to fields, methods, macros etc. from classes. What do I need to do to gain that access again from the MathGL 64 bit .dlls on 64 bit Windows C++? I am looking for a simple way to gain that original access again, without having to result to a complex loader like windows.h, which will force me to pick through for one function or variable at a time. What is the easy way to load up classes from the .dll files so that I can, in easy and direct terms, use the MathGL...

  • Zachary1234 Zachary1234 created ticket #2

    poweruser

  • Zachary1234 Zachary1234 posted a comment on a wiki page

    -Does SableVM have Windows, Mac, Linux Builds? -Does SableVM have curtailed memory space, the way 32 bit Java can, or not? -Does SableVM support 64 bit java? -Does SableVM still have arithmetic underflow and overflow within float, Float, double, Double or in fact not?

  • Zachary1234 Zachary1234 posted a comment on ticket #6

    I have phrased my question badly. I havn't been able to build version 2.0.0 of JamVM on Windows. Could there either be built, ready-to run exectuables of JamVM to run on Windows 7,8,10 etc. put on sourceforge, or a standalone windows installation file of the same, for people to download and use, please?

  • Zachary1234 Zachary1234 created ticket #12

    Separate Platform executable, built binaries of JamVM

  • Zachary1234 Zachary1234 posted a comment on discussion Open Discussion

    To Robert, are you able to simply assemble pre-built binaries for Windows 10 64 Bit, and thereabouts, and offer a cut and paste file for download? I have followed your instructions, and still can't get JamVM to build. It would be much more useful if you could just offer assembled downloads for Windows people (and maybe Apple and Linux ones too!)

  • Zachary1234 Zachary1234 posted a comment on ticket #6

    If this is so, can someone tell me where it is and how to download it, please? From: MateAR.eu sfreschi@users.sf.net Sent: Sunday, 17 December 2017 12:15 PM To: [jamvm:support-requests] Subject: [jamvm:support-requests] #6 64 bit Windows and JavaVM, binary build and installer? I believe there is an installer. [support-requests:#6] 64 bit Windows and JavaVM, binary build and installer? Status: open Group: v1.0 (example) Created: Fri Dec 08, 2017 03:37 AM UTC by Zachary1234 Last Updated: Fri Dec 08,...

  • Zachary1234 Zachary1234 posted a comment on ticket #6

    -Is it true that JavaVM is compatible with generics, annotations, static importing, and the new array type method parameters <type> method(<type> ...) ? -Is it true that there is non floating point underflow/overflow, via programs run in JavaVM, for float, double, Float, Double types? What do I have to do to enable that, or does JavaVM do accuracy mode for floats and doubles by default? Double a = 0.1; Double b = 0.1; out.println(a*b == 0.01); //true

  • Zachary1234 Zachary1234 created ticket #6

    64 bit Windows and JavaVM, binary build and installer?

  • Zachary1234 Zachary1234 posted a comment on discussion Open Discussion

    Proguard should consider implementing .class file decompilation protection, or even...

  • Zachary1234 Zachary1234 posted a comment on discussion Open Discussion

    -Is the new Proguard 5.3 only an obfuscator, or does it now include further protection,...

  • Zachary1234 Zachary1234 posted a comment on discussion Open Discussion

    -I have found that previous versions of Launch4j simply places java .class file contents,...

  • Zachary1234 Zachary1234 modified a comment on discussion celestia-users

    -Does Celestia have a 64 bit version of itself, or not? -Can Celestia do a live update...

  • Zachary1234 Zachary1234 posted a comment on discussion celestia-users

    -Does Celestia have a 64 bit version of itself, or not? -Can Celestia do a live update...

  • Zachary1234 Zachary1234 posted a comment on discussion Feedback

    I am successfull running the fully internet updated 64 bit version of Stellarium...

  • Zachary1234 Zachary1234 posted a comment on discussion Feedback

    Yes, but I don't get what to do with its details. Is there someone with a non-jagged,...

  • Zachary1234 Zachary1234 posted a comment on discussion Help

    I have been testing SizeOf. So far, it behave a little bit better than before it's...

  • Zachary1234 Zachary1234 posted a comment on discussion Feedback

    S am trying to use the Geneva landscape option on my successfully running installation...

  • Zachary1234 Zachary1234 posted a comment on discussion Help

    Does the present, or next, version of Proguard include an option to confuse everything...

  • Zachary1234 Zachary1234 posted a comment on discussion Help

    Whereabouts in this .pro file should I put these 3 modifier lines? To: 182456@discussion.proguard.p.re.sf.net...

  • Zachary1234 Zachary1234 posted a comment on discussion Help

    What are the gui settings with the latest gui version of the proguard program? To:...

  • Zachary1234 Zachary1234 posted a comment on discussion Help

    -How do I have proguard obfuscate (change) the name of the class holding the main...

  • Zachary1234 Zachary1234 posted a comment on discussion Help

    Proguard states itself to be an obfuscator. I have successfully run a proguard project...

  • Zachary1234 Zachary1234 posted a comment on discussion Feedback

    I am in Stellarium 0.13.1 Under Configuration Window\Tools\ There is a Star Catalogue...

1