Searching for undocumented Function in WINE-API

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
LetsLOCO
Newbie
Newbie
Posts: 3
Joined: Tue Jun 10, 2014 12:48 am

Searching for undocumented Function in WINE-API

Post by LetsLOCO »

Hi Forum!
I´m a 47 year old German - programmming BASIC, Assembler an sometime pure C since 1981. Please! NO discussion´s about my love - the VB and Power BASIC's... ;-)
My newest project (It´s called LetsLOCO), is a "MultiIO-LongDistance-BusSystem for Logging and Controlling" over a electrical- and protocol-extended I2C-Bus which can adress standard I2C compatible IC´s, too. The fully Project is not only Software! I´ve made many HardWare, too.
I want to make this Project free. Hardware fully free under a license similar to a GPL. The Software should be at first Freeware, but only for running under WINE! If somebody plan to use the Software outside WINE... I want some little money for it.
And here is the problem... I need a function, which exist in the WINE-API but not in the Original Win-API´s.
Can anyone from the WINE-Developers help me? Exist a little function in user32.dll, kernel32.dll, shell32.dll,... which have no similar function in the original Win-DLL´s?
Thanks! And sorry for my english!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Searching for undocumented Function in WINE-API

Post by dimesio »

This is the user's forum; developers rarely read it. You could try asking this on the developer's mailing list, but really, you could just read the source code and find out for yourself.
LetsLOCO
Newbie
Newbie
Posts: 3
Joined: Tue Jun 10, 2014 12:48 am

Re: Searching for undocumented Function in WINE-API

Post by LetsLOCO »

dimesio wrote:This is the user's forum; developers rarely read it. You could try asking this on the developer's mailing list, but really, you could just read the source code and find out for yourself.
OK, I ask on the developers mailing list.
Searching the sources for differents? Oh No! I think on 10.000 functions you have maximum 10 who are different. A developer can told it in seconds... and I search for hours... ;-)
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: Searching for undocumented Function in WINE-API

Post by spoon0042 »

LetsLOCO
Newbie
Newbie
Posts: 3
Joined: Tue Jun 10, 2014 12:48 am

Re: Searching for undocumented Function in WINE-API

Post by LetsLOCO »

Hey spoon0042 - in the discussion behind your link I found a perfekt Solution: http://www.winehq.org/pipermail/wine-de ... 69387.html
Thank you!
Locked