Search found 27 matches

by KaleidonKep99
Sun Apr 30, 2017 6:30 am
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Re: Request: Download for compiled 64-bit libraries from Rea

After further investigation, I finally found the culprit of the stuttering... It's called GetTickCount() . Roaming around the web, I found the BEST alternative to it, which doesn't cause frame stuttering: #include <sys/timeb.h> int GetMilliCount() { timeb tb; ftime(&tb); int nCount = tb.millitm...
by KaleidonKep99
Sun Apr 30, 2017 2:42 am
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Re: Request: Download for compiled 64-bit libraries from Rea

After further investigation, I finally found the culprit of the stuttering... It's called GetTickCount() . Roaming around the web, I found the BEST alternative to it, which doesn't cause frame stuttering: #include <sys/timeb.h> int GetMilliCount() { timeb tb; ftime(&tb); int nCount = tb.millitm ...
by KaleidonKep99
Mon Mar 20, 2017 6:29 pm
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Re: Request: Download for compiled 64-bit libraries from Rea

You can try run configure.cmd -DCMAKE_BUILD_TYPE:STRING=Release and change OPTIMIZE option to 5 or 6(before configure). I'm not sure about it really work and about fixing your issue. Issue may be in timers, optimization will not help if this true. Ok so... I did compile it with both RELEASE and OPT...
by KaleidonKep99
Mon Feb 27, 2017 4:42 pm
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Re: Request: Download for compiled 64-bit libraries from Rea

Still trying to figure out how to disable the debug mode, but nothing... :(
Any help?
by KaleidonKep99
Wed Jan 18, 2017 1:00 am
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Re: Request: Download for compiled 64-bit libraries from Rea

Up? I'm still trying to figure out how to remove the DEBUG flag, since it seems like it's slowing down MIDI performance.
by KaleidonKep99
Thu Sep 15, 2016 4:43 am
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Re: Request: Download for compiled 64-bit libraries from Rea

Up up, this might be a serious issue with some games on ReactOS. :/
by KaleidonKep99
Sun Sep 04, 2016 12:46 am
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Re: Request: Download for compiled 64-bit libraries from Rea

It's a very easy Run RosBE installer, tap next, next, next... (paths must be without spaces) Run ReactOS build environment Clone source svn co svn://svn.reactos.org/reactos/trunk/reactos . Build for amd64 easy too Install Microsoft compiler for VS2012, or newer Run command line for Visual Studio x6...
by KaleidonKep99
Sun Jun 26, 2016 1:54 am
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Re: Request: Download for compiled 64-bit libraries from Rea

Could someone help me set up RosBE on my machine? I guess I missed something and ruined the entire local repository... :lol:

Skype or TeamViewer is okay, I really don't know what I'm doing wrong...
by KaleidonKep99
Sat Jun 25, 2016 12:11 am
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Re: Request: Download for compiled 64-bit libraries from Rea

64-bit libs debug symbols Be especially careful with wdmaud.drv, it was forbidden to build for x64. But it's been 5 years ago... https://svn.reactos.org/svn/reactos?view=revision&revision=53396 Thank you so much, it works beautifully! Here's the Google+ post! https://plus.google.com/+RichardFor...
by KaleidonKep99
Mon Jun 20, 2016 2:31 am
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Re: Request: Download for compiled 64-bit libraries from Rea

Ops, just want to ask... I'd like to see a separated branch for the MIDI-Mapper (Separated source code, that can be compiled without downloading RosBE), to let us compile new versions of it without constantly begging you guys for new releases. :lol: I hope I'm not annoying you too much with our requ...
by KaleidonKep99
Sun Jun 19, 2016 9:33 pm
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Re: Request: Download for compiled 64-bit libraries from Rea

I am quite astonished that ROS dlls work in Win10 and Win8/8.1 ^^ Nice one. Well, I am short of time right now, but if noone says here I might be able to build ROS with MSVC for 64 bit next weekend. Oh, that sounds great! Thank you very much Emuand! :D If you want to talk with me or the Black MIDI ...
by KaleidonKep99
Sun Jun 19, 2016 4:39 am
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Re: Request: Download for compiled 64-bit libraries from Rea

I don't see a midimap.dll in a cursory glance, but the msacm stuff is from Wine and isn't ours. wdmaud are drivers so those technically are ours, but drivers tend to be OS version specific, and ours are geared towards NT5.2, so whether it would even work on newer versions of Windows is an open ques...
by KaleidonKep99
Sat Jun 18, 2016 9:06 am
Forum: General Discussion and Feedback
Topic: Request: Download for compiled 64-bit libraries from ReactOS
Replies: 24
Views: 29977

Request: Download for compiled 64-bit libraries from ReactOS

Hello. My name is Riky (I already made a few posts here, a few months ago), and I'm a member of the Black MIDI Team. We're trying to optimize MIDI performances on Windows systems, and I'd like to see how's the MIDI side of ReactOS going. (Last time I tried, it failed to load BASS libraries) We've no...