Click here to Skip to main content
15,890,506 members
Home / Discussions / C#
   

C#

 
GeneralRe: Server - Multi Client Chat Problem Pin
DarkAngel78629-Nov-05 22:41
DarkAngel78629-Nov-05 22:41 
QuestionHow to achieve automatic sorting in a TreeView? Pin
Morrgan29-Nov-05 4:45
Morrgan29-Nov-05 4:45 
AnswerRe: How to achieve automatic sorting in a TreeView? Pin
Curtis Schlak.29-Nov-05 9:08
Curtis Schlak.29-Nov-05 9:08 
GeneralRe: How to achieve automatic sorting in a TreeView? Pin
Morrgan29-Nov-05 20:14
Morrgan29-Nov-05 20:14 
GeneralRe: How to achieve automatic sorting in a TreeView? Pin
Curtis Schlak.30-Nov-05 1:59
Curtis Schlak.30-Nov-05 1:59 
QuestionComparing 2 strings and ignoring their case Pin
hasanali0029-Nov-05 3:22
hasanali0029-Nov-05 3:22 
AnswerRe: Comparing 2 strings and ignoring their case Pin
Guffa29-Nov-05 3:34
Guffa29-Nov-05 3:34 
QuestionHelp building a header !! Pin
Wicker_Basket29-Nov-05 3:04
Wicker_Basket29-Nov-05 3:04 
Read everything I can find on .dll's but I'm still stuck -

I recently purchased a usb device controller (PC BEE) online and have managed to get it working ok, however I want to talk to it with Matlab 7.0.

I've been provided with .dll file - 'bee.dll' and a .def file - bee.def. However as I've no header I cant use the loadlibrary command in matlab

Apparently there are only two functions:
typedef BOOL (*TypeBeeInit)();
typedef void (*TypeBeeOut)(unsigned long bits);

So the header should be quite small, but I have no idea how to write it!!!

Can anyone help!?! Confused | :confused:
---------------------------------------------------------------------

I've included the .def file if that's any use:

; bee.def : Declares the module parameters for the DLL.

LIBRARY "bee"
DESCRIPTION 'bee Windows Dynamic Link Library'

EXPORTS
BeeInit
BeeOut

Wicker
QuestionException while loading unmanaged Dll into C# Code Pin
Rashid.Mahmood29-Nov-05 2:18
Rashid.Mahmood29-Nov-05 2:18 
AnswerRe: Exception while loading unmanaged Dll into C# Code Pin
S. Senthil Kumar29-Nov-05 2:25
S. Senthil Kumar29-Nov-05 2:25 
GeneralRe: Exception while loading unmanaged Dll into C# Code Pin
Rashid.Mahmood29-Nov-05 3:45
Rashid.Mahmood29-Nov-05 3:45 
Questionbeginer 1 Pin
papa198029-Nov-05 2:06
papa198029-Nov-05 2:06 
AnswerRe: beginer 1 Pin
J4amieC29-Nov-05 2:58
J4amieC29-Nov-05 2:58 
GeneralRe: beginer 1 Pin
papa198029-Nov-05 4:49
papa198029-Nov-05 4:49 
GeneralRe: beginer 1 Pin
J4amieC29-Nov-05 4:56
J4amieC29-Nov-05 4:56 
GeneralRe: beginer 1 Pin
papa198029-Nov-05 5:48
papa198029-Nov-05 5:48 
GeneralRe: beginer 1 Pin
Dan Neely29-Nov-05 6:49
Dan Neely29-Nov-05 6:49 
GeneralRe: beginer 1 Pin
Guffa29-Nov-05 7:13
Guffa29-Nov-05 7:13 
GeneralRe: beginer 1 Pin
papa198029-Nov-05 19:37
papa198029-Nov-05 19:37 
GeneralRe: beginer 1 Pin
Dan Neely30-Nov-05 2:14
Dan Neely30-Nov-05 2:14 
GeneralRe: beginer 1 Pin
papa198030-Nov-05 5:02
papa198030-Nov-05 5:02 
GeneralRe: beginer 1 Pin
J4amieC30-Nov-05 6:54
J4amieC30-Nov-05 6:54 
QuestionSoftware protection Pin
mirano29-Nov-05 1:15
mirano29-Nov-05 1:15 
AnswerRe: Software protection Pin
Christian Graus29-Nov-05 17:20
protectorChristian Graus29-Nov-05 17:20 
QuestionHelp on Accessing enum Pin
rnvrnv29-Nov-05 0:14
rnvrnv29-Nov-05 0:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.