Click here to Skip to main content
15,887,683 members

Survey Results

How do you share your programming books between work and home?   [Edit]

Survey period: 6 Feb 2006 to 12 Feb 2006

Trying to share resources between work and home can be a challenge. (suggested by Fabio Cavalcante)

OptionVotes% 
I keep my books at home and bring them to work when needed54551.90
I keep my books at work and bring them home when needed23622.48
My books have no fixed abode17116.29
I have 2 copies of my most used books242.29
Use an electronic alternative like Safari?747.05



 
GeneralI got a book from my dad yesterday... Pin
[Marc]6-Feb-06 10:13
[Marc]6-Feb-06 10:13 
GeneralRe: I got a book from my dad yesterday... Pin
Paul Watson6-Feb-06 21:42
sitebuilderPaul Watson6-Feb-06 21:42 
GeneralRe: I got a book from my dad yesterday... Pin
Shog97-Feb-06 6:26
sitebuilderShog97-Feb-06 6:26 
GeneralRe: I got a book from my dad yesterday... Pin
Paul Watson7-Feb-06 6:34
sitebuilderPaul Watson7-Feb-06 6:34 
GeneralRe: I got a book from my dad yesterday... Pin
jhwurmbach8-Feb-06 21:49
jhwurmbach8-Feb-06 21:49 
GeneralRe: I got a book from my dad yesterday... Pin
Michael Dunn7-Feb-06 8:02
sitebuilderMichael Dunn7-Feb-06 8:02 
GeneralRe: I got a book from my dad yesterday... Pin
Fred Kreppert7-Feb-06 18:58
Fred Kreppert7-Feb-06 18:58 
GeneralLong titles Pin
Paul Watson6-Feb-06 5:25
sitebuilderPaul Watson6-Feb-06 5:25 
JokeRe: Long titles Pin
toxcct6-Feb-06 6:41
toxcct6-Feb-06 6:41 
JokeRe: Long titles Pin
The Man from U.N.C.L.E.7-Feb-06 1:26
The Man from U.N.C.L.E.7-Feb-06 1:26 
GeneralRe: Long titles Pin
Brian Delahunty7-Feb-06 5:49
Brian Delahunty7-Feb-06 5:49 
GeneralRe: Long titles Pin
The Man from U.N.C.L.E.7-Feb-06 6:03
The Man from U.N.C.L.E.7-Feb-06 6:03 
GeneralRe: Long titles Pin
Paul Watson7-Feb-06 6:34
sitebuilderPaul Watson7-Feb-06 6:34 
GeneralRe: Long titles Pin
Brian Delahunty7-Feb-06 6:39
Brian Delahunty7-Feb-06 6:39 
GeneralRe: Long titles Pin
Paul Watson7-Feb-06 6:41
sitebuilderPaul Watson7-Feb-06 6:41 
GeneralRe: Long titles Pin
Gary Wheeler7-Feb-06 6:54
Gary Wheeler7-Feb-06 6:54 
GeneralRe: Long titles Pin
Paul Watson7-Feb-06 7:58
sitebuilderPaul Watson7-Feb-06 7:58 
GeneralRe: Long titles Pin
olliemail8-Feb-06 2:18
olliemail8-Feb-06 2:18 
GeneralRe: Long titles Pin
Polymorpher7-Feb-06 8:39
Polymorpher7-Feb-06 8:39 
GeneralRe: Long titles Pin
Jeremy Falcon8-Feb-06 17:09
professionalJeremy Falcon8-Feb-06 17:09 
GeneralRe: Long titles Pin
Chris Maunder8-Feb-06 5:40
cofounderChris Maunder8-Feb-06 5:40 
GeneralRe: Long titles Pin
Paul Watson8-Feb-06 5:45
sitebuilderPaul Watson8-Feb-06 5:45 
GeneralAll at home Pin
Bob Stanneveld6-Feb-06 1:39
Bob Stanneveld6-Feb-06 1:39 
Generalbooks? Pin
ed welch6-Feb-06 1:08
ed welch6-Feb-06 1:08 
GeneralCalling a win32 dll from VB.NET Pin
Marco Turrini5-Feb-06 23:51
Marco Turrini5-Feb-06 23:51 
Hello to everybody,

I'm trying to call a function in a win32 dll; the documentation, written in C++, for the dll reports the calling convention as:
SHORT Start (UCHAR ucNumCom, ULONG usSpeed)

In a module, I wrote the following line:
Declare Function Start Lib "abc.dll" (ByVal ucNumCom As Char, ByVal usSpeed As UInt64) As Short

Then I wrote the following code (in the click event of a button)
Start(CStr(serialPort).Chars(0), speed)
(where serialPort is a string variable and speed is a UInt64 one).

The dll function executes and returns me an error code of InvalidParameter; don't get me wrong: i don't fall in any Try...Catch branch.

Is there anybody out there who can help me?

Thanx in advance

Marco Turrini

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.