Click here to Skip to main content
15,905,593 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 7:07
Mark Salsbery17-Apr-07 7:07 
GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 7:16
cyn817-Apr-07 7:16 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 7:19
Mark Salsbery17-Apr-07 7:19 
GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 7:44
cyn817-Apr-07 7:44 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 7:58
Mark Salsbery17-Apr-07 7:58 
GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 8:13
cyn817-Apr-07 8:13 
QuestionRe: Help needed in loading file! Pin
David Crow17-Apr-07 8:19
David Crow17-Apr-07 8:19 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 8:27
Mark Salsbery17-Apr-07 8:27 
cyn8 wrote:
I put the file at same folder as the .exe file. So it should be able to open.


Not true. Just to make sure, I just tried it.

That works when loading DLLs with LoadLibrary but not files. You'll need to get the exe's folder
and append it if you want to do that (or set the current working directory to it). See
the "GetModuleFileName" API.

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 8:33
cyn817-Apr-07 8:33 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 8:37
Mark Salsbery17-Apr-07 8:37 
GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 8:49
cyn817-Apr-07 8:49 
GeneralRe: Help needed in loading file! Pin
David Crow17-Apr-07 8:54
David Crow17-Apr-07 8:54 
GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 9:00
cyn817-Apr-07 9:00 
GeneralRe: Help needed in loading file! Pin
David Crow17-Apr-07 10:10
David Crow17-Apr-07 10:10 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 12:36
Mark Salsbery17-Apr-07 12:36 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 9:00
Mark Salsbery17-Apr-07 9:00 
GeneralRe: Help needed in loading file! Pin
David Crow17-Apr-07 8:01
David Crow17-Apr-07 8:01 
GeneralRe: Help needed in loading file! Pin
Mark Salsbery17-Apr-07 8:28
Mark Salsbery17-Apr-07 8:28 
QuestionRe: Help needed in loading file! Pin
David Crow17-Apr-07 7:58
David Crow17-Apr-07 7:58 
AnswerRe: Help needed in loading file! Pin
cyn817-Apr-07 8:19
cyn817-Apr-07 8:19 
AnswerRe: Help needed in loading file! Pin
David Crow17-Apr-07 8:11
David Crow17-Apr-07 8:11 
GeneralRe: Help needed in loading file! Pin
cyn817-Apr-07 8:29
cyn817-Apr-07 8:29 
GeneralRe: Help needed in loading file! Pin
David Crow17-Apr-07 8:52
David Crow17-Apr-07 8:52 
Question__.dll not found. Re-installing the application... Pin
VonHagNDaz17-Apr-07 5:52
VonHagNDaz17-Apr-07 5:52 
QuestionRe: __.dll not found. Re-installing the application... Pin
David Crow17-Apr-07 5:56
David Crow17-Apr-07 5:56 

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.