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

C / C++ / MFC

 
AnswerRe: external modification of a VC++ 6 project Pin
Prakash Nadar17-Jan-06 17:36
Prakash Nadar17-Jan-06 17:36 
GeneralRe: external modification of a VC++ 6 project Pin
thierrypp17-Jan-06 22:31
thierrypp17-Jan-06 22:31 
GeneralRe: external modification of a VC++ 6 project Pin
S Douglas17-Jan-06 23:26
professionalS Douglas17-Jan-06 23:26 
GeneralRe: external modification of a VC++ 6 project Pin
thierrypp17-Jan-06 23:38
thierrypp17-Jan-06 23:38 
GeneralRe: external modification of a VC++ 6 project Pin
S Douglas17-Jan-06 23:55
professionalS Douglas17-Jan-06 23:55 
GeneralRe: external modification of a VC++ 6 project Pin
S Douglas17-Jan-06 23:59
professionalS Douglas17-Jan-06 23:59 
GeneralRe: external modification of a VC++ 6 project Pin
thierrypp18-Jan-06 0:13
thierrypp18-Jan-06 0:13 
GeneralRe: external modification of a VC++ 6 project Pin
S Douglas18-Jan-06 0:26
professionalS Douglas18-Jan-06 0:26 
I'm just guessing here as I have never had to use NMAKE (I just know it’s a tool available and part of VS, there are better Automated building applications out on the internet). You probably have to supply the full qualified path to all of the files within the NMAKE file. Or it looks like there is an option to supply file paths as part of the NMAKE command.

Running NMAKE[^]

NMAKE Options[^]

Running NMAKE is done via the command line; you could even create a batch file with the necessary options / commands to simplify it even further.

Lastly I still urge you to consider an alterative to your current security set up, remember that your “key” is still visible in the binary and in the header and is plainly visible to everyone (sorry I just to had to say it)




ZeePain! wrote:
This seems like one of those programs that started small, grew incrementally, building internal pressure, and finally barfed all over its source code sneakers. Or something.

thedailywtf.com[^]
QuestionCalling .NET C# functions from Win32 API?? Pin
Gunn31717-Jan-06 5:09
Gunn31717-Jan-06 5:09 
AnswerRe: Calling .NET C# functions from Win32 API?? Pin
Chris Losinger17-Jan-06 5:39
professionalChris Losinger17-Jan-06 5:39 
GeneralRe: Calling .NET C# functions from Win32 API?? Pin
Gunn31717-Jan-06 8:22
Gunn31717-Jan-06 8:22 
QuestionVirtual Printer Driver Pin
Andy H17-Jan-06 4:49
Andy H17-Jan-06 4:49 
AnswerRe: Virtual Printer Driver Pin
pgrohs17-Jan-06 7:52
pgrohs17-Jan-06 7:52 
Questionerror C2011: 'CDataGrid' : 'class' type redefinition Pin
sdancer7517-Jan-06 4:31
sdancer7517-Jan-06 4:31 
AnswerRe: error C2011: 'CDataGrid' : 'class' type redefinition Pin
Phil J Pearson17-Jan-06 6:23
Phil J Pearson17-Jan-06 6:23 
AnswerRe: error C2011: 'CDataGrid' : 'class' type redefinition Pin
vallikumar17-Jan-06 18:52
vallikumar17-Jan-06 18:52 
AnswerRe: error C2011: 'CDataGrid' : 'class' type redefinition Pin
sdancer7518-Jan-06 5:53
sdancer7518-Jan-06 5:53 
QuestionAvi writing using DirectShow Pin
P e t e r17-Jan-06 3:37
P e t e r17-Jan-06 3:37 
AnswerRe: Avi writing using DirectShow Pin
Hesham Desouky18-Jan-06 1:03
Hesham Desouky18-Jan-06 1:03 
QuestionAfxGetMainWnd returns the wrong CWnd Pin
Maximilien17-Jan-06 2:58
Maximilien17-Jan-06 2:58 
QuestionRe: AfxGetMainWnd returns the wrong CWnd Pin
David Crow17-Jan-06 3:48
David Crow17-Jan-06 3:48 
AnswerRe: AfxGetMainWnd returns the wrong CWnd Pin
Maximilien17-Jan-06 5:41
Maximilien17-Jan-06 5:41 
GeneralRe: AfxGetMainWnd returns the wrong CWnd Pin
Prakash Nadar17-Jan-06 18:01
Prakash Nadar17-Jan-06 18:01 
GeneralRe: AfxGetMainWnd returns the wrong CWnd Pin
Maximilien18-Jan-06 1:09
Maximilien18-Jan-06 1:09 
QuestionHow to enable disable any sound ? Pin
Amarelia17-Jan-06 2:39
Amarelia17-Jan-06 2:39 

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.