The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > StreetDeck

Reply
 
LinkBack Thread Tools Display Modes
Old 05-17-2007, 01:31 AM   #1
Newbie
 
rburhum's Avatar
 
Join Date: Mar 2007
Location: SoCal, USA
Posts: 40
Talking Infill T3 prototypes of InFillCOM.dll

Since the T3 is getting phased out, any chance you will post the header file for some of the Infill structs?

INFILL_DEV_INFO
INFILL_DEV_STATUS
INFILL_HOST_DATA
INFILL_MENU_ITEM

Pretty please?
rburhum is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 05-17-2007, 08:17 AM   #2
Raw Wave
 
god_of_cpu's Avatar
 
Join Date: Jan 2004
Location: SilverSpring Maryland
Posts: 2,957
Its not ours to post and we don't even have that level of access to the dll.
__________________
StreetDeck.com Developer (I am Chuck)
Get StreetDeck at http://www.streetdeck.com
The Official StreetDeck Forums have moved, please visit us at http://www.streetdeck.com/forum for official support for Streetdeck.

Last edited by god_of_cpu; 05-17-2007 at 10:42 AM.
god_of_cpu is offline   Reply With Quote
Old 05-17-2007, 03:54 PM   #3
Newbie
 
rburhum's Avatar
 
Join Date: Mar 2007
Location: SoCal, USA
Posts: 40
Quote: Originally Posted by god_of_cpu View Post
Its not ours to post and we don't even have that level of access to the dll.

I see.

I guess this means that you guys are using the C mxn_* methods from T3DevControl.dll instead AND you are not authorized to release those header files (i.e. it should be released by Infill instead). I tried contacting them directly through their website, but they just ignored my e-mail .

Nothing I can do about that I guess. Thanks for the reply though.
rburhum is offline   Reply With Quote
Old 05-18-2007, 12:45 PM   #4
Newbie
 
Join Date: Oct 2004
Posts: 10
as you wish

// ?InFill_Close@@YAXPAX@Z; Index 1; Undecorated C++ Function: void __cdecl InFill_Close(void *)

// ?InFill_GetDevInfo@@YAHPAXPAUINFILL_DEV_INFO@@@Z; Index 2; Undecorated C++ Function: int __cdecl InFill_GetDevInfo(void *,struct INFILL_DEV_INFO *)

// ?InFill_GetDevStatus@@YAHPAXPAUINFILL_DEV_STATUS@@ @Z; Index 3; Undecorated C++ Function: int __cdecl InFill_GetDevStatus(void *,struct INFILL_DEV_STATUS *)

// ?InFill_IsBusy@@YAHXZ; Index 4; Undecorated C++ Function: int __cdecl InFill_IsBusy(void)

// ?InFill_IsLocked@@YAHXZ; Index 5; Undecorated C++ Function: int __cdecl InFill_IsLocked(void)

// ?InFill_Lock@@YAPAXXZ; Index 6; Undecorated C++ Function: void * __cdecl InFill_Lock(void)

// ?InFill_Open@@YAPAXKPAUHWND__@@I@Z; Index 7; Undecorated C++ Function: void * __cdecl InFill_Open(unsigned long,struct HWND__ *,unsigned int)

// ?InFill_SetConfig@@YAHPAXE@Z; Index 8; Undecorated C++ Function: int __cdecl InFill_SetConfig(void *,unsigned char)

// ?InFill_SetDummy@@YAHPAXEE@Z; Index 9; Undecorated C++ Function: int __cdecl InFill_SetDummy(void *,unsigned char,unsigned char)

// ?InFill_SetMainPowerStatus@@YAHPAXE@Z; Index 10; Undecorated C++ Function: int __cdecl InFill_SetMainPowerStatus(void *,unsigned char)

// ?InFill_SetMonitorBrightness@@YAHPAXEE@Z; Index 11; Undecorated C++ Function: int __cdecl InFill_SetMonitorBrightness(void *,unsigned char,unsigned char)

// ?InFill_SetMonitorClose@@YAHPAX@Z; Index 12; Undecorated C++ Function: int __cdecl InFill_SetMonitorClose(void *)

// ?InFill_SetMonitorClosePosition@@YAHPAXE@Z; Index 13; Undecorated C++ Function: int __cdecl InFill_SetMonitorClosePosition(void *,unsigned char)

// ?InFill_SetMonitorOpen@@YAHPAX@Z; Index 14; Undecorated C++ Function: int __cdecl InFill_SetMonitorOpen(void *)

// ?InFill_SetMonitorOpenPosition@@YAHPAXE@Z; Index 15; Undecorated C++ Function: int __cdecl InFill_SetMonitorOpenPosition(void *,unsigned char)

// ?InFill_SetMonitorTiltDown@@YAHPAXE@Z; Index 16; Undecorated C++ Function: int __cdecl InFill_SetMonitorTiltDown(void *,unsigned char)

// ?InFill_SetMonitorTiltUp@@YAHPAXE@Z; Index 17; Undecorated C++ Function: int __cdecl InFill_SetMonitorTiltUp(void *,unsigned char)

