Click here to Skip to main content
16,010,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: IBuildProject & IApplication Pin
YaronNir22-Jun-03 2:04
YaronNir22-Jun-03 2:04 
GeneralRe: IBuildProject & IApplication Pin
Andrew Walker22-Jun-03 2:12
Andrew Walker22-Jun-03 2:12 
GeneralRe: IBuildProject & IApplication Pin
YaronNir22-Jun-03 2:40
YaronNir22-Jun-03 2:40 
GeneralRe: IBuildProject & IApplication Pin
Andrew Walker22-Jun-03 2:55
Andrew Walker22-Jun-03 2:55 
GeneralRe: IBuildProject & IApplication Pin
YaronNir22-Jun-03 2:59
YaronNir22-Jun-03 2:59 
GeneralRe: IBuildProject & IApplication Pin
YaronNir22-Jun-03 3:36
YaronNir22-Jun-03 3:36 
GeneralCustom Appwizard help Pin
YaronNir21-Jun-03 21:56
YaronNir21-Jun-03 21:56 
GeneralRe: Custom Appwizard help Pin
Andrew Walker22-Jun-03 1:24
Andrew Walker22-Jun-03 1:24 
in VC6 make sure that in the InitCustomAppWiz() method in the <yourProject>Aw.cpp file that the correct project type is specified. If a DLL is not being built you may need to change PROJTYPE_CON (or similar) to PROJTYPE_DLL.

m_Dictionary[_T("PROJTYPE_DLL")] = _T("1");

This is one of those annoying little problems that I have trouble with every time I have to write a custom AppWizard, hope I've helped Smile | :)


If you can keep you head when all about you
Are losing theirs and blaming it on you;
If you can dream - and not make dreams your master;
If you can think - and not make thoughts you aim;
Yours is the Earth and everything that's in it.

Rudyard Kipling

GeneralRe: Custom Appwizard help Pin
YaronNir22-Jun-03 1:35
YaronNir22-Jun-03 1:35 
Generalchanging the background color of CEdit Pin
YanivNahum21-Jun-03 21:48
YanivNahum21-Jun-03 21:48 
GeneralRe: changing the background color of CEdit Pin
Ryan Binns21-Jun-03 22:55
Ryan Binns21-Jun-03 22:55 
GeneralRe: changing the background color of CEdit Pin
Brian Delahunty22-Jun-03 0:45
Brian Delahunty22-Jun-03 0:45 
QuestionHow Can i control net connection? Pin
zhangyifei21-Jun-03 19:56
zhangyifei21-Jun-03 19:56 
AnswerRe: How Can i control net connection? Pin
YanivNahum21-Jun-03 21:45
YanivNahum21-Jun-03 21:45 
GeneralRe: How Can i control net connection? Pin
zhangyifei22-Jun-03 3:57
zhangyifei22-Jun-03 3:57 
GeneralAdding view(s) to the view list of a document Pin
pdunn21-Jun-03 18:59
pdunn21-Jun-03 18:59 
Questionhow can i do? Pin
jing_cao21-Jun-03 15:46
jing_cao21-Jun-03 15:46 
QuestionVC++ Standard ED final .exe program? Pin
DaveE9th21-Jun-03 15:00
DaveE9th21-Jun-03 15:00 
AnswerRe: VC++ Standard ED final .exe program? Pin
Michael Dunn21-Jun-03 17:51
sitebuilderMichael Dunn21-Jun-03 17:51 
GeneralRe: VC++ Standard ED final .exe program? Pin
DaveE9th21-Jun-03 22:27
DaveE9th21-Jun-03 22:27 
GeneralRe: VC++ Standard ED final .exe program? Pin
Ryan Binns21-Jun-03 22:51
Ryan Binns21-Jun-03 22:51 
AnswerRe: VC++ Standard ED final .exe program? Pin
Rick Crone26-Jun-03 10:47
Rick Crone26-Jun-03 10:47 
GeneralTranslate a code snippet from Delphi to C++ Pin
raven200321-Jun-03 14:29
raven200321-Jun-03 14:29 
GeneralRe: Translate a code snippet from Delphi to C++ Pin
Andrew Walker21-Jun-03 18:53
Andrew Walker21-Jun-03 18:53 
GeneralGenesis 3D engine and Visual C++ Pin
DaveE9th21-Jun-03 14:23
DaveE9th21-Jun-03 14:23 

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.