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

C#

 
GeneralRe: Need to close other Browser's whn i open my browser ( Windows Application ) Pin
PIEBALDconsult24-Jul-10 4:34
mvePIEBALDconsult24-Jul-10 4:34 
QuestionResolved : C# Socket programming not working in communication with linux machine. [modified] Pin
jobin00700723-Jul-10 11:35
jobin00700723-Jul-10 11:35 
AnswerRe: C# Socket programming not working in communication with linux machine. Pin
Ennis Ray Lynch, Jr.23-Jul-10 12:28
Ennis Ray Lynch, Jr.23-Jul-10 12:28 
GeneralRe: C# Socket programming not working in communication with linux machine. Pin
jobin00700726-Jul-10 2:55
jobin00700726-Jul-10 2:55 
AnswerRe: C# Socket programming not working in communication with linux machine. Pin
Richard MacCutchan23-Jul-10 22:08
mveRichard MacCutchan23-Jul-10 22:08 
AnswerRe: Resolved : C# Socket programming not working in communication with linux machine. Pin
jobin00700727-Jul-10 5:35
jobin00700727-Jul-10 5:35 
QuestionDeploy C# application with C organized dll Pin
firas_hamzeh23-Jul-10 11:23
firas_hamzeh23-Jul-10 11:23 
AnswerRe: Deploy C# application with C organized dll Pin
Luc Pattyn23-Jul-10 16:25
sitebuilderLuc Pattyn23-Jul-10 16:25 
Hi,

native code DLLs need not and can not be registered; they are located using the Windows PATH mechanism, so any folder that is mentioned in the system environment variable "PATH" should be good. The folder holding your EXE itself should also be good.

Note1: on a 32-bit Windows system I expect C:\Windows\system32 to be in PATH

Note2: if your native DLL needs other DLLs, those too need to be accessible through PATH; if they aren't the error message will not be very specific! Example: if you are using say one of the C run-time DLLs, and your target system doesn't have Visual, it may be missing those DLL files. You could use DEPENDS.EXE to figure it out.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


GeneralRe: Deploy C# application with C organized dll Pin
firas_hamzeh23-Jul-10 23:05
firas_hamzeh23-Jul-10 23:05 
AnswerRe: Deploy C# application with C organized dll Pin
Luc Pattyn23-Jul-10 23:43
sitebuilderLuc Pattyn23-Jul-10 23:43 
GeneralRe: Deploy C# application with C organized dll Pin
firas_hamzeh24-Jul-10 0:08
firas_hamzeh24-Jul-10 0:08 
GeneralRe: Deploy C# application with C organized dll Pin
Luc Pattyn24-Jul-10 0:20
sitebuilderLuc Pattyn24-Jul-10 0:20 
GeneralRe: Deploy C# application with C organized dll Pin
firas_hamzeh24-Jul-10 0:42
firas_hamzeh24-Jul-10 0:42 
GeneralRe: Deploy C# application with C organized dll Pin
Luc Pattyn24-Jul-10 1:10
sitebuilderLuc Pattyn24-Jul-10 1:10 
QuestionBinaryFormater FileStream structure Pin
Mark H Bishop23-Jul-10 10:28
Mark H Bishop23-Jul-10 10:28 
AnswerRe: BinaryFormater FileStream structure Pin
Pete O'Hanlon23-Jul-10 11:07
mvePete O'Hanlon23-Jul-10 11:07 
QuestionLive GPS data and Video synchronized recording and playback Pin
faheemnadeem23-Jul-10 7:48
faheemnadeem23-Jul-10 7:48 
AnswerRe: Live GPS data and Video synchronized recording and playback Pin
Ennis Ray Lynch, Jr.23-Jul-10 9:15
Ennis Ray Lynch, Jr.23-Jul-10 9:15 
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem23-Jul-10 11:31
faheemnadeem23-Jul-10 11:31 
QuestionRe: Live GPS data and Video synchronized recording and playback Pin
vijayr10-Nov-10 23:04
vijayr10-Nov-10 23:04 
AnswerRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem15-Nov-10 2:29
faheemnadeem15-Nov-10 2:29 
GeneralRe: Live GPS data and Video synchronized recording and playback [modified] Pin
vijayr15-Nov-10 19:05
vijayr15-Nov-10 19:05 
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem15-Nov-10 19:34
faheemnadeem15-Nov-10 19:34 
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
vijayr15-Nov-10 20:17
vijayr15-Nov-10 20:17 
QuestionCant copy a complete text file Pin
ayandelhi23-Jul-10 6:44
ayandelhi23-Jul-10 6:44 

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.