Click here to Skip to main content
15,895,256 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to write data from a.txt into excel file? Pin
zhonglin.liang20-Dec-05 3:51
zhonglin.liang20-Dec-05 3:51 
QuestionMSXML encodings Pin
Marc Soleda20-Dec-05 0:54
Marc Soleda20-Dec-05 0:54 
Questionstopping upload/download process in CHtmlView class Pin
Shailesh Ha20-Dec-05 0:12
Shailesh Ha20-Dec-05 0:12 
QuestionDisable network iface? Pin
lynchspawn20-Dec-05 0:11
lynchspawn20-Dec-05 0:11 
QuestionFinding Running Application Pin
rajeevktripathi19-Dec-05 23:41
rajeevktripathi19-Dec-05 23:41 
AnswerRe: Finding Running Application Pin
SilentSilent19-Dec-05 23:50
SilentSilent19-Dec-05 23:50 
AnswerRe: Finding Running Application Pin
ThatsAlok20-Dec-05 0:20
ThatsAlok20-Dec-05 0:20 
QuestionVisual Studio 6 custom build steps: run *before* any other compile? Pin
Taka Muraoka19-Dec-05 23:14
Taka Muraoka19-Dec-05 23:14 
Is it possible to get these to run *before* any other compiles are done?

Setting the project-level one seems to happen only after all other compiles are done. I want it to happen *before* - I don't care about dependencies or anything like that (it's actually a makefile which takes care of everything itself), it just has to always run.

Adding the makefile to the project and setting a custom build rule for it works a little better except that the IDE won't run it unless the makefile itself has changed. I found a trick [^] where setting a non-existent file as the output forces the build step to always be run but again, it happens *after* all other compiles Frown | :-(

The only thing I've found to work is to add the makefile to the project (as described above) but also add additional dependencies so that the build step gets executed if the makefile will actually do anything i.e. I have to duplicate all the dependency rules that are already in the makefile. This is obviously a PITA... Frown | :-(




The two most common elements in the universe are Hydrogen and stupidity. - Harlan Ellison

Awasu 2.2 [^]: A free RSS/Atom feed reader with support for Code Project.

AnswerRe: Visual Studio 6 custom build steps: run *before* any other compile? Pin
SilentSilent19-Dec-05 23:45
SilentSilent19-Dec-05 23:45 
GeneralRe: Visual Studio 6 custom build steps: run *before* any other compile? Pin
Taka Muraoka20-Dec-05 0:25
Taka Muraoka20-Dec-05 0:25 
QuestionHow to use MSVC Compiler for Pro*C Pin
Manish Paul19-Dec-05 23:08
Manish Paul19-Dec-05 23:08 
AnswerRe: How to use MSVC Compiler for Pro*C Pin
toxcct19-Dec-05 23:17
toxcct19-Dec-05 23:17 
QuestionHow to test if the field of my table is NULL Pin
mikobi19-Dec-05 23:07
mikobi19-Dec-05 23:07 
QuestionCreating SetUp File ,Plz...Help Pin
Jeeva Mary Varghese19-Dec-05 21:59
Jeeva Mary Varghese19-Dec-05 21:59 
AnswerRe: Creating SetUp File ,Plz...Help Pin
vikas amin19-Dec-05 22:35
vikas amin19-Dec-05 22:35 
AnswerRe: Creating SetUp File ,Plz...Help Pin
vikas amin19-Dec-05 22:36
vikas amin19-Dec-05 22:36 
GeneralRe: Creating SetUp File ,Plz...Help Pin
toxcct19-Dec-05 23:14
toxcct19-Dec-05 23:14 
GeneralRe: Creating SetUp File ,Plz...Help Pin
vikas amin19-Dec-05 23:28
vikas amin19-Dec-05 23:28 
GeneralRe: Creating SetUp File ,Plz...Help Pin
Jeeva Mary Varghese20-Dec-05 23:34
Jeeva Mary Varghese20-Dec-05 23:34 
AnswerRe: Creating SetUp File ,Plz...Help Pin
grigsoft19-Dec-05 23:49
grigsoft19-Dec-05 23:49 
GeneralRe: Creating SetUp File ,Plz...Help Pin
Jeeva Mary Varghese20-Dec-05 23:32
Jeeva Mary Varghese20-Dec-05 23:32 
AnswerRe: Creating SetUp File ,Plz...Help Pin
ThatsAlok20-Dec-05 0:23
ThatsAlok20-Dec-05 0:23 
AnswerRe: Creating SetUp File ,Plz...Help Pin
Venkata Rama Subbarao20-Dec-05 0:30
Venkata Rama Subbarao20-Dec-05 0:30 
GeneralRe: Creating SetUp File ,Plz...Help Pin
Jeeva Mary Varghese20-Dec-05 23:33
Jeeva Mary Varghese20-Dec-05 23:33 
QuestionHow can I use CFile class? Pin
lionhaert19-Dec-05 21:49
lionhaert19-Dec-05 21:49 

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.