Click here to Skip to main content
15,914,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Adding ODBC RecordSet class to Mainfrm class Pin
Mark Salsbery18-Jul-08 8:55
Mark Salsbery18-Jul-08 8:55 
AnswerRe: Adding ODBC RecordSet class to Mainfrm class Pin
David Crow18-Jul-08 10:04
David Crow18-Jul-08 10:04 
GeneralRe: Adding ODBC RecordSet class to Mainfrm class Pin
Cozmo2319-Jul-08 8:01
Cozmo2319-Jul-08 8:01 
QuestionSerial Com controlling DTR & RTS Pin
aei_totten18-Jul-08 8:05
aei_totten18-Jul-08 8:05 
AnswerRe: Serial Com controlling DTR & RTS Pin
aei_totten18-Jul-08 8:38
aei_totten18-Jul-08 8:38 
AnswerRe: Serial Com controlling DTR & RTS Pin
Gary R. Wheeler18-Jul-08 15:18
Gary R. Wheeler18-Jul-08 15:18 
AnswerRe: Serial Com controlling DTR & RTS Pin
Luc Pattyn18-Jul-08 15:43
sitebuilderLuc Pattyn18-Jul-08 15:43 
QuestionMakefile question Pin
JoeSox18-Jul-08 6:55
JoeSox18-Jul-08 6:55 
I need to have my makefile select one file type(.mesh) in a data folder and then send it to a converttool.exe (in a different directory)
Does anyone know the commands I must use?
I tried searching around but couldn't find an answer. Thanks in advance.

This is what I am working with now and nothing seems to be happening (just some of the makefile)...

<br />
DATA		:=	data<br />
OGRETOOLS := $(OGRE_HOME)/OgreCommandLineTools<br />
MESHFILES	:=	$(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.mesh)))<br />
<br />
content:<br />
	$(OGRETOOLS)/OgreXmlConverter.exe $(MESHFILES)<br />
<code> <br />
<br />
<div class="ForumSig">Later, JoeSox<br />
<font size="1"><a href="http://www.joeswammi.com/cpcalc.htm" target="_blank">CPMCv1.0</a></font> - <font size="1"><a href="http://www.humanaiproject.org">humanaiproject.org</a></font> - <font size="1"><a href="http://www.last.fm/user/JoeSox/" target="_blank">Last.fm</a></font> - <font size="1"><a href="http://pswrdgen.googlecode.com" target="_blank">pswrdgen</a></font> - <font size="1"><a href="http://personalpokemon.googlecode.com/" target="_blank">PPokemon</a></font></div>

AnswerRe: Makefile question [modified] Pin
Rajkumar R20-Jul-08 21:44
Rajkumar R20-Jul-08 21:44 
QuestionUsing msxml in a visual c++ project Pin
rocktx18-Jul-08 6:33
rocktx18-Jul-08 6:33 
AnswerRe: Using msxml in a visual c++ project Pin
led mike18-Jul-08 7:13
led mike18-Jul-08 7:13 
GeneralRe: Using msxml in a visual c++ project Pin
rocktx18-Jul-08 7:30
rocktx18-Jul-08 7:30 
QuestionExtended MAPI access to calendars Pin
twsmyth18-Jul-08 6:21
twsmyth18-Jul-08 6:21 
Questionwrite images in pgm format from picturebox (windows forms c++) Pin
william cplus18-Jul-08 4:56
william cplus18-Jul-08 4:56 
QuestionCo-ordinates of a button Pin
bhanu_850918-Jul-08 3:31
bhanu_850918-Jul-08 3:31 
AnswerRe: Co-ordinates of a button Pin
Alan Balkany18-Jul-08 3:54
Alan Balkany18-Jul-08 3:54 
GeneralRe: Co-ordinates of a button [modified] Pin
bhanu_850918-Jul-08 4:20
bhanu_850918-Jul-08 4:20 
GeneralRe: Co-ordinates of a button Pin
Alan Balkany18-Jul-08 4:32
Alan Balkany18-Jul-08 4:32 
GeneralRe: Co-ordinates of a button Pin
bhanu_850918-Jul-08 5:23
bhanu_850918-Jul-08 5:23 
GeneralRe: Co-ordinates of a button Pin
Alan Balkany18-Jul-08 5:42
Alan Balkany18-Jul-08 5:42 
QuestionRe: Co-ordinates of a button [modified] Pin
bhanu_850921-Jul-08 2:21
bhanu_850921-Jul-08 2:21 
AnswerRe: Co-ordinates of a button Pin
Alan Balkany21-Jul-08 4:41
Alan Balkany21-Jul-08 4:41 
GeneralRe: Co-ordinates of a button Pin
bhanu_850923-Jul-08 2:55
bhanu_850923-Jul-08 2:55 
GeneralRe: Co-ordinates of a button Pin
Alan Balkany23-Jul-08 8:08
Alan Balkany23-Jul-08 8:08 
AnswerRe: Co-ordinates of a button Pin
David Crow18-Jul-08 10:06
David Crow18-Jul-08 10:06 

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.