Click here to Skip to main content
15,891,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PadRight Pin
Mark Salsbery29-Oct-07 5:50
Mark Salsbery29-Oct-07 5:50 
GeneralRe: PadRight Pin
teejayem29-Oct-07 7:53
teejayem29-Oct-07 7:53 
GeneralRe: PadRight Pin
Mark Salsbery29-Oct-07 8:07
Mark Salsbery29-Oct-07 8:07 
GeneralRe: PadRight Pin
teejayem29-Oct-07 8:17
teejayem29-Oct-07 8:17 
GeneralRe: PadRight Pin
Mark Salsbery29-Oct-07 8:23
Mark Salsbery29-Oct-07 8:23 
GeneralRe: PadRight Pin
teejayem29-Oct-07 8:34
teejayem29-Oct-07 8:34 
AnswerRe: PadRight Pin
David Crow29-Oct-07 4:13
David Crow29-Oct-07 4:13 
QuestionIs it possible to have the .dll outside the system32? Pin
has98127-Oct-07 11:24
has98127-Oct-07 11:24 
See, I have this car physics simulation that uses SDL. I've placed all the lib and dll files in a sub directory and I'd like to have so that anyone can just double click the exe file and play around with it without having to copy any .dll's to the system32 directory or anywhere.

Now in the project properties > Linker > Input > Additional Dependencies I'm specifying SDL.lib (along side other libraries) and providing the relative path for SDL.lib in the project properties > Linker > General > Additional Library Directories. That works fine on my laptop because I have the SDL.dll in windows > system32 but if I copy the directory to a different computer it complains about not finding the SDL.dll and that reinstalling might help fix the problem.

So is it possible to tell it to look in a different directory than the system32 for dll's ? if so, how do I do that?

P.S. I'm using visual studio 8.

Many thanks,
Hasan.

AnswerRe: Is it possible to have the .dll outside the system32? Pin
Mark Salsbery27-Oct-07 12:14
Mark Salsbery27-Oct-07 12:14 
AnswerRe: Is it possible to have the .dll outside the system32? Pin
Nelek28-Oct-07 23:33
protectorNelek28-Oct-07 23:33 
GeneralRe: Is it possible to have the .dll outside the system32? Pin
has98129-Oct-07 1:43
has98129-Oct-07 1:43 
GeneralRe: Is it possible to have the .dll outside the system32? Pin
Nelek29-Oct-07 21:16
protectorNelek29-Oct-07 21:16 
AnswerRe: Is it possible to have the .dll outside the system32? Pin
has98130-Oct-07 6:50
has98130-Oct-07 6:50 
QuestionMaximize + multiple monitors? Pin
Dominik Reichl27-Oct-07 8:59
Dominik Reichl27-Oct-07 8:59 
AnswerRe: Maximize + multiple monitors? Pin
Mattias G27-Oct-07 12:09
Mattias G27-Oct-07 12:09 
QuestionSecure Interprocess Communication Pin
Richard Andrew x6427-Oct-07 7:23
professionalRichard Andrew x6427-Oct-07 7:23 
AnswerRe: Secure Interprocess Communication Pin
Mark Salsbery27-Oct-07 7:54
Mark Salsbery27-Oct-07 7:54 
GeneralRe: Secure Interprocess Communication Pin
Richard Andrew x6427-Oct-07 8:03
professionalRichard Andrew x6427-Oct-07 8:03 
QuestionRequest for Integer DCT Source code Pin
Sivadanams27-Oct-07 3:23
Sivadanams27-Oct-07 3:23 
AnswerRe: Request for Integer DCT Source code [modified] Pin
George L. Jackson27-Oct-07 7:26
George L. Jackson27-Oct-07 7:26 
QuestionPicture control Pin
david bagaturia27-Oct-07 0:23
david bagaturia27-Oct-07 0:23 
QuestionRe: Picture control Pin
Mark Salsbery27-Oct-07 7:10
Mark Salsbery27-Oct-07 7:10 
AnswerRe: Picture control Pin
david bagaturia27-Oct-07 22:26
david bagaturia27-Oct-07 22:26 
AnswerRe: Picture control Pin
david bagaturia28-Oct-07 0:00
david bagaturia28-Oct-07 0:00 
AnswerRe: Picture control Pin
Hamid_RT27-Oct-07 8:52
Hamid_RT27-Oct-07 8:52 

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.