Click here to Skip to main content
15,886,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Restrict some characters in Edit Box Pin
David Crow5-Jul-12 3:45
David Crow5-Jul-12 3:45 
AnswerRe: Restrict some characters in Edit Box Pin
«_Superman_»5-Jul-12 19:00
professional«_Superman_»5-Jul-12 19:00 
QuestionGraphics.lib - that old one Pin
liquid_5-Jul-12 1:39
liquid_5-Jul-12 1:39 
AnswerRe: Graphics.lib - that old one Pin
Richard MacCutchan5-Jul-12 2:30
mveRichard MacCutchan5-Jul-12 2:30 
AnswerRe: Graphics.lib - that old one Pin
Chris Losinger5-Jul-12 5:07
professionalChris Losinger5-Jul-12 5:07 
GeneralRe: Graphics.lib - that old one Pin
Software_Developer5-Jul-12 6:59
Software_Developer5-Jul-12 6:59 
QuestionHelp about Windows Batch file. Pin
pix_programmer4-Jul-12 18:45
pix_programmer4-Jul-12 18:45 
AnswerRe: Help about Windows Batch file. Pin
Jochen Arndt4-Jul-12 21:20
professionalJochen Arndt4-Jul-12 21:20 
You don't need the CALL command to execute an executable program from within a batch file. The CALL command is provided to execute other batch files from within a batch file or call a local subfunction.

Each executable file tries itself to resolve DLL dependicies. If your application terminates due to missing DLLs, you must place the DLLs in common directories or modify the DLL search pathes.

Common DLL directories are:

  • The directory from which the application loaded.
  • The system directory.
  • The Windows directory.
  • The directories that are listed in the PATH environment variable.


To add directories that are searched by your application you may use the API function SetDllDirectory().

To add directories using a batch file, append them to the PATH environment variable.
GeneralHow to evaluate the ACPI method that requires arguments? Pin
ashok.jeev4-Jul-12 3:28
ashok.jeev4-Jul-12 3:28 
QuestionCResource execption Pin
ForNow3-Jul-12 15:40
ForNow3-Jul-12 15:40 
AnswerRe: CResource execption Pin
Richard MacCutchan3-Jul-12 22:23
mveRichard MacCutchan3-Jul-12 22:23 
GeneralRe: CResource execption Pin
ForNow4-Jul-12 2:18
ForNow4-Jul-12 2:18 
GeneralRe: CResource execption Pin
Richard MacCutchan4-Jul-12 3:35
mveRichard MacCutchan4-Jul-12 3:35 
GeneralI inserted IMPLEMENT_SERIAL, DECLARE_SERIAL can someone explain the usage the Run time macros Pin
ForNow4-Jul-12 12:17
ForNow4-Jul-12 12:17 
GeneralAND IT WORKED fogot that part Pin
ForNow4-Jul-12 12:18
ForNow4-Jul-12 12:18 
GeneralRe: I inserted IMPLEMENT_SERIAL, DECLARE_SERIAL can someone explain the usage the Run time macros Pin
Richard MacCutchan4-Jul-12 21:49
mveRichard MacCutchan4-Jul-12 21:49 
QuestionProblem in writing values to shared memory from another process Pin
manoharbalu3-Jul-12 2:41
manoharbalu3-Jul-12 2:41 
AnswerRe: Problem in writing values to shared memory from another process Pin
Richard Andrew x644-Jul-12 12:46
professionalRichard Andrew x644-Jul-12 12:46 
GeneralRe: Problem in writing values to shared memory from another process Pin
manoharbalu4-Jul-12 19:14
manoharbalu4-Jul-12 19:14 
QuestionA guide or survey on software integration techniques Pin
m.salsal2-Jul-12 20:33
m.salsal2-Jul-12 20:33 
AnswerRe: A guide or survey on software integration techniques Pin
Maximilien3-Jul-12 0:48
Maximilien3-Jul-12 0:48 
GeneralRe: A guide or survey on software integration techniques Pin
hr.nasr6-Jul-12 20:48
hr.nasr6-Jul-12 20:48 
GeneralRe: A guide or survey on software integration techniques Pin
Maximilien7-Jul-12 3:28
Maximilien7-Jul-12 3:28 
Questionhow abstract and interface used in real time application? Pin
shanmugarajaa2-Jul-12 19:27
shanmugarajaa2-Jul-12 19:27 
AnswerRe: how abstract and interface used in real time application? Pin
_AnsHUMAN_ 2-Jul-12 19:57
_AnsHUMAN_ 2-Jul-12 19:57 

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.