Search found 32 matches

by Xbase
Tue May 15, 2018 10:57 pm
Forum: General Discussion and Feedback
Topic: MS WinFile OpenSource
Replies: 19
Views: 10221

Re: MS WinFile OpenSource

Which win32 app? You need to be specific. ... If you are talking about winfile then please state precisely what you are doing... i talk about MS WinFile Source, that is what the Header of THIS Thread say. i have NOT made any change just set Property to 32bit, instead of 64bit, and press F5 in VS201...
by Xbase
Tue May 15, 2018 10:48 pm
Forum: German
Topic: ReactOS Newbie
Replies: 8
Views: 14919

Re: ReactOS Newbie

Die korrekte Gegenprobe ist, es unter Windows zu probieren. Wenn's da geht ist es ein ROS-Bug, sonst nicht. ich komme ja von Windows und meine native Controls laufen unter Xbase++ ab W95 - Windows 10 RS5 17661.1000 nun könnte ich also behaupten das meine native Controls 100% OK sind ... aber gibt e...
by Xbase
Tue May 15, 2018 10:15 pm
Forum: General Discussion and Feedback
Topic: MS WinFile OpenSource
Replies: 19
Views: 10221

Re: MS WinFile OpenSource

hi, thx for Answer. Start a new topic in the Support forum for this problem. When writing your post, surround your program's code with the Code tag. it is THE topic of this Thread : does it run or not under ROS :?: i have not touch MS Winfile Source Code, just compile/link it as 32bit App i just wan...
by Xbase
Sun May 13, 2018 6:49 pm
Forum: General Discussion and Feedback
Topic: File vs block caching
Replies: 13
Views: 5124

Re: File vs block caching

ROS does not support SMB. Oplocks are implemented but I don't know if anyone's really tested them. so how to share file based database like DBF files on ROS as Server :?: As for your "rapid mode"... it seems that feature is simply buggy then. If you add a cache and notice any difference i...
by Xbase
Sun May 13, 2018 6:33 pm
Forum: Support
Topic: API Question
Replies: 13
Views: 7526

Re: API Question

Okay. What's your point? hm ... what do you expect from User when writing in this Forum :?: other Forum life from Experience of other User which write what they have done. so i have made a test and just wrote what i have done and what find out. The first step would be to add a test to comctl32_wine...
by Xbase
Sun May 13, 2018 6:15 pm
Forum: German
Topic: ReactOS Newbie
Replies: 8
Views: 14919

Re: ReactOS Newbie

Du solltest wählen was auch immer Du unter Windows wählst. Und wenn's nicht geht, isses n Bug, den wir fixen müssen. es gibt keine weiter Auswahl bei mir, deshalb wollte ich ja wissen ob es ein BUG ist. nun muss ich immer dazu sagen das ich es mit Xbase++ mache (war für OS/2 und wurde nach Windows ...
by Xbase
Sun May 13, 2018 6:07 pm
Forum: General Discussion and Feedback
Topic: MS WinFile OpenSource
Replies: 19
Views: 10221

Re: MS WinFile OpenSource

did someone test that Winfile Source under ROS :?: i have made a win32 App with VS2017 Express which run under Windows but not under ROS :o "unable to initialize Background Update Support ... ERROR_PROC_NOT_FOUND" can someone tell me how to fix it to run under ROS :?: (i'm not a C# Program...
by Xbase
Sat May 12, 2018 11:47 pm
Forum: General Discussion and Feedback
Topic: File vs block caching
Replies: 13
Views: 5124

Re: File vs block caching

Windows has a File cache - works reasonable. But I am now working with a block level cache in Windows. My old SATA disks suddenly perform like they are SSD's. my Samsung SSD have a Software RAPID Mode and it boost Performance up to 10 X ... :o as i'm working in Network and have e.g. this Situation....
by Xbase
Sat May 12, 2018 11:18 pm
Forum: German
Topic: ReactOS Newbie
Replies: 8
Views: 14919

Re: ReactOS Newbie

Ok also ein Deutsche Frage : Font & Umlaute egal ob Xbase++ Console oder GUI App bekomme ich bei der (Xbase++) Font Auswahl immer Vietnam,Thai oder Baltik angezeigt :?: je nachdem ob der Source OEM (Console) oder ANSI (GUI) ist erhalte ich dann keine Umlaute. Frage : welchen Font sollte man unte...
by Xbase
Sat May 12, 2018 10:56 pm
Forum: Support
Topic: API Question
Replies: 13
Views: 7526

Re: API Question

have found "C:\ReactOS\Web\Wallpaper" which ist like NT "C:\Windows\web\wallpaper\Windows\" since Vista it use %AppData% so i search in wrong Directory for Wallpaper TranscodedWallpaper.jpg have try using LVM_SETBKIMAGE hListview := @user32:FindWindowExA(hShell,0,"SysListVie...
by Xbase
Tue May 08, 2018 10:21 pm
Forum: Support
Topic: API Question
Replies: 13
Views: 7526

Re: API Question

There's no such thing as an LVBKIMAGE structure. LVBKIMAGE is a macro that is defined as LVBKIMAGEW if your program defines UNICODE, and LVBKIMAGEA otherwise. hm ... MS LVBKIMAGE structure can found here https://msdn.microsoft.com/en-us/library/windows/desktop/bb774742(v=vs.85).aspx ReactOS Desktop...
by Xbase
Tue May 08, 2018 4:36 am
Forum: Support
Topic: API Question
Replies: 13
Views: 7526

Re: API Question

Yes. Almost every function in ROS/Wine is implemented natively as unicode, and the -A version just converts strings, then calls the -W version. what about without "A" or "W" :roll: i use LVBKIMAGE as Watermark in Listview but fail on ReactOS :o now i saw in ReactOS commctrl.h ht...
by Xbase
Tue May 08, 2018 4:16 am
Forum: Support
Topic: API Question
Replies: 13
Views: 7526

Re: API Question

seem i found it
https://doxygen.reactos.org/
there i can search in Source :D
by Xbase
Tue May 08, 2018 3:49 am
Forum: General Discussion and Feedback
Topic: How to make a msstyles
Replies: 7
Views: 14867

Re: How to make a msstyles

hi,
Rosh wrote:Any newbie guide?
do you real want to make your own Theme ?
Rosh wrote:Any program to edit .msstyle?
you will find thousend of theme on internet e.g. https://www.deviantart.com/customization/skins/newest/

i guess you also will find tools to create your own Theme or modify Lautus at that website
by Xbase
Tue May 08, 2018 3:30 am
Forum: Support
Topic: API Question
Replies: 13
Views: 7526

Re: API Question

Yes, that's what I linked you to. You go to https://git.reactos.org/, pick reactos.git, and there's a search field in the top right (select grep to search text files). GitHub also has a search feature (at the very top of the page), but it doesn't work as well. ok now i get more ... but this are onl...