Click here to Skip to main content
16,016,076 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: VC++.NET [probable bug when using IJW] Pin
Nish Nishant7-May-02 14:12
sitebuilderNish Nishant7-May-02 14:12 
GeneralChoosing between WinMain and main in MC++ Pin
Nish Nishant3-May-02 16:32
sitebuilderNish Nishant3-May-02 16:32 
GeneralRe: Choosing between WinMain and main in MC++ Pin
Nish Nishant3-May-02 16:38
sitebuilderNish Nishant3-May-02 16:38 
GeneralRe: Choosing between WinMain and main in MC++ Pin
Rama Krishna Vavilala4-May-02 9:31
Rama Krishna Vavilala4-May-02 9:31 
GeneralRe: Choosing between WinMain and main in MC++ Pin
Nish Nishant4-May-02 14:52
sitebuilderNish Nishant4-May-02 14:52 
GeneralRe: Choosing between WinMain and main in MC++ Pin
Nish Nishant7-May-02 14:04
sitebuilderNish Nishant7-May-02 14:04 
GeneralRe: Choosing between WinMain and main in MC++ Pin
Rama Krishna Vavilala7-May-02 15:05
Rama Krishna Vavilala7-May-02 15:05 
GeneralRe: Choosing between WinMain and main in MC++ Pin
Nish Nishant7-May-02 15:10
sitebuilderNish Nishant7-May-02 15:10 
There is nothing special needed Rama.
Just create a new MC++ project. And #include windows.h
The default one would do.
Now add /subsystem:windows to the linker command line options.
The MC++ program should have only a _tmain() and not a WinMain().
The linker would say that, WinMain is missing.
The problem is basically with #including windows.h
For normal programs, what you say might work. But for MC++ programs that use IJW, your technique won't work

Nish


The posting stats are now in PDF:-
http://www.busterboy.org/codeproject/
Feel free to make your comments.
Updated - May 04th, Saturday

GeneralRe: Choosing between WinMain and main in MC++ Pin
Rama Krishna Vavilala7-May-02 15:38
Rama Krishna Vavilala7-May-02 15:38 
GeneralAre there any easy methods to... Pin
Nish Nishant3-May-02 14:04
sitebuilderNish Nishant3-May-02 14:04 
GeneralRe: Are there any easy methods to... Pin
James T. Johnson3-May-02 14:40
James T. Johnson3-May-02 14:40 
GeneralRe: Are there any easy methods to... Pin
Nish Nishant3-May-02 14:42
sitebuilderNish Nishant3-May-02 14:42 
GeneralRe: Are there any easy methods to... Pin
James T. Johnson3-May-02 15:07
James T. Johnson3-May-02 15:07 
GeneralRe: Are there any easy methods to... Pin
Nish Nishant3-May-02 15:15
sitebuilderNish Nishant3-May-02 15:15 
GeneralRe: Are there any easy methods to... Pin
James T. Johnson3-May-02 15:22
James T. Johnson3-May-02 15:22 
GeneralRe: Are there any easy methods to... Pin
Christian Graus5-May-02 20:33
protectorChristian Graus5-May-02 20:33 
GeneralRe: Are there any easy methods to... Pin
Neil Van Note5-May-02 21:24
Neil Van Note5-May-02 21:24 
GeneralRe: Are there any easy methods to... Pin
Neil Van Note5-May-02 22:21
Neil Van Note5-May-02 22:21 
GeneralRe: Are there any easy methods to... Pin
Nish Nishant6-May-02 17:12
sitebuilderNish Nishant6-May-02 17:12 
GeneralRe: Are there any easy methods to... Pin
Neil Van Note6-May-02 17:16
Neil Van Note6-May-02 17:16 
GeneralRe: Are there any easy methods to... Pin
Rama Krishna Vavilala3-May-02 14:58
Rama Krishna Vavilala3-May-02 14:58 
GeneralRe: Are there any easy methods to... Pin
Nish Nishant3-May-02 15:02
sitebuilderNish Nishant3-May-02 15:02 
GeneralRe: Are there any easy methods to... Pin
James T. Johnson3-May-02 15:05
James T. Johnson3-May-02 15:05 
QuestionC++ IJW - Any good intro? Pin
Nish Nishant3-May-02 5:57
sitebuilderNish Nishant3-May-02 5:57 
AnswerRe: C++ IJW - Any good intro? Pin
Nish Nishant3-May-02 7:27
sitebuilderNish Nishant3-May-02 7: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.