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

C / C++ / MFC

 
QuestionRestrict some characters in Edit Box Pin
msr_codeproject5-Jul-12 3:29
msr_codeproject5-Jul-12 3:29 
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 
Hi!
I'm calling an exe from a Batch file using CALL statement. The exe is not the same folder with batch file. The exe is inside some other folder.
The exe has some dependencies(VC++ DLL's). How to include/call those DLL's also inside the CALL statement so that my exe would run without errors?
The code that I use is:

<pre>
PushD .
Cd ..
Call Gen /AssetManager:Disable /DisplayErrors:off /ReturnErrorsCount:off /Log:Enable /Log:Html /Log:Verbose /Window:Normal /CreateObjectHash /RemoveSources:On /CreateResourceHash /GenerateDisplayLists:On /GenerateSceneLists:Off /GeneratePreDrawOT "france_1222\Test.xml" france_1222\%_SDF_% "iPhone"
PopD
</pre>

"Gen" is my exe name.
AnswerRe: Help about Windows Batch file. Pin
Jochen Arndt4-Jul-12 21:20
professionalJochen Arndt4-Jul-12 21:20 
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 

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.