Click here to Skip to main content
15,918,706 members
Home / Discussions / C#
   

C#

 
QuestionRelative file path referencing problem Pin
Jacobus0120-May-09 4:09
Jacobus0120-May-09 4:09 
AnswerRe: Relative file path referencing problem Pin
Dave Kreskowiak20-May-09 5:58
mveDave Kreskowiak20-May-09 5:58 
GeneralRe: Relative file path referencing problem Pin
Jacobus0120-May-09 21:17
Jacobus0120-May-09 21:17 
GeneralRe: Relative file path referencing problem Pin
Dave Kreskowiak21-May-09 1:49
mveDave Kreskowiak21-May-09 1:49 
GeneralRe: Relative file path referencing problem Pin
Jacobus0121-May-09 1:59
Jacobus0121-May-09 1:59 
GeneralRe: Relative file path referencing problem Pin
Dave Kreskowiak21-May-09 16:16
mveDave Kreskowiak21-May-09 16:16 
QuestionAccessViolationException when using the qapuiek.dll Pin
TheFoZ20-May-09 3:28
TheFoZ20-May-09 3:28 
AnswerRe: AccessViolationException when using the qapuiek.dll Pin
Luc Pattyn20-May-09 4:36
sitebuilderLuc Pattyn20-May-09 4:36 
Hi,

my guess is parameter rs4 is wrong.
The VB code (which you included as a comment, very nice) shows "ByVal" however your C# prototype has a "ref" keyword. Now which is it: the content of a string, or a pointer to a string?

FWIW: for changeable strings, I tend to pass a StringBuilder (with ample capacity preset), then convert to string afterwards using ToString().

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: AccessViolationException when using the qapuiek.dll Pin
TheFoZ20-May-09 4:52
TheFoZ20-May-09 4:52 
GeneralRe: AccessViolationException when using the qapuiek.dll Pin
Luc Pattyn20-May-09 4:56
sitebuilderLuc Pattyn20-May-09 4:56 
GeneralRe: AccessViolationException when using the qapuiek.dll Pin
TheFoZ20-May-09 5:04
TheFoZ20-May-09 5:04 
GeneralRe: AccessViolationException when using the qapuiek.dll Pin
Luc Pattyn20-May-09 5:43
sitebuilderLuc Pattyn20-May-09 5:43 
GeneralRe: AccessViolationException when using the qapuiek.dll Pin
Dave Kreskowiak20-May-09 5:53
mveDave Kreskowiak20-May-09 5:53 
GeneralRe: AccessViolationException when using the qapuiek.dll Pin
Luc Pattyn20-May-09 6:05
sitebuilderLuc Pattyn20-May-09 6:05 
GeneralRe: AccessViolationException when using the qapuiek.dll Pin
Dave Kreskowiak20-May-09 6:28
mveDave Kreskowiak20-May-09 6:28 
GeneralRe: AccessViolationException when using the qapuiek.dll Pin
Luc Pattyn20-May-09 6:42
sitebuilderLuc Pattyn20-May-09 6:42 
QuestionWindows service apps Pin
saeidfarahi20-May-09 3:11
saeidfarahi20-May-09 3:11 
AnswerRe: Windows service apps Pin
PIEBALDconsult20-May-09 3:25
mvePIEBALDconsult20-May-09 3:25 
QuestionRemoving AutoIncrement from Access database column Pin
Eduard Keilholz20-May-09 2:51
Eduard Keilholz20-May-09 2:51 
Questionfroms in MDI Pin
sachees12320-May-09 2:42
sachees12320-May-09 2:42 
AnswerRe: froms in MDI Pin
musefan20-May-09 2:48
musefan20-May-09 2:48 
GeneralRe: froms in MDI Pin
sachees12320-May-09 3:17
sachees12320-May-09 3:17 
AnswerRe: froms in MDI [modified] Pin
musefan20-May-09 3:24
musefan20-May-09 3:24 
GeneralRe: froms in MDI Pin
sachees12320-May-09 23:45
sachees12320-May-09 23:45 
QuestionWhy Printing events not fired Pin
svt gdwl20-May-09 2:32
svt gdwl20-May-09 2:32 

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.