Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: console application to mfc: Pin
John R. Shaw16-Jun-05 22:59
John R. Shaw16-Jun-05 22:59 
GeneralProgramattically setting DLL versioning info Pin
astibich210-Jun-05 7:09
astibich210-Jun-05 7:09 
GeneralRe: Programattically setting DLL versioning info Pin
Alexander M.,10-Jun-05 8:11
Alexander M.,10-Jun-05 8:11 
GeneralRe: Programattically setting DLL versioning info Pin
Blake Miller10-Jun-05 8:16
Blake Miller10-Jun-05 8:16 
GeneralRe: Programattically setting DLL versioning info Pin
David Crow10-Jun-05 10:28
David Crow10-Jun-05 10:28 
GeneralRe: Programattically setting DLL versioning info Pin
Blake V. Miller10-Jun-05 13:19
Blake V. Miller10-Jun-05 13:19 
GeneralCreating Executable Pin
Ooder10-Jun-05 6:38
Ooder10-Jun-05 6:38 
GeneralRe: Creating Executable Pin
David Crow10-Jun-05 6:51
David Crow10-Jun-05 6:51 
Ooder wrote:
How to I run this program on other machines without VS.Net or any framework installed?

You can't. The .Net framework is required on the target machine.

Ooder wrote:
I copied the .exe file from the debug folder, but it won't run on other machines

You must compile the program in Release mode and copy that version to the target machine.


"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralRe: Creating Executable Pin
Anonymous10-Jun-05 11:17
Anonymous10-Jun-05 11:17 
GeneralRe: Creating Executable Pin
Blake V. Miller10-Jun-05 13:21
Blake V. Miller10-Jun-05 13:21 
GeneralRe: Creating Executable Pin
Alex Korchemniy10-Jun-05 9:34
Alex Korchemniy10-Jun-05 9:34 
GeneralRe: Creating Executable Pin
John R. Shaw10-Jun-05 21:04
John R. Shaw10-Jun-05 21:04 
QuestionHow do I make the window for my program non-resizable? Pin
Anonymous10-Jun-05 6:31
Anonymous10-Jun-05 6:31 
AnswerRe: How do I make the window for my program non-resizable? Pin
David Crow10-Jun-05 6:49
David Crow10-Jun-05 6:49 
GeneralRe: How do I make the window for my program non-resizable? Pin
Anonymous10-Jun-05 10:37
Anonymous10-Jun-05 10:37 
GeneralRe: How do I make the window for my program non-resizable? Pin
David Crow10-Jun-05 11:01
David Crow10-Jun-05 11:01 
AnswerRe: How do I make the window for my program non-resizable? Pin
ThatsAlok10-Jun-05 18:42
ThatsAlok10-Jun-05 18:42 
GeneralRe: How do I make the window for my program non-resizable? Pin
David Crow13-Jun-05 6:20
David Crow13-Jun-05 6:20 
QuestionATL inproc server attributed or not? Pin
CherezZaboro10-Jun-05 5:14
CherezZaboro10-Jun-05 5:14 
GeneralWM_LBUTTONDOWN wanted Pin
Alexander M.,10-Jun-05 5:13
Alexander M.,10-Jun-05 5:13 
GeneralRe: WM_LBUTTONDOWN wanted Pin
Blake Miller10-Jun-05 5:49
Blake Miller10-Jun-05 5:49 
GeneralRe: WM_LBUTTONDOWN wanted Pin
Tom Archer10-Jun-05 5:51
Tom Archer10-Jun-05 5:51 
GeneralRe: WM_LBUTTONDOWN wanted Pin
David Crow10-Jun-05 6:06
David Crow10-Jun-05 6:06 
GeneralRe: WM_LBUTTONDOWN wanted Pin
Blake Miller10-Jun-05 6:27
Blake Miller10-Jun-05 6:27 
GeneralRe: WM_LBUTTONDOWN wanted Pin
Tom Archer10-Jun-05 5:50
Tom Archer10-Jun-05 5:50 

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.