// ?InFill_Unlock@@YAHPAX@Z; Index 18; Undecorated C++ Function: int __cdecl InFill_Unlock(void *)
michelk is offline   Reply With Quote
Old 05-18-2007, 02:42 PM   #5
Newbie
 
rburhum's Avatar
 
Join Date: Mar 2007
Location: SoCal, USA
Posts: 40
nope

Quote: Originally Posted by michelk View Post
// ?InFill_Close@@YAXPAX@Z; Index 1; Undecorated C++ Function: void __cdecl InFill_Close(void *)

// ?InFill_GetDevInfo@@YAHPAXPAUINFILL_DEV_INFO@@@Z; Index 2; Undecorated C++ Function: int __cdecl InFill_GetDevInfo(void *,struct INFILL_DEV_INFO *)

// ?InFill_GetDevStatus@@YAHPAXPAUINFILL_DEV_STATUS@@ @Z; Index 3; Undecorated C++ Function: int __cdecl InFill_GetDevStatus(void *,struct INFILL_DEV_STATUS *)

// ?InFill_IsBusy@@YAHXZ; Index 4; Undecorated C++ Function: int __cdecl InFill_IsBusy(void)

// ?InFill_IsLocked@@YAHXZ; Index 5; Undecorated C++ Function: int __cdecl InFill_IsLocked(void)

// ?InFill_Lock@@YAPAXXZ; Index 6; Undecorated C++ Function: void * __cdecl InFill_Lock(void)

// ?InFill_Open@@YAPAXKPAUHWND__@@I@Z; Index 7; Undecorated C++ Function: void * __cdecl InFill_Open(unsigned long,struct HWND__ *,unsigned int)

// ?InFill_SetConfig@@YAHPAXE@Z; Index 8; Undecorated C++ Function: int __cdecl InFill_SetConfig(void *,unsigned char)

// ?InFill_SetDummy@@YAHPAXEE@Z; Index 9; Undecorated C++ Function: int __cdecl InFill_SetDummy(void *,unsigned char,unsigned char)

// ?InFill_SetMainPowerStatus@@YAHPAXE@Z; Index 10; Undecorated C++ Function: int __cdecl InFill_SetMainPowerStatus(void *,unsigned char)

// ?InFill_SetMonitorBrightness@@YAHPAXEE@Z; Index 11; Undecorated C++ Function: int __cdecl InFill_SetMonitorBrightness(void *,unsigned char,unsigned char)

// ?InFill_SetMonitorClose@@YAHPAX@Z; Index 12; Undecorated C++ Function: int __cdecl InFill_SetMonitorClose(void *)

// ?InFill_SetMonitorClosePosition@@YAHPAXE@Z; Index 13; Undecorated C++ Function: int __cdecl InFill_SetMonitorClosePosition(void *,unsigned char)

// ?InFill_SetMonitorOpen@@YAHPAX@Z; Index 14; Undecorated C++ Function: int __cdecl InFill_SetMonitorOpen(void *)

// ?InFill_SetMonitorOpenPosition@@YAHPAXE@Z; Index 15; Undecorated C++ Function: int __cdecl InFill_SetMonitorOpenPosition(void *,unsigned char)

// ?InFill_SetMonitorTiltDown@@YAHPAXE@Z; Index 16; Undecorated C++ Function: int __cdecl InFill_SetMonitorTiltDown(void *,unsigned char)

// ?InFill_SetMonitorTiltUp@@YAHPAXE@Z; Index 17; Undecorated C++ Function: int __cdecl InFill_SetMonitorTiltUp(void *,unsigned char)

// ?InFill_Unlock@@YAHPAX@Z; Index 18; Undecorated C++ Function: int __cdecl InFill_Unlock(void *)

Hi michelk

Thanks for posting but I already have that information. Depends shows those exported functions. However, without knowing the actually definition of the structs that I mentioned above, my only other option is to attach a debugger, inspect the assembly and deduce what the structure represents based on its usage from within SD. I don't really want to do that.
rburhum is offline   Reply With Quote
Old 05-22-2007, 12:31 AM   #6
Newbie
 
Join Date: Oct 2004
Posts: 10
I think looking at te stack is the only option. I've mailed many times with infill (maxan) to get a sort of SDK but they don't reply @#@!@

so start up your debugger and gues the used types ... and then post them on the board ;-)))
michelk is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Infill T3 static noise (Fixed, Problem solved) irdrive Infill T3 29 07-05-2007 09:57 AM
T3 screen resolution and Infill Station irdrive Infill T3 4 05-08-2007 12:42 PM
Infill T3 jabz Infill T3 1 04-15-2007 05:47 PM
Technical Description Infill T3 FMode StreetDeck 10 11-22-2006 04:29 AM
Shutdown options with StreetDeck and Infill T3 terrygold StreetDeck 3 09-25-2006 12:00 PM


All times are GMT -5. The time now is 05:27 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics