Click here to Skip to main content
15,926,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhere can I get open source stream media server? Pin
George218-Jan-03 23:13
George218-Jan-03 23:13 
AnswerRe: Where can I get open source stream media server? Pin
Mike Nordell19-Jan-03 2:31
Mike Nordell19-Jan-03 2:31 
GeneralRe: Where can I get open source stream media server? Pin
George219-Jan-03 13:42
George219-Jan-03 13:42 
GeneralPATH environment variable Pin
Shehzad Jamil18-Jan-03 22:56
sussShehzad Jamil18-Jan-03 22:56 
GeneralRe: PATH environment variable Pin
Dominik Reichl19-Jan-03 1:22
Dominik Reichl19-Jan-03 1:22 
GeneralRe: PATH environment variable Pin
Fahad Jamil19-Jan-03 2:38
sussFahad Jamil19-Jan-03 2:38 
GeneralRe: PATH environment variable Pin
Anonymous19-Jan-03 22:51
Anonymous19-Jan-03 22:51 
GeneralRe: PATH environment variable Pin
Mike Nordell20-Jan-03 3:28
Mike Nordell20-Jan-03 3:28 
PATH is an environment variable. If you don't (yet) know what an environment variable is, you should probably study some documentation.

There are several ways to set an environment variable, but for this particular case I believe it would be easist to:

- Open a command console window.
- Type "set PATH=%PATH%;C:\MyLib\Lib;C:\MyLib\functional\Lib" followed by return (or enter if you like).
- Start MSDev from this same command console, so that it inherits this process' environment variables, including PATH. What this executable is, is probably depending on version of MSVC, but for v.6 it's msdev.exe.


GeneralDebug Assertion Falied !! :(((( Pin
Alex H 198318-Jan-03 21:36
Alex H 198318-Jan-03 21:36 
GeneralRe: Debug Assertion Falied !! :(((( Pin
S O S19-Jan-03 0:12
S O S19-Jan-03 0:12 
GeneralStatusBar Help Pin
Dov Sherman18-Jan-03 20:20
Dov Sherman18-Jan-03 20:20 
GeneralHelp on dialog in DLL ( beginner ) Pin
Quek Khoo Boon18-Jan-03 20:18
Quek Khoo Boon18-Jan-03 20:18 
GeneralRe: Help on dialog in DLL ( beginner ) Pin
567890123419-Jan-03 3:31
567890123419-Jan-03 3:31 
GeneralRe: Help on dialog in DLL ( beginner ) Pin
Quek Khoo Boon19-Jan-03 4:55
Quek Khoo Boon19-Jan-03 4:55 
GeneralProtocol Pin
Ali.F18-Jan-03 18:25
Ali.F18-Jan-03 18:25 
GeneralRe: Protocol Pin
Alex H 198318-Jan-03 21:50
Alex H 198318-Jan-03 21:50 
GeneralPlease Help. [no mfc] Pin
int01h18-Jan-03 15:11
int01h18-Jan-03 15:11 
GeneralRe: Please Help. [no mfc] Pin
Christian Graus18-Jan-03 16:25
protectorChristian Graus18-Jan-03 16:25 
GeneralRe: Please Help. [no mfc] Pin
int01h19-Jan-03 1:53
int01h19-Jan-03 1:53 
GeneralRe: Please Help. [no mfc] Pin
Christian Graus19-Jan-03 8:28
protectorChristian Graus19-Jan-03 8:28 
GeneralRe: Please Help. [no mfc] Pin
Ali.F18-Jan-03 18:30
Ali.F18-Jan-03 18:30 
GeneralRe: Please Help. [no mfc] Pin
int01h19-Jan-03 1:54
int01h19-Jan-03 1:54 
GeneralRe: Please Help. [no mfc] Pin
Christian Graus19-Jan-03 8:28
protectorChristian Graus19-Jan-03 8:28 
GeneralRe: Please Help. [no mfc] Pin
joshfl20-Jan-03 3:28
joshfl20-Jan-03 3:28 
GeneralSID to Text, and Text to SID Pin
Paul Farry18-Jan-03 13:35
professionalPaul Farry18-Jan-03 13:35 

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.